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.Web.Abstractions
parentcaa76153288d51a87cccf4a4131efeb26c290051 (diff)
Refreshed the CSProj files to use the new output build directory
Diffstat (limited to 'mcs/class/System.Web.Abstractions')
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_2_0.csproj24
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_0.csproj24
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_5.csproj24
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_2_0.csproj24
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_0.csproj24
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_5.csproj24
6 files changed, 84 insertions, 60 deletions
diff --git a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_2_0.csproj b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_2_0.csproj
index eb781cd73ad..84fa3342867 100644
--- a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_2_0.csproj
+++ b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_2_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{34AE4A66-1C6E-41EB-BCD7-7541A021FA19}</ProjectGuid>
+ <ProjectGuid>{1665130D-E9DA-4325-A4C6-78ECF7187D5B}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Web.Abstractions-net_2_0</OutputPath>
+ <OutputPath>./../../class/lib/net_2_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -80,29 +80,33 @@
<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.Core\System.Core-net_2_0.csproj">
- <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
+ <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>
<Name>System.Core\System.Core-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_2_0-2.csproj">
- <Project>{4F179720-1E19-46E8-A55E-010C20701EFF}</Project>
+ <Project>{293D054F-361B-4083-A422-FA1AC9476FC9}</Project>
<Name>System.Web\System.Web-net_2_0-2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_0.csproj b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_0.csproj
index 73a727fb16e..1e7ad3ecbd4 100644
--- a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_0.csproj
+++ b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3ED0B5B2-9897-4427-9510-BBC309B60C35}</ProjectGuid>
+ <ProjectGuid>{4D4682F3-E5E3-4167-AA36-F689331C2509}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Web.Abstractions-net_4_0</OutputPath>
+ <OutputPath>./../../class/lib/net_4_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -58,29 +58,33 @@
<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.Core\System.Core-net_4_0.csproj">
- <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
+ <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
<Name>System.Core\System.Core-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_4_0-2.csproj">
- <Project>{C410B7A1-AC09-4CBB-9F20-AC9473811B40}</Project>
+ <Project>{2AB66C1A-6094-4C45-AF9B-FA85F8D5E98A}</Project>
<Name>System.Web\System.Web-net_4_0-2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_5.csproj b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_5.csproj
index cadb9c4ab45..8a0ddf9a0c9 100644
--- a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_5.csproj
+++ b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-net_4_5.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C035D4D2-D112-49A6-87B8-E47469BBDA4F}</ProjectGuid>
+ <ProjectGuid>{94BD3939-6937-47AA-86CF-5C3E4C59E272}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Web.Abstractions-net_4_5</OutputPath>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -58,29 +58,33 @@
<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.Core\System.Core-net_4_5.csproj">
- <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
+ <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
<Name>System.Core\System.Core-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_4_5-2.csproj">
- <Project>{93406A57-422B-4A7E-886A-B37F2E97DB78}</Project>
+ <Project>{725FB152-838A-4C6E-8A12-AC47E2DD4CEA}</Project>
<Name>System.Web\System.Web-net_4_5-2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_2_0.csproj b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_2_0.csproj
index 0ed3646a10c..2ebb0295ec1 100644
--- a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_2_0.csproj
+++ b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_2_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{FFD6E740-A675-44BA-9875-746959238825}</ProjectGuid>
+ <ProjectGuid>{D2B91F5B-D914-4C6E-B41F-7DF9CADEB9A9}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Web.Abstractions-tests-net_2_0</OutputPath>
@@ -58,34 +58,38 @@
<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.Web.Abstractions\System.Web.Abstractions-net_2_0.csproj">
- <Project>{34AE4A66-1C6E-41EB-BCD7-7541A021FA19}</Project>
+ <Project>{1665130D-E9DA-4325-A4C6-78ECF7187D5B}</Project>
<Name>System.Web.Abstractions\System.Web.Abstractions-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.Core\System.Core-net_2_0.csproj">
- <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
+ <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>
<Name>System.Core\System.Core-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_2_0-2.csproj">
- <Project>{4F179720-1E19-46E8-A55E-010C20701EFF}</Project>
+ <Project>{293D054F-361B-4083-A422-FA1AC9476FC9}</Project>
<Name>System.Web\System.Web-net_2_0-2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_0.csproj b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_0.csproj
index 492b35d4b8b..ae1cd760f62 100644
--- a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_0.csproj
+++ b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{49024E6C-B034-4657-B7CD-D67CAA1D4D49}</ProjectGuid>
+ <ProjectGuid>{4D2C6AEF-0A7D-4E4A-A0F6-BBFEE9DA9F34}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Web.Abstractions-tests-net_4_0</OutputPath>
@@ -58,34 +58,38 @@
<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.Web.Abstractions\System.Web.Abstractions-net_4_0.csproj">
- <Project>{3ED0B5B2-9897-4427-9510-BBC309B60C35}</Project>
+ <Project>{4D4682F3-E5E3-4167-AA36-F689331C2509}</Project>
<Name>System.Web.Abstractions\System.Web.Abstractions-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.Core\System.Core-net_4_0.csproj">
- <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
+ <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
<Name>System.Core\System.Core-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_4_0-2.csproj">
- <Project>{C410B7A1-AC09-4CBB-9F20-AC9473811B40}</Project>
+ <Project>{2AB66C1A-6094-4C45-AF9B-FA85F8D5E98A}</Project>
<Name>System.Web\System.Web-net_4_0-2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_5.csproj b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_5.csproj
index 8b84fc6cbdd..cf089f84070 100644
--- a/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_5.csproj
+++ b/mcs/class/System.Web.Abstractions/System.Web.Abstractions-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3AD60A26-BA14-4B61-9293-D98C1BF9552C}</ProjectGuid>
+ <ProjectGuid>{3801922A-8C65-4DC6-8B0C-35E154D9BCA0}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Web.Abstractions-tests-net_4_5</OutputPath>
@@ -58,34 +58,38 @@
<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.Web.Abstractions\System.Web.Abstractions-net_4_5.csproj">
- <Project>{C035D4D2-D112-49A6-87B8-E47469BBDA4F}</Project>
+ <Project>{94BD3939-6937-47AA-86CF-5C3E4C59E272}</Project>
<Name>System.Web.Abstractions\System.Web.Abstractions-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.Core\System.Core-net_4_5.csproj">
- <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
+ <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
<Name>System.Core\System.Core-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_4_5-2.csproj">
- <Project>{93406A57-422B-4A7E-886A-B37F2E97DB78}</Project>
+ <Project>{725FB152-838A-4C6E-8A12-AC47E2DD4CEA}</Project>
<Name>System.Web\System.Web-net_4_5-2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+