System.Interactive.Tests.xproj 1.1 KB

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. </PropertyGroup>
  7. <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
  8. <PropertyGroup Label="Globals">
  9. <ProjectGuid>592e774e-d5be-44c5-9e4d-e096bec01552</ProjectGuid>
  10. <RootNamespace>System.Linq</RootNamespace>
  11. <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
  12. <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
  16. </ItemGroup>
  17. <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
  18. </Project>