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

/Samples/CompositeCommandSample/Tests/Tests.csproj

https://github.com/bkak/ncqrs
MSBuild | 121 lines | 114 code | 0 blank | 7 comment | 0 complexity | 326636169ec02c04c355f34a206d6ffe 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>{CA891E21-3D00-440B-868A-28F4E7AEFFB7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Tests</RootNamespace>
  12. <AssemblyName>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="Castle.ActiveRecord">
  35. <HintPath>..\..\lib\ThirdParty\Castle.ActiveRecord.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Castle.Components.Validator">
  38. <HintPath>..\..\lib\ThirdParty\Castle.Components.Validator.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Castle.Core">
  41. <HintPath>..\..\lib\ThirdParty\Castle.Core.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Castle.DynamicProxy2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\..\..\lib\ThirdParty\Castle.DynamicProxy2.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Castle.MicroKernel">
  48. <HintPath>..\..\lib\ThirdParty\Castle.MicroKernel.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Castle.Model">
  51. <HintPath>..\..\lib\ThirdParty\Castle.Model.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Castle.Windsor">
  54. <HintPath>..\..\lib\ThirdParty\Castle.Windsor.dll</HintPath>
  55. </Reference>
  56. <Reference Include="CommonServiceLocator.WindsorAdapter">
  57. <HintPath>..\..\lib\ThirdParty\CommonServiceLocator.WindsorAdapter.dll</HintPath>
  58. </Reference>
  59. <Reference Include="FluentAssertions">
  60. <HintPath>..\..\lib\ThirdParty\FluentAssertions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=x86">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\lib\ThirdParty\log4net.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json">
  67. <HintPath>..\..\lib\ThirdParty\Newtonsoft.Json.dll</HintPath>
  68. </Reference>
  69. <Reference Include="nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\lib\ThirdParty\nunit.framework.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Rhino.Commons">
  74. <HintPath>..\..\lib\ThirdParty\Rhino.Commons.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Rhino.Commons.Clr">
  77. <HintPath>..\..\lib\ThirdParty\Rhino.Commons.Clr.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="CompositeCommanding\When_Media_Plan_Is_Created_Using_Composite_Command.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\..\..\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj">
  93. <Project>{AA90754B-CA47-429E-BDC8-2A83E94179B7}</Project>
  94. <Name>Ncqrs.Spec</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\..\Framework\src\Ncqrs\Ncqrs.csproj">
  97. <Project>{01F84441-80D3-49B4-AB18-96894ACB2F90}</Project>
  98. <Name>Ncqrs</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\Commands\Commands.csproj">
  101. <Project>{542C1831-383D-41DB-B85A-DCC9A487C134}</Project>
  102. <Name>Commands</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\Domain\Domain.csproj">
  105. <Project>{27C2CE29-2EE9-4A51-88FC-831B6EA8BDB7}</Project>
  106. <Name>Domain</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\Events\Events.csproj">
  109. <Project>{9DF3355A-044B-451F-AF01-4CE1BCF24B1C}</Project>
  110. <Name>Events</Name>
  111. </ProjectReference>
  112. </ItemGroup>
  113. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>