PageRenderTime 62ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

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

http://github.com/ncqrs/ncqrs
MSBuild | 99 lines | 92 code | 0 blank | 7 comment | 0 complexity | 9ba721c68d9f1377fe0dee8108f6594d 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>{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.5.2</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="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  37. <HintPath>..\..\..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="Castle.Windsor, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  41. <HintPath>..\..\..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="FluentAssertions, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  45. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="FluentAssertions.Core, Version=4.12.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  49. <HintPath>..\..\..\packages\FluentAssertions.4.12.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Moq, Version=4.5.21.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  53. <HintPath>..\..\..\packages\Moq.4.5.21\lib\net45\Moq.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  57. <HintPath>..\..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="WindsorConfigurationCommandServiceRegistration.cs" />
  70. <Compile Include="WindsorConfigurationEventBusTests.cs" />
  71. <Compile Include="WindsorConfigurationTests.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\..\Framework\src\Ncqrs\Ncqrs.csproj">
  76. <Project>{01f84441-80d3-49b4-ab18-96894acb2f90}</Project>
  77. <Name>Ncqrs</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\Ncqrs.Config.Windsor\Ncqrs.Config.Windsor.csproj">
  80. <Project>{99BE6129-C5C4-45A5-94AB-0ADEA0A6AD53}</Project>
  81. <Name>Ncqrs.Config.Windsor</Name>
  82. <Private>True</Private>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="packages.config" />
  90. </ItemGroup>
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. </Project>