PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/Source/FakeItEasy.Specs/FakeItEasy.Specs.csproj

https://github.com/ambygit/FakeItEasy
MSBuild | 114 lines | 114 code | 0 blank | 0 comment | 0 complexity | adc742557940914a85008d696dfa3e5a MD5 | raw file
  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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{FA539A2D-98DC-4300-9A2C-EC6FE38A7392}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>FakeItEasy.Specs</RootNamespace>
  12. <AssemblyName>FakeItEasy.Specs</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\Source\</SolutionDir>
  16. <TargetFrameworkProfile />
  17. <CodeAnalysisCulture>en-US</CodeAnalysisCulture>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  28. <CodeAnalysisRuleSet>FakeItEasy.Specs.ruleset</CodeAnalysisRuleSet>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. <StyleCopTreatErrorsAsWarnings>true</StyleCopTreatErrorsAsWarnings>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>Bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <CodeAnalysisRuleSet>FakeItEasy.Specs.ruleset</CodeAnalysisRuleSet>
  40. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  41. <StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
  42. <DebugSymbols>true</DebugSymbols>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="FluentAssertions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\packages\FluentAssertions.2.2.0.0\lib\net45\FluentAssertions.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Machine.Specifications, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\packages\Machine.Specifications.0.8.0\lib\net45\Machine.Specifications.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Machine.Specifications.Clr4, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\packages\Machine.Specifications.0.8.0\lib\net45\Machine.Specifications.Clr4.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="AssertingOnSetOnlyPropertiesSpecs.cs" />
  67. <Compile Include="AsyncAwaitSpecs.cs" />
  68. <Compile Include="ConfigurationSpecs.cs" />
  69. <Compile Include="OrderedCallMatchingSpecs.cs" />
  70. <Compile Include="FakingInternalsSpecs.cs" />
  71. <Compile Include="EventRaisingSpecs.cs" />
  72. <Compile Include="FixtureInitializationSpecs.cs" />
  73. <Compile Include="FakingDelegates.cs" />
  74. <Compile Include="CallMatchingSpecs.cs" />
  75. <Compile Include="PropertySpecs.cs" />
  76. <Compile Include="StrictFakeSpecs.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\FakeItEasy.Tests\FakeItEasy.Tests.csproj">
  80. <Project>{0E26272D-045A-47C2-8928-BD9B980115D5}</Project>
  81. <Name>FakeItEasy.Tests</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\FakeItEasy\FakeItEasy.csproj">
  84. <Project>{80721425-68E5-48DC-87EA-41D63D0B45FA}</Project>
  85. <Name>FakeItEasy</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="FakeItEasy.Specs.ruleset" />
  90. <None Include="packages.config" />
  91. <None Include="Settings.StyleCop" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <CodeAnalysisDictionary Include="..\FakeItEasy.Dictionary.xml">
  95. <Link>Properties\FakeItEasy.Dictionary.xml</Link>
  96. </CodeAnalysisDictionary>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <CodeAnalysisDictionary Include="..\FakeItEasy.Dictionary.Tests.xml">
  100. <Link>Properties\FakeItEasy.Dictionary.Tests.xml</Link>
  101. </CodeAnalysisDictionary>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <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')" />
  108. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  109. <PropertyGroup>
  110. <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>
  111. </PropertyGroup>
  112. <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'))" />
  113. </Target>
  114. </Project>