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

/Extensions/src/Ncqrs.Messaging.Tests/Ncqrs.Messaging.Tests.csproj

https://github.com/bkak/ncqrs
MSBuild | 79 lines | 72 code | 0 blank | 7 comment | 0 complexity | e29832527bb0d2c2fe38f44160f19fd8 MD5 | raw file
Possible License(s): 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>{778A871A-CEB4-4AF1-81CC-EA532EC05067}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ncqrs.Messaging.Tests</RootNamespace>
  12. <AssemblyName>Ncqrs.Messaging.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <OutputPath>..\..\..\lib\$(Configuration)\$(AssemblyName)\</OutputPath>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  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. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Ncqrs">
  34. <HintPath>..\..\..\lib\$(Configuration)\Ncqrs\Ncqrs.dll</HintPath>
  35. <Private>False</Private>
  36. </Reference>
  37. <Reference Include="FluentAssertions">
  38. <HintPath>..\..\..\lib\ThirdParty\FluentAssertions\FluentAssertions.dll</HintPath>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="nunit.framework">
  42. <HintPath>..\..\..\lib\ThirdParty\Nunit\nunit.framework.dll</HintPath>
  43. <Private>False</Private>
  44. </Reference>
  45. <Reference Include="Rhino.Mocks">
  46. <HintPath>..\..\..\lib\ThirdParty\RhinoMocks\Rhino.Mocks.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Core" />
  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="FakeSendingStrategy.cs" />
  59. <Compile Include="MessageServiceTests.cs" />
  60. <Compile Include="MessagingAggregateRootTests.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. <Compile Include="ScenarioTest.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="..\Ncqrs.Messaging\Ncqrs.Messaging.csproj">
  66. <Project>{3624C541-6D6E-4AAC-B70A-7A769FB5C442}</Project>
  67. <Name>Ncqrs.Messaging</Name>
  68. <Private>False</Private>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. </Project>