PageRenderTime 45ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/WCFWebApi/prototype/Microsoft.ApplicationServer.HttpEnhancements.Tests/Microsoft.ApplicationServer.HttpEnhancements.Tests.csproj

#
MSBuild | 79 lines | 72 code | 0 blank | 7 comment | 0 complexity | d3b6fe0d81f960675142c74ec0aed44b MD5 | raw file
Possible License(s): CC-BY-SA-3.0, 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. <SignAssembly>false</SignAssembly>
  5. </PropertyGroup>
  6. <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),WebApi.msbuild))\tools\WebApi.test.settings.targets" />
  7. <PropertyGroup>
  8. <ProjectGuid>{015EB3C8-A4FE-4323-88AA-022174287EFA}</ProjectGuid>
  9. <RootNamespace>Microsoft.ApplicationServer.HttpEnhancements.Tests</RootNamespace>
  10. <AssemblyName>Microsoft.ApplicationServer.HttpEnhancements.Tests</AssemblyName>
  11. <OutputType>Library</OutputType>
  12. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13. <SccProjectName />
  14. <SccLocalPath />
  15. <SccAuxPath />
  16. <SccProvider />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
  20. <ItemGroup>
  21. <Reference Include="Microsoft.CSharp" />
  22. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  23. <Reference Include="System" />
  24. <Reference Include="System.Core">
  25. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  26. </Reference>
  27. <Reference Include="System.ServiceModel" />
  28. <Reference Include="System.ServiceModel.Web" />
  29. <Reference Include="System.Xml" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  33. <Visible>False</Visible>
  34. </CodeAnalysisDependentAssemblyPaths>
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="Properties\AssemblyInfo.cs" />
  38. <Compile Include="Fakes\TestMessageHandlerFactory.cs" />
  39. <Compile Include="Fakes\TestOperationHandlerFactory.cs" />
  40. <Compile Include="Fakes\TestService.cs" />
  41. <Compile Include="Fakes\TestMediaTypeFormatter.cs" />
  42. <Compile Include="WebApiConfigurationTest.cs" />
  43. <Compile Include="WebApiHttpOperationHandlerFactoryTest.cs" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ProjectReference Include="..\..\src\Microsoft.Json\Microsoft.Json.csproj">
  47. <Project>{F0441BE9-BDC0-4629-BE5A-8765FFAA2481}</Project>
  48. <Name>Microsoft.Json</Name>
  49. </ProjectReference>
  50. <ProjectReference Include="..\Microsoft.ApplicationServer.HttpEnhancements\Microsoft.ApplicationServer.HttpEnhancements.csproj">
  51. <Project>{8C5CA420-BDC2-4B92-A20E-4EC1FBEEA27D}</Project>
  52. <Name>Microsoft.ApplicationServer.HttpEnhancements</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\..\src\Microsoft.ApplicationServer.Http\Microsoft.ApplicationServer.Http.csproj">
  55. <Project>{CD92FACC-3083-4458-BE12-1700CF95F2B2}</Project>
  56. <Name>Microsoft.ApplicationServer.Http</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\..\src\Microsoft.Net.Http.Formatting\Microsoft.Net.Http.Formatting.csproj">
  59. <Project>{668E9021-CE84-49D9-98FB-DF125A9FCDB0}</Project>
  60. <Name>Microsoft.Net.Http.Formatting</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\..\src\System.Net.Http\System.Net.Http.csproj">
  63. <Project>{6D7A8E9E-1576-4E5D-AB2F-F3B540FD9AD1}</Project>
  64. <Name>System.Net.Http</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\..\Src\Microsoft.ServiceModel.Internal\Microsoft.ServiceModel.Internal.csproj">
  67. <Project>{420A4BC6-1514-11E0-B2ED-BA35DFD72085}</Project>
  68. <Name>Microsoft.ServiceModel.Internal</Name>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <Import Project="$(WebApiToolsPath)\WebApi.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>