System.Reactive.Interfaces.xproj 1.3 KB

1234567891011121314151617181920212223
  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)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
  8. <PropertyGroup Label="Globals">
  9. <ProjectGuid>430061b8-8504-483f-a532-ceb69ff04128</ProjectGuid>
  10. <RootNamespace>System.Reactive</RootNamespace>
  11. <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
  12. <OutputPath Condition="'$(OutputPath)'=='' ">..\..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <SchemaVersion>2.0</SchemaVersion>
  16. </PropertyGroup>
  17. <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
  18. <ProjectExtensions>
  19. <VisualStudio>
  20. <UserProperties project_1json__JSONSchema="http://json.schemastore.org/project-1.0.0-beta8" />
  21. </VisualStudio>
  22. </ProjectExtensions>
  23. </Project>