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-25 08:47:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-25 08:47:09 +0400
commit60fa2525fb819f2d3b874c70e45036e8f4a40bf8 (patch)
tree64bb0aa14dad20c1860d78a489f69f6188030e69 /mcs/class/Mono.Messaging.RabbitMQ
parentb5da7cd80db675b4b8f8090b62c217e05a4d0bd6 (diff)
[build] the csproj files can now do a full class libraries build
Diffstat (limited to 'mcs/class/Mono.Messaging.RabbitMQ')
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj11
1 files changed, 6 insertions, 5 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 5747dcd2ba9..9870cab073c 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
@@ -19,6 +19,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
@@ -80,23 +81,23 @@
<ItemGroup>
<ProjectReference Include="../corlib/corlib-net_4_5.csproj">
<Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib\corlib-net_4_5</Name>
+ <Name>corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../System/System-net_4_5.csproj">
<Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
- <Name>System\System-net_4_5</Name>
+ <Name>System-net_4_5</Name>
</ProjectReference>
<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>
+ <Name>System.Messaging-net_4_5</Name>
</ProjectReference>
<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>
+ <Name>Mono.Messaging-net_4_5</Name>
</ProjectReference>
<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>
+ <Name>RabbitMQ.Client-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>