PageRenderTime 44ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/Utilities/Collections/Delta.Utilities.Collections.csproj

#
MSBuild | 84 lines | 77 code | 0 blank | 7 comment | 0 complexity | 5806b486d09df6755131787c891f9e00 MD5 | raw file
Possible License(s): Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{11554921-8A0B-433F-A184-DBA98F9BFF74}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Utilities.Collections</RootNamespace>
  12. <AssemblyName>Delta.Utilities.Collections</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>x86</PlatformTarget>
  26. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <PlatformTarget>x86</PlatformTarget>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="AutoSortList.cs" />
  42. <Compile Include="BidirHashtable.cs" />
  43. <Compile Include="BinaryPriorityQueue.cs" />
  44. <Compile Include="ChangeableList.cs" />
  45. <Compile Include="CircularBuffer.cs" />
  46. <Compile Include="CollectionBase.cs" />
  47. <Compile Include="CovariantExtensions.cs" />
  48. <Compile Include="Dequeue.cs" />
  49. <Compile Include="DictionaryBase.cs" />
  50. <Compile Include="EnumerableExtensions.cs" />
  51. <Compile Include="Hash.cs" />
  52. <Compile Include="ICloneable.cs" />
  53. <Compile Include="IPriorityQueueData.cs" />
  54. <Compile Include="KeyedList.cs" />
  55. <Compile Include="MostRecentlyUsed.cs" />
  56. <Compile Include="MultiDictionary.cs" />
  57. <Compile Include="MultiDictionaryBase.cs" />
  58. <Compile Include="PriorityQueue.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="ListExtensions.cs" />
  61. <Compile Include="SortedList.cs" />
  62. <Compile Include="SortHelper.cs" />
  63. <Compile Include="StackList.cs" />
  64. <Compile Include="TreeNode.cs" />
  65. <Compile Include="TreeNodeCollection.cs" />
  66. <Compile Include="UniqueChangeableList.cs" />
  67. <Compile Include="UniqueHashtable.cs" />
  68. <Compile Include="UniqueList.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\Delta.Utilities.csproj">
  72. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  73. <Name>Delta.Utilities</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>