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

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

https://github.com/leemhenson/ncqrs
MSBuild | 98 lines | 91 code | 0 blank | 7 comment | 0 complexity | 1544b7bd833b155b143c6cb2788633df MD5 | raw file
Possible License(s): WTFPL, Apache-2.0
  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>{7714E2D3-372D-4B0A-9393-F7A0EDA331F5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ncqrs.Eventing.Storage.RavenDB.Tests</RootNamespace>
  12. <AssemblyName>Ncqrs.Eventing.Storage.RavenDB.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>bin\Debug\</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="Esent.Interop">
  35. <HintPath>..\..\lib\RavenDB\Esent.Interop.dll</HintPath>
  36. </Reference>
  37. <Reference Include="FluentAssertions">
  38. <HintPath>..\..\lib\FluentAssertions\FluentAssertions.dll</HintPath>
  39. </Reference>
  40. <Reference Include="ICSharpCode.NRefactory">
  41. <HintPath>..\..\lib\RavenDB\ICSharpCode.NRefactory.dll</HintPath>
  42. </Reference>
  43. <Reference Include="log4net">
  44. <HintPath>..\..\..\Framework\lib\log4net\log4net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Lucene.Net">
  47. <HintPath>..\..\lib\RavenDB\Lucene.Net.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Ncqrs">
  50. <HintPath>..\..\lib\Ncqrs\Ncqrs.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Newtonsoft.Json">
  53. <HintPath>..\..\lib\RavenDB\Newtonsoft.Json.dll</HintPath>
  54. </Reference>
  55. <Reference Include="nunit.framework">
  56. <HintPath>..\..\..\Framework\lib\Nunit\nunit.framework.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Raven.Client">
  59. <HintPath>..\..\lib\RavenDB\Raven.Client.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Raven.Database">
  62. <HintPath>..\..\lib\RavenDB\Raven.Database.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Rhino.Mocks">
  65. <HintPath>..\..\lib\RhinoMocks\Rhino.Mocks.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="RavenDBEventStoreTests.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="RavenDBSnapshotStoreTests.cs" />
  79. <Compile Include="RavenDBTestBase.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="app.config" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\Ncqrs.Eventing.Storage.RavenDB\Ncqrs.Eventing.Storage.RavenDB.csproj">
  86. <Project>{EA93A91D-7BC9-4EC0-8A22-8A772AFD76C3}</Project>
  87. <Name>Ncqrs.Eventing.Storage.RavenDB</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>