PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Machine.Specifications.Specs/Machine.Specifications.Specs.csproj

http://github.com/machine/machine.specifications
MSBuild | 148 lines | 147 code | 0 blank | 1 comment | 0 complexity | cf2a68982cc93115138321ad984c1c0f 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>{15FCDD3C-6C0E-4516-90D8-A1D82DC4C4F9}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Machine.Specifications.Specs</RootNamespace>
  12. <AssemblyName>Machine.Specifications.Specs</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation />
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <IsWebBootstrapper>false</IsWebBootstrapper>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  37. <RestorePackages>true</RestorePackages>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>..\..\Build\Debug\Tests\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <NoWarn>169</NoWarn>
  48. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>..\..\Build\Release\Tests\</OutputPath>
  54. <DefineConstants>TRACE;CLEAN_EXCEPTION_STACK_TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <NoWarn>169</NoWarn>
  58. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="FluentAssertions">
  62. <HintPath>..\..\packages\FluentAssertions.2.2.0.0\lib\net35\FluentAssertions.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.XML" />
  67. <Reference Include="System.Xml.Linq" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="..\SharedAssemblyInfo.cs">
  71. <Link>Properties\SharedAssemblyInfo.cs</Link>
  72. </Compile>
  73. <Compile Include="CatchSpecs.cs" />
  74. <Compile Include="ExceptionResultSpecs.cs" />
  75. <Compile Include="Explorers\AssemblyExplorerSpecs.cs" />
  76. <Compile Include="Factories\ContextFactorySpecs.cs" />
  77. <Compile Include="Utility\Internal\NamingSpecs.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <Compile Include="Runner\SpecificationRunnerSpecs.cs">
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="Runner\SpecificationRunnerWithBehaviorSpecs.cs">
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="Runner\SpecificationRunnerWithInheritanceSpecs.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="Tags.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\Examples\Example.CleanupFailure\Example.CleanupFailure.csproj">
  92. <Project>{0C0F5B79-50B7-4B6E-9EAB-9A7DC70F92AC}</Project>
  93. <Name>Example.CleanupFailure</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\Examples\Example.CustomDelegates\Example.CustomDelegates.csproj">
  96. <Project>{844788df-f12f-462f-bde8-c46f8ffecd11}</Project>
  97. <Name>Example.CustomDelegates</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\Examples\Example.Failing\Example.Failing.csproj">
  100. <Project>{89ECD0D1-6CC4-4319-B1B2-389E0B48F40D}</Project>
  101. <Name>Example.Failing</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\Examples\Example.Random\Example.Random.csproj">
  104. <Project>{1295C389-FCE4-4425-93E4-E4AE239B3E35}</Project>
  105. <Name>Example.Random</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\Examples\Example\Example.csproj">
  108. <Project>{2C28C643-31A2-44CA-B762-953A963F6F61}</Project>
  109. <Name>Example</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\Machine.Specifications\Machine.Specifications.csproj">
  112. <Project>{CCD02629-1262-4F78-9E9F-AC97B942D0E7}</Project>
  113. <Name>Machine.Specifications</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  118. <Visible>False</Visible>
  119. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  120. <Install>false</Install>
  121. </BootstrapperPackage>
  122. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  123. <Visible>False</Visible>
  124. <ProductName>.NET Framework 3.5 SP1</ProductName>
  125. <Install>true</Install>
  126. </BootstrapperPackage>
  127. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  128. <Visible>False</Visible>
  129. <ProductName>Windows Installer 3.1</ProductName>
  130. <Install>true</Install>
  131. </BootstrapperPackage>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="packages.config" />
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <Import Project="..\..\packages\GitFlowVersionTask.0.14.0\Build\GitFlowVersionTask.targets" Condition="Exists('..\..\packages\GitFlowVersionTask.0.14.0\Build\GitFlowVersionTask.targets')" />
  138. <!-- MSpec -->
  139. <PropertyGroup>
  140. <SpecsFolder>$(SolutionDir)\Specs\</SpecsFolder>
  141. </PropertyGroup>
  142. <Target Name="AfterBuild">
  143. <MakeDir Directories="$(SpecsFolder)" />
  144. <Exec
  145. Condition="'$(Configuration)' == 'Release'"
  146. Command="$(SolutionDir)\packages\Machine.Specifications.Runner.Console.0.9.0-Unstable0017\tools\mspec.exe --progress --silent $(TargetPath) --html $(SpecsFolder)$(MSBuildProjectName).html" />
  147. </Target>
  148. </Project>