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

/Framework/src/Ncqrs.Tests.Integration/Ncqrs.Tests.Integration.csproj

http://github.com/ncqrs/ncqrs
MSBuild | 119 lines | 112 code | 0 blank | 7 comment | 0 complexity | 0eb5bde36b762bfe6ae449af79b82c1f MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{D300CE86-E8DF-4E9A-9FEB-A2355661A9F2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ncqrs.Tests.Integration</RootNamespace>
  12. <AssemblyName>Ncqrs.Tests.Integration</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="EventStore">
  38. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EventStore.Core">
  41. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Core.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EventStore.Persistence.SqlPersistence">
  44. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Persistence.SqlPersistence.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EventStore.Serialization">
  47. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Serialization.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EventStore.Serialization.Json">
  50. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Serialization.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="FluentAssertions, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  53. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="FluentAssertions.Core, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  57. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  61. <Reference Include="Ncqrs">
  62. <HintPath>..\..\..\lib\Debug\Ncqrs\Ncqrs.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Ncqrs.Eventing.Storage.JOliver">
  65. <HintPath>..\..\..\lib\Debug\Ncqrs.Eventing.Storage.JOliver\Ncqrs.Eventing.Storage.JOliver.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  68. <HintPath>..\..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  72. <HintPath>..\..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Configuration" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Transactions" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Domain\ChangeNoteTextCommand.cs" />
  87. <Compile Include="Domain\CreateNewNoteCommand.cs" />
  88. <Compile Include="Domain\NewNoteAddedEvent.cs" />
  89. <Compile Include="Domain\Note.cs" />
  90. <Compile Include="Domain\NoteTextChanged.cs" />
  91. <Compile Include="Idempotency.cs" />
  92. <Compile Include="FetureTests.cs" />
  93. <Compile Include="JoesFetureTests.cs" />
  94. <Compile Include="MsSqlFetureTests.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="SetupFixture.cs" />
  97. <Compile Include="TransactionalSqlPersistenceEngineTests.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="App.config" />
  101. <None Include="packages.config" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Content Include="NcqrsIntegrationTestsClean.sdf">
  105. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  106. </Content>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>