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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2014-05-24 01:15:44 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-24 01:15:53 +0400
commit3599b97b571f777def2b66feacb20d4045a20cd4 (patch)
treeba39b86cfa7502e78ab55fecc3564c44c040141e /mcs/class/System.Reactive.Providers
parente5428041b229486cce6b93bb8d496f09d350c428 (diff)
[build] Fresh new csproj files based on the updated build system.
Diffstat (limited to 'mcs/class/System.Reactive.Providers')
-rw-r--r--mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_5.csproj24
1 files changed, 14 insertions, 10 deletions
diff --git a/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_5.csproj b/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_5.csproj
index 8212985b527..841b2978350 100644
--- a/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_5.csproj
+++ b/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_5.csproj
@@ -65,9 +65,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -76,27 +80,27 @@
</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
<Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
- <Name>System\System-net_4_5-2</Name>
+ <ProjectReference Include="../System/System-net_4_5.csproj">
+ <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
+ <Name>System\System-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
+ <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">
<Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
<Name>System.Core\System.Core-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces-net_4_5.csproj">
+ <ProjectReference Include="../System.Reactive.Interfaces/System.Reactive.Interfaces-net_4_5.csproj">
<Project>{EFA38650-CE13-4BF3-993D-70B238DB1C9E}</Project>
<Name>System.Reactive.Interfaces\System.Reactive.Interfaces-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core-net_4_5.csproj">
+ <ProjectReference Include="../System.Reactive.Core/System.Reactive.Core-net_4_5.csproj">
<Project>{4EF3C775-C516-4897-AB1D-DC9F8862A4D9}</Project>
<Name>System.Reactive.Core\System.Reactive.Core-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq-net_4_5.csproj">
+ <ProjectReference Include="../System.Reactive.Linq/System.Reactive.Linq-net_4_5.csproj">
<Project>{EE831E49-3F84-4A05-9417-A9C8BD36E164}</Project>
<Name>System.Reactive.Linq\System.Reactive.Linq-net_4_5</Name>
</ProjectReference>