PageRenderTime 54ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/tests/Castle.Facilities.Zmq.Rpc.Tests/Castle.Facilities.Zmq.Rpc.Tests.csproj

https://github.com/castleproject/castlezmq
MSBuild | 103 lines | 96 code | 0 blank | 7 comment | 0 complexity | 3c08fc53c35a38888adddc3a39dfbe32 MD5 | raw file
Possible License(s): LGPL-3.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. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{251E2F53-8004-4383-A581-904A435EEC2F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Castle.Facilities.Zmq.Rpc.Tests</RootNamespace>
  11. <AssemblyName>Castle.Facilities.Zmq.Rpc.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\lib\castle\Castle.Core.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Castle.Windsor, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\lib\castle\Castle.Windsor.dll</HintPath>
  42. </Reference>
  43. <Reference Include="FluentAssertions">
  44. <HintPath>..\..\lib\FluentAssertions.2.2.0.0\lib\net40\FluentAssertions.dll</HintPath>
  45. </Reference>
  46. <Reference Include="nunit.framework">
  47. <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="protobuf-net">
  50. <HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="LocalInvocationDispatcherTestCase.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="ReflectionUtilsTestCase.cs" />
  64. <Compile Include="RemoteEndpointRegistryTestCase.cs" />
  65. <Compile Include="RemoteRequestServiceTestCase.cs" />
  66. <Compile Include="Serialization\ArraySerializationTestCase.cs">
  67. <SubType>Code</SubType>
  68. </Compile>
  69. <Compile Include="Serialization\ParameterSerializationTestCase.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <None Include="packages.config" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\extensions\Castle.Facilities.Zmq.Rpc\Castle.Facilities.Zmq.Rpc.csproj">
  76. <Project>{D9F5281F-9163-45FF-A27A-A9D54C82DA84}</Project>
  77. <Name>Castle.Facilities.Zmq.Rpc</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\extensions\Castle.Zmq.Rpc\Castle.Zmq.Rpc.csproj">
  80. <Project>{8585F472-0039-4F9A-A57D-63BB6CDF97C4}</Project>
  81. <Name>Castle.Zmq.Rpc</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\src\Castle.Zmq\Castle.Zmq.csproj">
  84. <Project>{8A7E293C-909D-4DE9-A601-F4B817A1B419}</Project>
  85. <Name>Castle.Zmq</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  89. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  90. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  91. <PropertyGroup>
  92. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  93. </PropertyGroup>
  94. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  95. </Target>
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>