PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/src/NEventStore.Persistence.AcceptanceTests/NEventStore.Persistence.AcceptanceTests.csproj

http://github.com/joliver/EventStore
MSBuild | 87 lines | 80 code | 0 blank | 7 comment | 0 complexity | 4665096aa1c265dd261cbf59f433ca48 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. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{3FE594FE-16FF-4405-97D5-5A58FB12520B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NEventStore.Persistence.AcceptanceTests</RootNamespace>
  11. <AssemblyName>NEventStore.Persistence.AcceptanceTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="FluentAssertions">
  39. <HintPath>..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll</HintPath>
  40. </Reference>
  41. <Reference Include="FluentAssertions.Core">
  42. <HintPath>..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Configuration" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="xunit, Version=1.9.1.1600, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  54. </Reference>
  55. <Reference Include="xunit.should, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\xunit.should.1.1\lib\net35\xunit.should.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="BDD\SpecificationBase.cs" />
  62. <Compile Include="BDD\SpecificationBaseRunner.cs" />
  63. <Compile Include="Catch.cs" />
  64. <Compile Include="ConfigurationExtensions.cs" />
  65. <Compile Include="ExtensionMethods.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="SimpleMessage.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\NEventStore\NEventStore.csproj">
  71. <Project>{03946843-F343-419C-88EF-3E446D08DFA6}</Project>
  72. <Name>NEventStore</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <None Include="packages.config" />
  77. </ItemGroup>
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.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>