PageRenderTime 45ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/src/NEventStore.Persistence.PostgreSql.Tests/NEventStore.Persistence.PostgreSql.Tests.csproj

http://github.com/joliver/EventStore
MSBuild | 103 lines | 96 code | 0 blank | 7 comment | 0 complexity | 70c7a56886512eb4db2b44a94262ba03 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>{770FE444-6CC3-44D0-950E-EAF6B7CF7382}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NEventStore.Persistence.AcceptanceTests</RootNamespace>
  11. <AssemblyName>NEventStore.Persistence.PostgreSql.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <TargetFrameworkProfile />
  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\net45\FluentAssertions.dll</HintPath>
  40. </Reference>
  41. <Reference Include="FluentAssertions.Core">
  42. <HintPath>..\packages\FluentAssertions.3.3.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Mono.Security">
  45. <HintPath>..\packages\Npgsql.2.2.5\lib\net45\Mono.Security.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Npgsql">
  48. <HintPath>..\packages\Npgsql.2.2.5\lib\net45\Npgsql.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Transactions" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  59. </Reference>
  60. <Reference Include="xunit.should, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\packages\xunit.should.1.1\lib\net35\xunit.should.dll</HintPath>
  63. </Reference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="..\GlobalAssemblyInfo.cs">
  67. <Link>Properties\GlobalAssemblyInfo.cs</Link>
  68. </Compile>
  69. <Compile Include="..\VersionAssemblyInfo.cs">
  70. <Link>Properties\VersionAssemblyInfo.cs</Link>
  71. </Compile>
  72. <Compile Include="..\NEventStore.Persistence.AcceptanceTests\PersistenceTests.cs">
  73. <Link>PersistenceTests.cs</Link>
  74. </Compile>
  75. <Compile Include="PersistenceEngineFixture.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\NEventStore\NEventStore.csproj">
  80. <Project>{03946843-f343-419c-88ef-3e446d08dfa6}</Project>
  81. <Name>NEventStore</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\NEventStore.Persistence.AcceptanceTests\NEventStore.Persistence.AcceptanceTests.csproj">
  84. <Project>{3fe594fe-16ff-4405-97d5-5a58fb12520b}</Project>
  85. <Name>NEventStore.Persistence.AcceptanceTests</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="app.config">
  90. <SubType>Designer</SubType>
  91. </None>
  92. <None Include="packages.config" />
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>