Skip to content

Commit

Permalink
Added 3.5 and 4.0 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Nielsen committed Jun 10, 2014
1 parent 0350623 commit b60815e
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 6 deletions.
150 changes: 150 additions & 0 deletions C5.NET35/C5.NET35.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5AD30DCB-004A-4515-B147-F482EEDF7FCB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>C5</RootNamespace>
<AssemblyName>C5</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\C5\arrays\ArrayList.cs">
<Link>ArrayList.cs</Link>
</Compile>
<Compile Include="..\C5\arrays\CircularQueue.cs">
<Link>CircularQueue.cs</Link>
</Compile>
<Compile Include="..\C5\arrays\HashedArrayList.cs">
<Link>HashedArrayList.cs</Link>
</Compile>
<Compile Include="..\C5\arrays\SortedArray.cs">
<Link>SortedArray.cs</Link>
</Compile>
<Compile Include="..\C5\Collections.cs">
<Link>Collections.cs</Link>
</Compile>
<Compile Include="..\C5\comparers\ComparerFactory.cs">
<Link>ComparerFactory.cs</Link>
</Compile>
<Compile Include="..\C5\comparers\InternalComparer.cs">
<Link>InternalComparer.cs</Link>
</Compile>
<Compile Include="..\C5\comparers\InternalEqualityComparer.cs">
<Link>InternalEqualityComparer.cs</Link>
</Compile>
<Compile Include="..\C5\Debug.cs">
<Link>Debug.cs</Link>
</Compile>
<Compile Include="..\C5\Dictionaries.cs">
<Link>Dictionaries.cs</Link>
</Compile>
<Compile Include="..\C5\Enums.cs">
<Link>Enums.cs</Link>
</Compile>
<Compile Include="..\C5\Events.cs">
<Link>Events.cs</Link>
</Compile>
<Compile Include="..\C5\Exceptions.cs">
<Link>Exceptions.cs</Link>
</Compile>
<Compile Include="..\C5\Formatting.cs">
<Link>Formatting.cs</Link>
</Compile>
<Compile Include="..\C5\Hashers.cs">
<Link>Hashers.cs</Link>
</Compile>
<Compile Include="..\C5\hashing\HashBag.cs">
<Link>HashBag.cs</Link>
</Compile>
<Compile Include="..\C5\hashing\HashDictionary.cs">
<Link>HashDictionary.cs</Link>
</Compile>
<Compile Include="..\C5\hashing\HashTable.cs">
<Link>HashTable.cs</Link>
</Compile>
<Compile Include="..\C5\heaps\IntervalHeap.cs">
<Link>IntervalHeap.cs</Link>
</Compile>
<Compile Include="..\C5\Interfaces.cs">
<Link>Interfaces.cs</Link>
</Compile>
<Compile Include="..\C5\linkedlists\HashedLinkedList.cs">
<Link>HashedLinkedList.cs</Link>
</Compile>
<Compile Include="..\C5\linkedlists\LinkedList.cs">
<Link>LinkedList.cs</Link>
</Compile>
<Compile Include="..\C5\Logger.cs">
<Link>Logger.cs</Link>
</Compile>
<Compile Include="..\C5\MappedEnumerators.cs">
<Link>MappedEnumerators.cs</Link>
</Compile>
<Compile Include="..\C5\Random.cs">
<Link>Random.cs</Link>
</Compile>
<Compile Include="..\C5\Records.cs">
<Link>Records.cs</Link>
</Compile>
<Compile Include="..\C5\Sorting.cs">
<Link>Sorting.cs</Link>
</Compile>
<Compile Include="..\C5\trees\RedBlackTreeBag.cs">
<Link>RedBlackTreeBag.cs</Link>
</Compile>
<Compile Include="..\C5\trees\RedBlackTreeDictionary.cs">
<Link>RedBlackTreeDictionary.cs</Link>
</Compile>
<Compile Include="..\C5\trees\RedBlackTreeSet.cs">
<Link>RedBlackTreeSet.cs</Link>
</Compile>
<Compile Include="..\C5\ViewSupport.cs">
<Link>ViewSupport.cs</Link>
</Compile>
<Compile Include="..\C5\WrappedArray.cs">
<Link>WrappedArray.cs</Link>
</Compile>
<Compile Include="..\C5\Wrappers.cs">
<Link>Wrappers.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
38 changes: 38 additions & 0 deletions C5.NET35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("C5")]
[assembly: AssemblyDescription("The C5 Generic Collection Library for C# and CLI is a comprehensive collection library supporting lists, sets, bags, dictionaries, priority queues, (FIFO) queues, and (LIFO) stacks. C5 runs on .NET 4.0, Silverlight 4, Windows Phone 7, Xbox 360, and Mono.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Niels Kokholm, Peter Sestoft, Rasmus Nielsen")]
[assembly: AssemblyProduct("C5")]
[assembly: AssemblyCopyright("Copyright © Niels Kokholm, Peter Sestoft, and Rasmus Nielsen 2003-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("383b2493-e536-4c03-bd05-c64b86b4a143")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.*")]
[assembly: AssemblyFileVersion("2.2.0.0")]

151 changes: 151 additions & 0 deletions C5.NET40/C5.NET40.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{97E3C57E-D543-42C2-90FD-E239C5D11AD2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>C5</RootNamespace>
<AssemblyName>C5</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\C5\arrays\ArrayList.cs">
<Link>ArrayList.cs</Link>
</Compile>
<Compile Include="..\C5\arrays\CircularQueue.cs">
<Link>CircularQueue.cs</Link>
</Compile>
<Compile Include="..\C5\arrays\HashedArrayList.cs">
<Link>HashedArrayList.cs</Link>
</Compile>
<Compile Include="..\C5\arrays\SortedArray.cs">
<Link>SortedArray.cs</Link>
</Compile>
<Compile Include="..\C5\Collections.cs">
<Link>Collections.cs</Link>
</Compile>
<Compile Include="..\C5\comparers\ComparerFactory.cs">
<Link>ComparerFactory.cs</Link>
</Compile>
<Compile Include="..\C5\comparers\InternalComparer.cs">
<Link>InternalComparer.cs</Link>
</Compile>
<Compile Include="..\C5\comparers\InternalEqualityComparer.cs">
<Link>InternalEqualityComparer.cs</Link>
</Compile>
<Compile Include="..\C5\Debug.cs">
<Link>Debug.cs</Link>
</Compile>
<Compile Include="..\C5\Dictionaries.cs">
<Link>Dictionaries.cs</Link>
</Compile>
<Compile Include="..\C5\Enums.cs">
<Link>Enums.cs</Link>
</Compile>
<Compile Include="..\C5\Events.cs">
<Link>Events.cs</Link>
</Compile>
<Compile Include="..\C5\Exceptions.cs">
<Link>Exceptions.cs</Link>
</Compile>
<Compile Include="..\C5\Formatting.cs">
<Link>Formatting.cs</Link>
</Compile>
<Compile Include="..\C5\Hashers.cs">
<Link>Hashers.cs</Link>
</Compile>
<Compile Include="..\C5\hashing\HashBag.cs">
<Link>HashBag.cs</Link>
</Compile>
<Compile Include="..\C5\hashing\HashDictionary.cs">
<Link>HashDictionary.cs</Link>
</Compile>
<Compile Include="..\C5\hashing\HashTable.cs">
<Link>HashTable.cs</Link>
</Compile>
<Compile Include="..\C5\heaps\IntervalHeap.cs">
<Link>IntervalHeap.cs</Link>
</Compile>
<Compile Include="..\C5\Interfaces.cs">
<Link>Interfaces.cs</Link>
</Compile>
<Compile Include="..\C5\linkedlists\HashedLinkedList.cs">
<Link>HashedLinkedList.cs</Link>
</Compile>
<Compile Include="..\C5\linkedlists\LinkedList.cs">
<Link>LinkedList.cs</Link>
</Compile>
<Compile Include="..\C5\Logger.cs">
<Link>Logger.cs</Link>
</Compile>
<Compile Include="..\C5\MappedEnumerators.cs">
<Link>MappedEnumerators.cs</Link>
</Compile>
<Compile Include="..\C5\Random.cs">
<Link>Random.cs</Link>
</Compile>
<Compile Include="..\C5\Records.cs">
<Link>Records.cs</Link>
</Compile>
<Compile Include="..\C5\Sorting.cs">
<Link>Sorting.cs</Link>
</Compile>
<Compile Include="..\C5\trees\RedBlackTreeBag.cs">
<Link>RedBlackTreeBag.cs</Link>
</Compile>
<Compile Include="..\C5\trees\RedBlackTreeDictionary.cs">
<Link>RedBlackTreeDictionary.cs</Link>
</Compile>
<Compile Include="..\C5\trees\RedBlackTreeSet.cs">
<Link>RedBlackTreeSet.cs</Link>
</Compile>
<Compile Include="..\C5\ViewSupport.cs">
<Link>ViewSupport.cs</Link>
</Compile>
<Compile Include="..\C5\WrappedArray.cs">
<Link>WrappedArray.cs</Link>
</Compile>
<Compile Include="..\C5\Wrappers.cs">
<Link>Wrappers.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
37 changes: 37 additions & 0 deletions C5.NET40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("C5")]
[assembly: AssemblyDescription("The C5 Generic Collection Library for C# and CLI is a comprehensive collection library supporting lists, sets, bags, dictionaries, priority queues, (FIFO) queues, and (LIFO) stacks. C5 runs on .NET 4.0, Silverlight 4, Windows Phone 7, Xbox 360, and Mono.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Niels Kokholm, Peter Sestoft, Rasmus Nielsen")]
[assembly: AssemblyProduct("C5")]
[assembly: AssemblyCopyright("Copyright © Niels Kokholm, Peter Sestoft, and Rasmus Nielsen 2003-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e2b0953d-c9a0-41a7-b58c-1bedd5604c91")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.*")]
[assembly: AssemblyFileVersion("2.2.0.0")]
Loading

0 comments on commit b60815e

Please sign in to comment.