PageRenderTime 61ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 1ms

/Utilities/Tests/Delta.Utilities.Tests.csproj

#
MSBuild | 87 lines | 80 code | 0 blank | 7 comment | 0 complexity | bf73fe84d734b1ea3733b512a1d8b992 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>{48D29956-8862-4978-AC5A-AD26732B67A8}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Utilities.Tests</RootNamespace>
  12. <AssemblyName>Delta.Utilities.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  18. <DebugSymbols>true</DebugSymbols>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <DebugType>full</DebugType>
  22. <PlatformTarget>x86</PlatformTarget>
  23. <ErrorReport>prompt</ErrorReport>
  24. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  25. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <Optimize>true</Optimize>
  31. <DebugType>pdbonly</DebugType>
  32. <PlatformTarget>x86</PlatformTarget>
  33. <ErrorReport>prompt</ErrorReport>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <ApplicationIcon>..\..\External\Icons\DeltaEngineIcon.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="CompressionTests.cs" />
  43. <Compile Include="CryptographyTests.cs" />
  44. <Compile Include="EnumHelperTests.cs" />
  45. <Compile Include="NetworkingTests.cs" />
  46. <Compile Include="Program.cs" />
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ProjectReference Include="..\Collections\Delta.Utilities.Collections.csproj">
  51. <Project>{11554921-8A0B-433F-A184-DBA98F9BFF74}</Project>
  52. <Name>Delta.Utilities.Collections</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\Compression\Delta.Utilities.Compression.csproj">
  55. <Project>{87EAE002-5871-45AC-B7ED-1E84421F935F}</Project>
  56. <Name>Delta.Utilities.Compression</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\Cryptography\Delta.Utilities.Cryptography.csproj">
  59. <Project>{4711B0D1-2F43-4E64-8651-96F9FFD97F8F}</Project>
  60. <Name>Delta.Utilities.Cryptography</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\Delta.Utilities.csproj">
  63. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  64. <Name>Delta.Utilities</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\Math\Delta.Utilities.Math.csproj">
  67. <Project>{349FE21F-988B-44FE-95B7-89871CE97AFB}</Project>
  68. <Name>Delta.Utilities.Math</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\Networking\Delta.Utilities.Networking.csproj">
  71. <Project>{E06FEFBB-073C-4D68-976D-4610F6CF5A66}</Project>
  72. <Name>Delta.Utilities.Networking</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\Xml\Delta.Utilities.Xml.csproj">
  75. <Project>{BFA9D716-5FB2-42DA-987B-5EB0BAA24CE0}</Project>
  76. <Name>Delta.Utilities.Xml</Name>
  77. </ProjectReference>
  78. </ItemGroup>
  79. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. </Project>