PageRenderTime 48ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Extensions/src/Ncqrs.Eventing.Storage.JOliver.Tests/Ncqrs.Eventing.Storage.JOliver.Tests.csproj

http://github.com/ncqrs/ncqrs
MSBuild | 106 lines | 99 code | 0 blank | 7 comment | 0 complexity | fcd91d336a961b9e5ed93c787b72216a 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>{7C4B1AD0-C354-47D1-A9AB-793AE2AD52A2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ncqrs.Eventing.Storage.JOliver.Tests</RootNamespace>
  12. <AssemblyName>Ncqrs.Eventing.Storage.JOliver.Tests</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>..\..\..\lib\Debug\Ncqrs.Eventing.Storage.JOliver.Tests\</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>..\..\..\lib\Release\Ncqrs.Eventing.Storage.JOliver.Tests\</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.Persistence.SqlPersistence">
  41. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Persistence.SqlPersistence.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EventStore.Serialization">
  44. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Serialization.dll</HintPath>
  45. </Reference>
  46. <Reference Include="FluentAssertions, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  47. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="FluentAssertions.Core, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  51. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  59. <HintPath>..\..\..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="CommitExtensionMethods.cs" />
  72. <Compile Include="AbsoluteOrderingSqlPersistenceEngineTests.cs" />
  73. <Compile Include="JoesBrowsableEventStoreTests.cs" />
  74. <Compile Include="JoesEventStoreAdapterTests.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="App.config" />
  79. <None Include="packages.config" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\..\..\Framework\src\Ncqrs\Ncqrs.csproj">
  86. <Project>{01f84441-80d3-49b4-ab18-96894acb2f90}</Project>
  87. <Name>Ncqrs</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\Ncqrs.EventBus\Ncqrs.EventBus.csproj">
  90. <Project>{caf2e548-87c8-422b-a62c-8c3ed83ff3c3}</Project>
  91. <Name>Ncqrs.EventBus</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\Ncqrs.Eventing.Storage.JOliver\Ncqrs.Eventing.Storage.JOliver.csproj">
  94. <Project>{dca6e39a-8d6b-4531-aca7-33d790d27878}</Project>
  95. <Name>Ncqrs.Eventing.Storage.JOliver</Name>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>