System.Reactive.Windows.Threading.xproj 1.5 KB

123456789101112131415161718192021222324252627
  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>c18c6fe5-7408-4f3b-b562-7a563e01701e</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. <TypeScriptCompileBlocked>True</TypeScriptCompileBlocked>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  19. <ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
  20. </PropertyGroup>
  21. <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
  22. <ProjectExtensions>
  23. <VisualStudio>
  24. <UserProperties project_1json__JSONSchema="http://json.schemastore.org/project-1.0.0-beta8" />
  25. </VisualStudio>
  26. </ProjectExtensions>
  27. </Project>