PageRenderTime 44ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://github.com/ncqrs/ncqrs
MSBuild | 92 lines | 85 code | 0 blank | 7 comment | 0 complexity | c36f4ff13e19f24488167d711a24fceb 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>{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.5.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <OutputPath>..\..\..\lib\$(Configuration)\$(AssemblyName)\</OutputPath>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  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. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="FluentAssertions, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  37. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="FluentAssertions.Core, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  41. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="Ncqrs">
  45. <HintPath>..\..\..\lib\$(Configuration)\Ncqrs\Ncqrs.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  49. <HintPath>..\..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  53. <HintPath>..\..\..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="FakeSendingStrategy.cs" />
  66. <Compile Include="MessageServiceTests.cs" />
  67. <Compile Include="MessagingAggregateRootTests.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="ScenarioTest.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\Ncqrs.Messaging\Ncqrs.Messaging.csproj">
  73. <Project>{3624C541-6D6E-4AAC-B70A-7A769FB5C442}</Project>
  74. <Name>Ncqrs.Messaging</Name>
  75. <Private>True</Private>
  76. </ProjectReference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="packages.config" />
  83. </ItemGroup>
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  86. Other similar extension points exist, see Microsoft.Common.targets.
  87. <Target Name="BeforeBuild">
  88. </Target>
  89. <Target Name="AfterBuild">
  90. </Target>
  91. -->
  92. </Project>