PageRenderTime 51ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/Extensions/src/Ncqrs.Config.Windsor.Tests/Ncqrs.Config.Windsor.Tests.csproj

https://github.com/leemhenson/ncqrs
MSBuild | 79 lines | 72 code | 0 blank | 7 comment | 0 complexity | 0933d70f7dad6d0a8252f4629ca64b74 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>{629CA40F-74CF-4040-8CAD-5EFEDD06BCFE}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ncqrs.Config.Windsor.Tests</RootNamespace>
  12. <AssemblyName>Ncqrs.Config.Windsor.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.Core">
  35. <HintPath>..\..\lib\CastleWindsor\Castle.Core.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Castle.DynamicProxy2">
  38. <HintPath>..\..\lib\CastleWindsor\Castle.DynamicProxy2.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Castle.Windsor">
  41. <HintPath>..\..\lib\CastleWindsor\Castle.Windsor.dll</HintPath>
  42. </Reference>
  43. <Reference Include="FluentAssertions">
  44. <HintPath>..\..\lib\FluentAssertions\FluentAssertions.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Ncqrs">
  47. <HintPath>..\..\lib\Ncqrs\Ncqrs.dll</HintPath>
  48. </Reference>
  49. <Reference Include="nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\lib\NUnit\nunit.framework.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="WindsorConfigurationTests.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\Ncqrs.Config.Windsor\Ncqrs.Config.Windsor.csproj">
  67. <Project>{99BE6129-C5C4-45A5-94AB-0ADEA0A6AD53}</Project>
  68. <Name>Ncqrs.Config.Windsor</Name>
  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>