PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/FakeItEasy.IntegrationTests/FakeItEasy.IntegrationTests.csproj

https://github.com/ambygit/FakeItEasy
MSBuild | 146 lines | 146 code | 0 blank | 0 comment | 0 complexity | 5cd5210af1b75a3202fad00c84028a66 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  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>{C291B61B-0729-4DC5-B8E4-147A8E3F801F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>FakeItEasy.IntegrationTests</RootNamespace>
  12. <AssemblyName>FakeItEasy.IntegrationTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</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. <TargetFrameworkProfile />
  35. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\Source\</SolutionDir>
  36. <CodeAnalysisCulture>en-US</CodeAnalysisCulture>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <CodeAnalysisRuleSet>..\FakeItEasy.Tests.ruleset</CodeAnalysisRuleSet>
  47. <NoWarn>169</NoWarn>
  48. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  49. <StyleCopTreatErrorsAsWarnings>true</StyleCopTreatErrorsAsWarnings>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <DebugType>pdbonly</DebugType>
  53. <DebugSymbols>true</DebugSymbols>
  54. <Optimize>true</Optimize>
  55. <OutputPath>Bin\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <CodeAnalysisRuleSet>..\FakeItEasy.Tests.ruleset</CodeAnalysisRuleSet>
  60. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  61. <StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="FluentAssertions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\packages\FluentAssertions.2.2.0.0\lib\net40\FluentAssertions.dll</HintPath>
  67. </Reference>
  68. <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="System.Xml.Linq" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="ExceptionMessagesTests.cs" />
  78. <Compile Include="TypeCatalogueTests.cs" />
  79. <Compile Include="BootstrapperLocatorTests.cs" />
  80. <Compile Include="DoubleArgumentValueFormatter.cs" />
  81. <Compile Include="FakingClassesTests.cs" />
  82. <Compile Include="StringArgumentConstraints.cs" />
  83. <Compile Include="AssertionsTests.cs" />
  84. <Compile Include="Assertions\ExceptionMessagesTests.cs" />
  85. <Compile Include="Assertions\RepeatIntegrationTests.cs" />
  86. <Compile Include="ConfigurationTests.cs" />
  87. <Compile Include="ContainerTests.cs" />
  88. <Compile Include="DummyTests.cs" />
  89. <Compile Include="GeneralTests.cs" />
  90. <Compile Include="RecordingManagerTests.cs" />
  91. <Compile Include="WrapperTests.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\FakeItEasy.Tests\FakeItEasy.Tests.csproj">
  95. <Project>{0E26272D-045A-47C2-8928-BD9B980115D5}</Project>
  96. <Name>FakeItEasy.Tests</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\FakeItEasy\FakeItEasy.csproj">
  99. <Project>{80721425-68E5-48DC-87EA-41D63D0B45FA}</Project>
  100. <Name>FakeItEasy</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  105. <Visible>False</Visible>
  106. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  107. <Install>false</Install>
  108. </BootstrapperPackage>
  109. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  110. <Visible>False</Visible>
  111. <ProductName>.NET Framework 3.5 SP1</ProductName>
  112. <Install>true</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  115. <Visible>False</Visible>
  116. <ProductName>Windows Installer 3.1</ProductName>
  117. <Install>true</Install>
  118. </BootstrapperPackage>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="packages.config" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <CodeAnalysisDictionary Include="..\FakeItEasy.Dictionary.Tests.xml">
  128. <Link>Properties\FakeItEasy.Dictionary.Tests.xml</Link>
  129. </CodeAnalysisDictionary>
  130. <CodeAnalysisDictionary Include="..\FakeItEasy.Dictionary.xml">
  131. <Link>Properties\FakeItEasy.Dictionary.xml</Link>
  132. </CodeAnalysisDictionary>
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. <PropertyGroup>
  136. <PostBuildEvent>xcopy /D /Y $(SolutionDir)FakeItEasy.IntegrationTests.External\$(OutDir)FakeItEasy.IntegrationTests.External.dll $(TargetDir)
  137. </PostBuildEvent>
  138. </PropertyGroup>
  139. <Import Project="..\packages\StyleCop.MSBuild.4.7.48.2\build\StyleCop.MSBuild.Targets" Condition="Exists('..\packages\StyleCop.MSBuild.4.7.48.2\build\StyleCop.MSBuild.Targets')" />
  140. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  141. <PropertyGroup>
  142. <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>
  143. </PropertyGroup>
  144. <Error Condition="!Exists('..\packages\StyleCop.MSBuild.4.7.48.2\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.MSBuild.4.7.48.2\build\StyleCop.MSBuild.Targets'))" />
  145. </Target>
  146. </Project>