PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Machine.Specifications.Tests/Machine.Specifications.Tests.csproj

http://github.com/machine/machine.specifications
MSBuild | 139 lines | 139 code | 0 blank | 0 comment | 0 complexity | 4aaa6e28f7b7c3ae8b37a860d9735bf2 MD5 | raw file
Possible License(s): Apache-2.0, GPL-2.0, LGPL-2.1, BSD-3-Clause, MIT, CC-BY-SA-3.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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{FE10826D-F2C7-4FF3-A135-9EA9EF2C9CB4}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Machine.Specifications</RootNamespace>
  12. <AssemblyName>Machine.Specifications.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  35. <RestorePackages>true</RestorePackages>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>..\..\Build\Debug\Tests\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <NoWarn>169</NoWarn>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>..\..\Build\Release\Tests\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="FluentAssertions">
  59. <HintPath>..\..\packages\FluentAssertions.2.2.0.0\lib\net35\FluentAssertions.dll</HintPath>
  60. </Reference>
  61. <Reference Include="nunit.framework">
  62. <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Obsolete, Version=3.0.2.0, Culture=neutral, PublicKeyToken=1ca091877d12ca03, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\..\packages\Obsolete.Fody.3.0.2.0\Lib\NET35\Obsolete.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.XML" />
  72. <Reference Include="System.Xml.Linq" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="..\SharedAssemblyInfo.cs">
  76. <Link>Properties\SharedAssemblyInfo.cs</Link>
  77. </Compile>
  78. <Compile Include="ExampleSpecifications.cs" />
  79. <Compile Include="Explorers\AssemblyExplorerTests.cs" />
  80. <Compile Include="Factories\SpecificationFactoryTests.cs" />
  81. <Compile Include="Factories\ContextFactoryTests.cs" />
  82. <Compile Include="Machine.Testing\TestsFor.cs" />
  83. <Compile Include="Model\SpecificationTests.cs" />
  84. <Compile Include="Model\ContextTests.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ProjectReference Include="..\Examples\Example\Example.csproj">
  89. <Project>{2C28C643-31A2-44CA-B762-953A963F6F61}</Project>
  90. <Name>Example</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\Machine.Specifications\Machine.Specifications.csproj">
  93. <Project>{CCD02629-1262-4F78-9E9F-AC97B942D0E7}</Project>
  94. <Name>Machine.Specifications</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  99. <Visible>False</Visible>
  100. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  101. <Install>false</Install>
  102. </BootstrapperPackage>
  103. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  104. <Visible>False</Visible>
  105. <ProductName>.NET Framework 3.5 SP1</ProductName>
  106. <Install>true</Install>
  107. </BootstrapperPackage>
  108. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  109. <Visible>False</Visible>
  110. <ProductName>Windows Installer 3.1</ProductName>
  111. <Install>true</Install>
  112. </BootstrapperPackage>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="packages.config" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Content Include="FodyWeavers.xml" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Folder Include="Sdk\" />
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. <Import Project="..\..\packages\GitFlowVersionTask.0.14.0\Build\GitFlowVersionTask.targets" Condition="Exists('..\..\packages\GitFlowVersionTask.0.14.0\Build\GitFlowVersionTask.targets')" />
  125. <Import Project="..\..\packages\Fody.1.22.1\build\Fody.targets" Condition="Exists('..\..\packages\Fody.1.22.1\build\Fody.targets')" />
  126. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  127. <PropertyGroup>
  128. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  129. </PropertyGroup>
  130. <Error Condition="!Exists('..\..\packages\Fody.1.22.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.1.22.1\build\Fody.targets'))" />
  131. </Target>
  132. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  133. Other similar extension points exist, see Microsoft.Common.targets.
  134. <Target Name="BeforeBuild">
  135. </Target>
  136. <Target Name="AfterBuild">
  137. </Target>
  138. -->
  139. </Project>