PageRenderTime 50ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Extensions/src/Ncqrs.Eventing.Storage.SqlLite.Tests/Ncqrs.Eventing.Storage.SQLite.Tests.csproj

https://github.com/SzymonPobiega/ncqrs
MSBuild | 77 lines | 70 code | 0 blank | 7 comment | 0 complexity | 8c1858ff629f7b38bdd805a29d6232bc 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. <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>{2EAA3A87-4D94-4044-8641-B4E04E5774D8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ncqrs.Eventing.Storage.SQLite.Tests</RootNamespace>
  12. <AssemblyName>Ncqrs.Eventing.Storage.SQLite.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="FluentAssertions">
  35. <HintPath>..\..\lib\FluentAssertions\FluentAssertions.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Ncqrs">
  38. <HintPath>..\..\lib\Ncqrs\Ncqrs.dll</HintPath>
  39. </Reference>
  40. <Reference Include="nunit.framework">
  41. <HintPath>..\..\..\Framework\lib\Nunit\nunit.framework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Rhino.Mocks">
  44. <HintPath>..\..\..\Framework\lib\RhinoMocks\Rhino.Mocks.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Data.SQLite">
  49. <HintPath>..\..\lib\SqlLite\System.Data.SQLite.DLL</HintPath>
  50. </Reference>
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Fakes\CustomerCreatedEvent.cs" />
  59. <Compile Include="Fakes\CustomerNameChanged.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="SQLiteEventStoreTests.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\Ncqrs.Eventing.Storage.SqlLite\Ncqrs.Eventing.Storage.SQLite.csproj">
  65. <Project>{DD28A7E6-A864-43F1-AB94-FC854ADD9AA0}</Project>
  66. <Name>Ncqrs.Eventing.Storage.SQLite</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. </Project>