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-04-19 02:15:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-04-19 02:15:35 +0400
commitd79280674bec813a7bdf8fd314a3538ea5a5f56f (patch)
tree05539d2c94fcf6531682ec7c257e4fc6988f4114 /mcs/class/System.Messaging
parentcaa76153288d51a87cccf4a4131efeb26c290051 (diff)
Refreshed the CSProj files to use the new output build directory
Diffstat (limited to 'mcs/class/System.Messaging')
-rw-r--r--mcs/class/System.Messaging/System.Messaging-net_2_0.csproj30
-rw-r--r--mcs/class/System.Messaging/System.Messaging-net_4_0.csproj30
-rw-r--r--mcs/class/System.Messaging/System.Messaging-net_4_5.csproj30
-rw-r--r--mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj30
-rw-r--r--mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj30
-rw-r--r--mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj30
6 files changed, 102 insertions, 78 deletions
diff --git a/mcs/class/System.Messaging/System.Messaging-net_2_0.csproj b/mcs/class/System.Messaging/System.Messaging-net_2_0.csproj
index feede7a40fa..87b84c85dd3 100644
--- a/mcs/class/System.Messaging/System.Messaging-net_2_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-net_2_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{858BC3D5-8B2D-4B24-8BD9-BDC36A1DAFE4}</ProjectGuid>
+ <ProjectGuid>{DB0FD42E-2BF8-4E67-B707-901AC35FCB9A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Messaging-net_2_0</OutputPath>
+ <OutputPath>./../../class/lib/net_2_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -109,37 +109,40 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
+ <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
+ <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration.Install\System.Configuration.Install-net_2_0.csproj">
- <Project>{5CE6E3F2-E63D-4C2B-9CCE-6446021A1AF5}</Project>
+ <Project>{C8B650EA-042C-4352-8224-03F759A682C6}</Project>
<Name>System.Configuration.Install\System.Configuration.Install-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
- <Project>{CA7E5301-90D2-4C07-87B7-851AA216D4C9}</Project>
+ <Project>{458980DE-3D7C-4BBA-BA18-673EDC030AFE}</Project>
<Name>System.Drawing\System.Drawing-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
- <Project>{19413C30-6E39-4AAC-B9D1-FC88082E74C8}</Project>
+ <Project>{EC4EB1AA-1E23-4F9A-832A-FED2E5EA9630}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
+ <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_2_0.csproj">
- <Project>{A516A3FA-33AA-46AB-9542-49952ED25A0F}</Project>
+ <Project>{2220FC2B-F933-49D2-B1A4-A6241F486B88}</Project>
<Name>Mono.Messaging\Mono.Messaging-net_2_0</Name>
</ProjectReference>
</ItemGroup>
@@ -151,4 +154,5 @@
<LogicalName>MessageQueue.resx</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Messaging/System.Messaging-net_4_0.csproj b/mcs/class/System.Messaging/System.Messaging-net_4_0.csproj
index ecd8faed788..f4ee3d99ecb 100644
--- a/mcs/class/System.Messaging/System.Messaging-net_4_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-net_4_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{443D0D78-0A65-4288-80C2-B58011E3A5D1}</ProjectGuid>
+ <ProjectGuid>{5854BF27-FC35-44F5-BE59-580900694E32}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Messaging-net_4_0</OutputPath>
+ <OutputPath>./../../class/lib/net_4_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -109,37 +109,40 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
+ <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
+ <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration.Install\System.Configuration.Install-net_4_0.csproj">
- <Project>{3C248397-71FD-4A63-B4A5-9F2A28C4D983}</Project>
+ <Project>{29529439-51F1-4953-8A5D-7ED8F7EB8FDB}</Project>
<Name>System.Configuration.Install\System.Configuration.Install-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
- <Project>{DE98E72C-2727-4737-AAFC-CC1228F4812C}</Project>
+ <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
<Name>System.Drawing\System.Drawing-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
- <Project>{41B3B369-328C-45B8-9F14-224641427A35}</Project>
+ <Project>{0A54FEB2-B90B-42CA-AB24-744302ABCB3E}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
+ <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_4_0.csproj">
- <Project>{CD0A320A-620E-42D0-86CD-2D32F5592E57}</Project>
+ <Project>{DD379954-9A73-4B1D-B314-D8EF1D4C5EB7}</Project>
<Name>Mono.Messaging\Mono.Messaging-net_4_0</Name>
</ProjectReference>
</ItemGroup>
@@ -151,4 +154,5 @@
<LogicalName>MessageQueue.resx</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj b/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj
index c033a41bd32..65254c46599 100644
--- a/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A8B93174-06DF-4FC7-8E3E-45F395A943EB}</ProjectGuid>
+ <ProjectGuid>{1CBEC0FC-5926-42FA-A0CF-A19617FABB78}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Messaging-net_4_5</OutputPath>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -109,37 +109,40 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
+ <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>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
+ <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration.Install\System.Configuration.Install-net_4_5.csproj">
- <Project>{D413E89D-CE81-4766-BBC1-AC17A3FD5C95}</Project>
+ <Project>{E6E1740E-37DD-487C-8947-F1C0612D4738}</Project>
<Name>System.Configuration.Install\System.Configuration.Install-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
- <Project>{945A4FD5-2184-44CC-9519-13AFC37ED81A}</Project>
+ <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
<Name>System.Drawing\System.Drawing-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
- <Project>{409FF748-B765-4AB3-BCB1-72199B9E341C}</Project>
+ <Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
+ <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_4_5.csproj">
- <Project>{1CB843E3-75E7-4115-9EE6-7B7262AC6C96}</Project>
+ <Project>{DDCC93B5-9425-4E9A-95DC-3400D0028508}</Project>
<Name>Mono.Messaging\Mono.Messaging-net_4_5</Name>
</ProjectReference>
</ItemGroup>
@@ -151,4 +154,5 @@
<LogicalName>MessageQueue.resx</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj b/mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj
index 0dae6d8f1be..7b17d942109 100644
--- a/mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C6B37C3E-439F-425C-A48D-096CD95CF803}</ProjectGuid>
+ <ProjectGuid>{8D0EE23F-327F-4C6C-9DF3-6517D60F7EBB}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
<OutputPath>bin\Debug\System.Messaging-tests-net_2_0</OutputPath>
@@ -65,42 +65,45 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\lib\net_2_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
+ <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Messaging\System.Messaging-net_2_0.csproj">
- <Project>{858BC3D5-8B2D-4B24-8BD9-BDC36A1DAFE4}</Project>
+ <Project>{DB0FD42E-2BF8-4E67-B707-901AC35FCB9A}</Project>
<Name>System.Messaging\System.Messaging-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
+ <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration.Install\System.Configuration.Install-net_2_0.csproj">
- <Project>{5CE6E3F2-E63D-4C2B-9CCE-6446021A1AF5}</Project>
+ <Project>{C8B650EA-042C-4352-8224-03F759A682C6}</Project>
<Name>System.Configuration.Install\System.Configuration.Install-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
- <Project>{CA7E5301-90D2-4C07-87B7-851AA216D4C9}</Project>
+ <Project>{458980DE-3D7C-4BBA-BA18-673EDC030AFE}</Project>
<Name>System.Drawing\System.Drawing-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
- <Project>{19413C30-6E39-4AAC-B9D1-FC88082E74C8}</Project>
+ <Project>{EC4EB1AA-1E23-4F9A-832A-FED2E5EA9630}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
+ <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_2_0.csproj">
- <Project>{A516A3FA-33AA-46AB-9542-49952ED25A0F}</Project>
+ <Project>{2220FC2B-F933-49D2-B1A4-A6241F486B88}</Project>
<Name>Mono.Messaging\Mono.Messaging-net_2_0</Name>
</ProjectReference>
<Reference Include="nunit.mocks.dll">
@@ -117,4 +120,5 @@
<LogicalName>MessageQueue.resx</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj b/mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj
index c9ecc7d3171..ba9b7bcaf1b 100644
--- a/mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{FFBBBC97-F827-49CA-A47F-92CF7B74AC2E}</ProjectGuid>
+ <ProjectGuid>{6EB65DB4-E8F3-479A-BF52-5AF80259E9FC}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
<OutputPath>bin\Debug\System.Messaging-tests-net_4_0</OutputPath>
@@ -65,42 +65,45 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\lib\net_4_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
+ <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Messaging\System.Messaging-net_4_0.csproj">
- <Project>{443D0D78-0A65-4288-80C2-B58011E3A5D1}</Project>
+ <Project>{5854BF27-FC35-44F5-BE59-580900694E32}</Project>
<Name>System.Messaging\System.Messaging-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
+ <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration.Install\System.Configuration.Install-net_4_0.csproj">
- <Project>{3C248397-71FD-4A63-B4A5-9F2A28C4D983}</Project>
+ <Project>{29529439-51F1-4953-8A5D-7ED8F7EB8FDB}</Project>
<Name>System.Configuration.Install\System.Configuration.Install-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
- <Project>{DE98E72C-2727-4737-AAFC-CC1228F4812C}</Project>
+ <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
<Name>System.Drawing\System.Drawing-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
- <Project>{41B3B369-328C-45B8-9F14-224641427A35}</Project>
+ <Project>{0A54FEB2-B90B-42CA-AB24-744302ABCB3E}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
+ <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_4_0.csproj">
- <Project>{CD0A320A-620E-42D0-86CD-2D32F5592E57}</Project>
+ <Project>{DD379954-9A73-4B1D-B314-D8EF1D4C5EB7}</Project>
<Name>Mono.Messaging\Mono.Messaging-net_4_0</Name>
</ProjectReference>
<Reference Include="nunit.mocks.dll">
@@ -117,4 +120,5 @@
<LogicalName>MessageQueue.resx</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj b/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj
index 467944924f5..e7ab190eb35 100644
--- a/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2A3A7368-D302-4166-820C-8CB18138740C}</ProjectGuid>
+ <ProjectGuid>{E8980B98-13D0-40AF-A452-F26D3482BCA4}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
<OutputPath>bin\Debug\System.Messaging-tests-net_4_5</OutputPath>
@@ -65,42 +65,45 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\lib\net_4_5\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
+ <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Messaging\System.Messaging-net_4_5.csproj">
- <Project>{A8B93174-06DF-4FC7-8E3E-45F395A943EB}</Project>
+ <Project>{1CBEC0FC-5926-42FA-A0CF-A19617FABB78}</Project>
<Name>System.Messaging\System.Messaging-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
+ <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration.Install\System.Configuration.Install-net_4_5.csproj">
- <Project>{D413E89D-CE81-4766-BBC1-AC17A3FD5C95}</Project>
+ <Project>{E6E1740E-37DD-487C-8947-F1C0612D4738}</Project>
<Name>System.Configuration.Install\System.Configuration.Install-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
- <Project>{945A4FD5-2184-44CC-9519-13AFC37ED81A}</Project>
+ <Project>{CB1CB976-AA54-4553-B0E7-05665B199EC4}</Project>
<Name>System.Drawing\System.Drawing-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
- <Project>{409FF748-B765-4AB3-BCB1-72199B9E341C}</Project>
+ <Project>{B102F27C-1A07-487F-BA5B-D5155D201112}</Project>
<Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
+ <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_4_5.csproj">
- <Project>{1CB843E3-75E7-4115-9EE6-7B7262AC6C96}</Project>
+ <Project>{DDCC93B5-9425-4E9A-95DC-3400D0028508}</Project>
<Name>Mono.Messaging\Mono.Messaging-net_4_5</Name>
</ProjectReference>
<Reference Include="nunit.mocks.dll">
@@ -117,4 +120,5 @@
<LogicalName>MessageQueue.resx</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project>
+