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/WebMatrix.Data
parentcaa76153288d51a87cccf4a4131efeb26c290051 (diff)
Refreshed the CSProj files to use the new output build directory
Diffstat (limited to 'mcs/class/WebMatrix.Data')
-rw-r--r--mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_0.csproj26
-rw-r--r--mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_5.csproj26
-rw-r--r--mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_0.csproj28
-rw-r--r--mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_5.csproj28
4 files changed, 62 insertions, 46 deletions
diff --git a/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_0.csproj b/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_0.csproj
index e91eb4bfda7..df62276034a 100644
--- a/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_0.csproj
+++ b/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{5AEB6A6A-C5EF-433B-B668-2066172D2D80}</ProjectGuid>
+ <ProjectGuid>{DD0F08B9-8780-4EAB-8D77-072F3AE63F7B}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\WebMatrix.Data-net_4_0</OutputPath>
+ <OutputPath>./../../class/lib/net_4_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -61,33 +61,37 @@
<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.Data\System.Data-net_4_0.csproj">
- <Project>{BC1890C0-51E5-48D0-8DBA-B1DD23468F9C}</Project>
+ <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
<Name>System.Data\System.Data-net_4_0</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.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{CA49630B-FD24-411F-9651-B15CA72CE5B8}</Project>
+ <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
<Name>System.Configuration\System.Configuration-net_4_0</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_5.csproj b/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_5.csproj
index 8997f52b912..e39baf85da6 100644
--- a/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_5.csproj
+++ b/mcs/class/WebMatrix.Data/WebMatrix.Data-net_4_5.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A7DB00D7-81EF-4197-9F87-D6EBDFDBD88E}</ProjectGuid>
+ <ProjectGuid>{9732089B-32BB-43FC-BB72-3EE9BBBE796A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\WebMatrix.Data-net_4_5</OutputPath>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -61,33 +61,37 @@
<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.Data\System.Data-net_4_5.csproj">
- <Project>{663D8C81-B74E-4D44-8C59-2264C6942B30}</Project>
+ <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>
<Name>System.Data\System.Data-net_4_5</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.Configuration\System.Configuration-net_4_5.csproj">
- <Project>{CA2CD67B-1308-460D-BDBA-498F63DEAA31}</Project>
+ <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
<Name>System.Configuration\System.Configuration-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_0.csproj b/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_0.csproj
index c93daf9a3c6..2087fd8f691 100644
--- a/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_0.csproj
+++ b/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{AD5F22B4-1F90-4549-9284-331B941F6F4A}</ProjectGuid>
+ <ProjectGuid>{23715291-225E-45B8-A253-9B8994172CF1}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\WebMatrix.Data-tests-net_4_0</OutputPath>
@@ -59,42 +59,46 @@
<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="..\WebMatrix.Data\WebMatrix.Data-net_4_0.csproj">
- <Project>{5AEB6A6A-C5EF-433B-B668-2066172D2D80}</Project>
+ <Project>{DD0F08B9-8780-4EAB-8D77-072F3AE63F7B}</Project>
<Name>WebMatrix.Data\WebMatrix.Data-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.Data\System.Data-net_4_0.csproj">
- <Project>{BC1890C0-51E5-48D0-8DBA-B1DD23468F9C}</Project>
+ <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
<Name>System.Data\System.Data-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Data.Sqlite\Mono.Data.Sqlite-net_4_0.csproj">
- <Project>{F26434C1-BA3D-41FB-B560-C009CB72B1B6}</Project>
+ <Project>{74084B98-6858-4133-998C-E594D367D8F1}</Project>
<Name>Mono.Data.Sqlite\Mono.Data.Sqlite-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.CSharp\Microsoft.CSharp-net_4_0.csproj">
- <Project>{342E1BD0-A935-4D49-B71E-ECDF0B42F90F}</Project>
+ <Project>{9ACDCB1D-5099-4091-A426-DBBA9B0976C2}</Project>
<Name>Microsoft.CSharp\Microsoft.CSharp-net_4_0</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_5.csproj b/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_5.csproj
index d4109788d70..65ab6fc05e3 100644
--- a/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_5.csproj
+++ b/mcs/class/WebMatrix.Data/WebMatrix.Data-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{4D33E714-F07E-44AC-9998-705170E29818}</ProjectGuid>
+ <ProjectGuid>{22F06C6F-29E9-48BE-AF9B-066C5607C8F7}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\WebMatrix.Data-tests-net_4_5</OutputPath>
@@ -59,42 +59,46 @@
<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="..\WebMatrix.Data\WebMatrix.Data-net_4_5.csproj">
- <Project>{A7DB00D7-81EF-4197-9F87-D6EBDFDBD88E}</Project>
+ <Project>{9732089B-32BB-43FC-BB72-3EE9BBBE796A}</Project>
<Name>WebMatrix.Data\WebMatrix.Data-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.Data\System.Data-net_4_5.csproj">
- <Project>{663D8C81-B74E-4D44-8C59-2264C6942B30}</Project>
+ <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>
<Name>System.Data\System.Data-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Data.Sqlite\Mono.Data.Sqlite-net_4_5.csproj">
- <Project>{0ECDAF31-B581-4319-A1B3-1CDF1FF1BA0B}</Project>
+ <Project>{41476FBD-C1CB-4B3C-8078-3281EB1E0EAB}</Project>
<Name>Mono.Data.Sqlite\Mono.Data.Sqlite-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.CSharp\Microsoft.CSharp-net_4_5.csproj">
- <Project>{AC2AB4A1-8005-4458-8B2B-614DA9BBC644}</Project>
+ <Project>{D554618C-5D38-413A-82BA-7A70B6FC61A3}</Project>
<Name>Microsoft.CSharp\Microsoft.CSharp-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+