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

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

https://github.com/bradtwurst/ncqrs
MSBuild | 87 lines | 80 code | 0 blank | 7 comment | 0 complexity | 521631ee19d428239ec3302810697c65 MD5 | raw file
Possible License(s): Apache-2.0, MPL-2.0-no-copyleft-exception, WTFPL
  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>{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.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\..\..\lib\Debug\Ncqrs.Eventing.Storage.JOliver.Tests\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="EventStore">
  35. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.dll</HintPath>
  36. </Reference>
  37. <Reference Include="EventStore.Persistence.SqlPersistence">
  38. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Persistence.SqlPersistence.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EventStore.Serialization">
  41. <HintPath>..\..\..\lib\ThirdParty\EventStore\EventStore.Serialization.dll</HintPath>
  42. </Reference>
  43. <Reference Include="FluentAssertions">
  44. <HintPath>..\..\..\lib\ThirdParty\FluentAssertions\FluentAssertions.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Ncqrs">
  47. <HintPath>..\..\..\lib\Debug\Ncqrs\Ncqrs.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Ncqrs.EventBus">
  50. <HintPath>..\..\..\lib\Debug\Ncqrs.EventBus\Ncqrs.EventBus.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Ncqrs.Eventing.Storage.JOliver">
  53. <HintPath>..\..\..\lib\Debug\Ncqrs.Eventing.Storage.JOliver\Ncqrs.Eventing.Storage.JOliver.dll</HintPath>
  54. </Reference>
  55. <Reference Include="nunit.framework">
  56. <HintPath>..\..\..\lib\ThirdParty\Nunit\nunit.framework.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Rhino.Mocks">
  59. <HintPath>..\..\..\lib\ThirdParty\RhinoMocks\Rhino.Mocks.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="CommitExtensionMethods.cs" />
  71. <Compile Include="AbsoluteOrderingSqlPersistenceEngineTests.cs" />
  72. <Compile Include="JoesBrowsableEventStoreTests.cs" />
  73. <Compile Include="JoesEventStoreAdapterTests.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="App.config" />
  78. </ItemGroup>
  79. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>