|
@@ -4,15 +4,14 @@
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>7dd3dda0-0b73-4a7f-acaf-15111ac2eb93</ProjectGuid>
|
|
|
<RootNamespace>System.Reactive.PlatformServices</RootNamespace>
|
|
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
|
|
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
|
|
+ <ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<PropertyGroup>
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
</PropertyGroup>
|