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/Mono.Messaging.RabbitMQ
parente5428041b229486cce6b93bb8d496f09d350c428 (diff)
[build] Fresh new csproj files based on the updated build system.
Diffstat (limited to 'mcs/class/Mono.Messaging.RabbitMQ')
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj22
1 files changed, 13 insertions, 9 deletions
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj
index 638fcd5cabb..5747dcd2ba9 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj
@@ -63,9 +63,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -74,23 +78,23 @@
</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.Messaging\System.Messaging-net_4_5.csproj">
+ <ProjectReference Include="../System.Messaging/System.Messaging-net_4_5.csproj">
<Project>{1CBEC0FC-5926-42FA-A0CF-A19617FABB78}</Project>
<Name>System.Messaging\System.Messaging-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_4_5.csproj">
+ <ProjectReference Include="../Mono.Messaging/Mono.Messaging-net_4_5.csproj">
<Project>{DDCC93B5-9425-4E9A-95DC-3400D0028508}</Project>
<Name>Mono.Messaging\Mono.Messaging-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_4_5.csproj">
+ <ProjectReference Include="../RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_5.csproj">
<Project>{55AA0C89-63D9-438E-A139-3ED9F72AE295}</Project>
<Name>client\RabbitMQ.Client-net_4_5</Name>
</ProjectReference>