Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj')
-rw-r--r--Rx/NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rx/NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj b/Rx/NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj
index b0f7e21..2814eb3 100644
--- a/Rx/NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj
+++ b/Rx/NET/Source/System.Reactive.Providers/System.Reactive.Providers.csproj
@@ -15,6 +15,7 @@
<FileAlignment>512</FileAlignment>
<ProductSignAssembly>true</ProductSignAssembly>
<CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
<OutputPath>bin\ReleaseXBLV\</OutputPath>
@@ -64,6 +65,7 @@
<EmbeddedResource Include="Strings_Providers.resx" />
</ItemGroup>
<Import Project="..\Import.targets" />
+ <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- HomoIconizer build task configuration (disabled for now)
<PropertyGroup>
<HomoIconIntermediateOutputPath>obj\$(Configuration)\HomoIcon</HomoIconIntermediateOutputPath>