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:
authorMarek Safar <marek.safar@gmail.com>2013-07-02 15:44:46 +0400
committerMarek Safar <marek.safar@gmail.com>2013-07-02 15:45:15 +0400
commitb888cf5f041b2459bf32ea98d39365f9c2a64375 (patch)
tree4945b371397cce985f9df4567aa6124fd73065ee /mcs/class/Microsoft.Build.Engine
parent11ab0e0864af8f10c07c38d90c518f719f282f2e (diff)
Update csproj files
Diffstat (limited to 'mcs/class/Microsoft.Build.Engine')
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_2_0.csproj18
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_3_5.csproj18
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj18
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_5.csproj18
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_2_0.csproj12
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_3_5.csproj12
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj12
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_5.csproj12
8 files changed, 68 insertions, 52 deletions
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_2_0.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_2_0.csproj
index 2943542b618..ccc11847543 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_2_0.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_2_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{13F89BAD-94E5-46B5-B8E1-0F1EDB272352}</ProjectGuid>
+ <ProjectGuid>{E8E948B8-6DCF-48F2-A6BC-04309AED8740}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-net_2_0</OutputPath>
@@ -62,6 +62,9 @@
<Compile Include="Microsoft.Build.BuildEngine\BuildPropertyGroupCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildSettings.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildTask.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItem.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItemGroup.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskPropertyGroup.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildWhen.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ChangeType.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ColorResetter.cs" />
@@ -85,6 +88,7 @@
<Compile Include="Microsoft.Build.BuildEngine\ExpressionParseException.cs" />
<Compile Include="Microsoft.Build.BuildEngine\FileLogger.cs" />
<Compile Include="Microsoft.Build.BuildEngine\GroupingCollection.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\IBuildTask.cs" />
<Compile Include="Microsoft.Build.BuildEngine\Import.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportedProject.cs" />
@@ -130,27 +134,27 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
+ <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>
+ <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
- <Project>{F684BA24-FC9A-4BAB-8CF3-ACC489E6B88E}</Project>
+ <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
<Name>System.Core\System.Core-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
+ <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_2_0.csproj">
- <Project>{BFA79A16-152D-42DA-98E3-D494F9C4CC3E}</Project>
+ <Project>{AB5EDD8C-84A4-4F96-80EE-1B6F3A86785B}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_2_0.csproj">
- <Project>{A77A0E38-0000-4E4D-BEA6-704BC3677151}</Project>
+ <Project>{4AC4EDEE-4895-4CF9-84DF-9419E6980F38}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_2_0</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_3_5.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_3_5.csproj
index 4770b2796ec..40650c44566 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_3_5.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_3_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{6F2D39F3-AA37-4E4C-B43B-A8456E6A3805}</ProjectGuid>
+ <ProjectGuid>{874516A3-F5F6-4EAB-B005-4D1A567C5E4D}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-net_3_5</OutputPath>
@@ -62,6 +62,9 @@
<Compile Include="Microsoft.Build.BuildEngine\BuildPropertyGroupCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildSettings.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildTask.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItem.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItemGroup.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskPropertyGroup.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildWhen.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ChangeType.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ColorResetter.cs" />
@@ -85,6 +88,7 @@
<Compile Include="Microsoft.Build.BuildEngine\ExpressionParseException.cs" />
<Compile Include="Microsoft.Build.BuildEngine\FileLogger.cs" />
<Compile Include="Microsoft.Build.BuildEngine\GroupingCollection.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\IBuildTask.cs" />
<Compile Include="Microsoft.Build.BuildEngine\Import.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportedProject.cs" />
@@ -130,27 +134,27 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
+ <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>
+ <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
- <Project>{F684BA24-FC9A-4BAB-8CF3-ACC489E6B88E}</Project>
+ <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
<Name>System.Core\System.Core-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
+ <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_3_5.csproj">
- <Project>{E861AE49-8E73-4B00-883A-7517D1C530FE}</Project>
+ <Project>{50A41B06-27A6-4003-BA97-763C6CA4D51B}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_3_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_3_5.csproj">
- <Project>{81767FAD-2EEC-42CE-A053-45FFDEC0D67D}</Project>
+ <Project>{5EA25213-0854-4620-A67B-67E9BC6D213E}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_3_5</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj
index 7e251ccc7c1..f28d7c4d070 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{4A0D8AB4-6A16-484D-9133-D14368A2E39A}</ProjectGuid>
+ <ProjectGuid>{9B0AC297-CB85-43C1-8C18-12997CF1B78D}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-net_4_0</OutputPath>
@@ -62,6 +62,9 @@
<Compile Include="Microsoft.Build.BuildEngine\BuildPropertyGroupCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildSettings.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildTask.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItem.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItemGroup.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskPropertyGroup.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildWhen.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ChangeType.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ColorResetter.cs" />
@@ -85,6 +88,7 @@
<Compile Include="Microsoft.Build.BuildEngine\ExpressionParseException.cs" />
<Compile Include="Microsoft.Build.BuildEngine\FileLogger.cs" />
<Compile Include="Microsoft.Build.BuildEngine\GroupingCollection.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\IBuildTask.cs" />
<Compile Include="Microsoft.Build.BuildEngine\Import.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportedProject.cs" />
@@ -130,27 +134,27 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
+ <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{1A075F2A-40CF-48B5-B817-8B03444DB7C6}</Project>
+ <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{2590BECB-2660-49C6-93B1-B9E7D0796214}</Project>
+ <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
<Name>System.Core\System.Core-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
+ <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_0.csproj">
- <Project>{5EECBD6F-6D04-4194-A127-CE1A0683F978}</Project>
+ <Project>{1D4BCF4D-31D1-4F92-A2B2-D9E41A640649}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_0.csproj">
- <Project>{38B0128C-C232-4274-BDD0-F90ED189A80F}</Project>
+ <Project>{A20F004B-16AC-44DE-A14E-2C2B5E9F72BE}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_0</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_5.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_5.csproj
index ff74aae0e2e..723918f9592 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_5.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7B2ECE3C-F8E5-4C63-8FD5-AB490EF63872}</ProjectGuid>
+ <ProjectGuid>{0DA63190-E6E1-41C5-B683-A54FADBE61CB}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-net_4_5</OutputPath>
@@ -62,6 +62,9 @@
<Compile Include="Microsoft.Build.BuildEngine\BuildPropertyGroupCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildSettings.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildTask.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItem.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskItemGroup.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\BuildTaskPropertyGroup.cs" />
<Compile Include="Microsoft.Build.BuildEngine\BuildWhen.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ChangeType.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ColorResetter.cs" />
@@ -85,6 +88,7 @@
<Compile Include="Microsoft.Build.BuildEngine\ExpressionParseException.cs" />
<Compile Include="Microsoft.Build.BuildEngine\FileLogger.cs" />
<Compile Include="Microsoft.Build.BuildEngine\GroupingCollection.cs" />
+ <Compile Include="Microsoft.Build.BuildEngine\IBuildTask.cs" />
<Compile Include="Microsoft.Build.BuildEngine\Import.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\ImportedProject.cs" />
@@ -130,27 +134,27 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
+ <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>
+ <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
- <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>
+ <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
<Name>System.Core\System.Core-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>
+ <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_5.csproj">
- <Project>{58CD6625-5643-4A3F-84E6-5568E8573A49}</Project>
+ <Project>{2BAFB878-D329-46A5-93AF-5A4ECD403A13}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_5.csproj">
- <Project>{B20027FF-D5D8-4AD3-8F5F-535556916D36}</Project>
+ <Project>{5CD66EA1-51EB-48EE-8C1C-DDFD23E22C38}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_5</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_2_0.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_2_0.csproj
index 21e420925e3..5bd5b735a98 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_2_0.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_2_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1096B643-5EBD-4864-A21A-263502B65D26}</ProjectGuid>
+ <ProjectGuid>{3C5E119F-3B25-4F81-816E-196A3C7FFB88}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-tests-net_2_0</OutputPath>
@@ -92,23 +92,23 @@
<ItemGroup>
<Reference Include="..\lib\net_2_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
+ <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Engine\Microsoft.Build.Engine-net_2_0.csproj">
- <Project>{13F89BAD-94E5-46B5-B8E1-0F1EDB272352}</Project>
+ <Project>{E8E948B8-6DCF-48F2-A6BC-04309AED8740}</Project>
<Name>Microsoft.Build.Engine\Microsoft.Build.Engine-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_2_0.csproj">
- <Project>{BFA79A16-152D-42DA-98E3-D494F9C4CC3E}</Project>
+ <Project>{AB5EDD8C-84A4-4F96-80EE-1B6F3A86785B}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_2_0.csproj">
- <Project>{A77A0E38-0000-4E4D-BEA6-704BC3677151}</Project>
+ <Project>{4AC4EDEE-4895-4CF9-84DF-9419E6980F38}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
+ <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_3_5.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_3_5.csproj
index f8ccd0b90fe..7607ff801b0 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_3_5.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_3_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{16BAE398-3812-4104-A55E-368A697404BB}</ProjectGuid>
+ <ProjectGuid>{D39C03FC-1A5C-4915-A044-F68A8D29D6BA}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-tests-net_3_5</OutputPath>
@@ -92,23 +92,23 @@
<ItemGroup>
<Reference Include="..\lib\net_3_5\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
+ <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Engine\Microsoft.Build.Engine-net_3_5.csproj">
- <Project>{6F2D39F3-AA37-4E4C-B43B-A8456E6A3805}</Project>
+ <Project>{874516A3-F5F6-4EAB-B005-4D1A567C5E4D}</Project>
<Name>Microsoft.Build.Engine\Microsoft.Build.Engine-net_3_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_3_5.csproj">
- <Project>{E861AE49-8E73-4B00-883A-7517D1C530FE}</Project>
+ <Project>{50A41B06-27A6-4003-BA97-763C6CA4D51B}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_3_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_3_5.csproj">
- <Project>{81767FAD-2EEC-42CE-A053-45FFDEC0D67D}</Project>
+ <Project>{5EA25213-0854-4620-A67B-67E9BC6D213E}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_3_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
+ <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj
index 507d52a55b6..dec70cc0689 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{6D3AA408-D93B-47B3-8A07-4F775E4430E6}</ProjectGuid>
+ <ProjectGuid>{610DE398-8F0E-4857-A600-17773B98E457}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-tests-net_4_0</OutputPath>
@@ -92,23 +92,23 @@
<ItemGroup>
<Reference Include="..\lib\net_4_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
+ <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Engine\Microsoft.Build.Engine-net_4_0.csproj">
- <Project>{4A0D8AB4-6A16-484D-9133-D14368A2E39A}</Project>
+ <Project>{9B0AC297-CB85-43C1-8C18-12997CF1B78D}</Project>
<Name>Microsoft.Build.Engine\Microsoft.Build.Engine-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_0.csproj">
- <Project>{5EECBD6F-6D04-4194-A127-CE1A0683F978}</Project>
+ <Project>{1D4BCF4D-31D1-4F92-A2B2-D9E41A640649}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_0.csproj">
- <Project>{38B0128C-C232-4274-BDD0-F90ED189A80F}</Project>
+ <Project>{A20F004B-16AC-44DE-A14E-2C2B5E9F72BE}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
+ <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_5.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_5.csproj
index e7739dddb35..6e28e88f560 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_5.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{53D1041C-C85A-4DD3-9C65-6DC879737A0F}</ProjectGuid>
+ <ProjectGuid>{AE80331E-4C95-4F65-BE43-0C3011661AE1}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Microsoft.Build.Engine-tests-net_4_5</OutputPath>
@@ -92,23 +92,23 @@
<ItemGroup>
<Reference Include="..\lib\net_4_5\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
+ <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Engine\Microsoft.Build.Engine-net_4_5.csproj">
- <Project>{7B2ECE3C-F8E5-4C63-8FD5-AB490EF63872}</Project>
+ <Project>{0DA63190-E6E1-41C5-B683-A54FADBE61CB}</Project>
<Name>Microsoft.Build.Engine\Microsoft.Build.Engine-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_5.csproj">
- <Project>{58CD6625-5643-4A3F-84E6-5568E8573A49}</Project>
+ <Project>{2BAFB878-D329-46A5-93AF-5A4ECD403A13}</Project>
<Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_5.csproj">
- <Project>{B20027FF-D5D8-4AD3-8F5F-535556916D36}</Project>
+ <Project>{5CD66EA1-51EB-48EE-8C1C-DDFD23E22C38}</Project>
<Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>
+ <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
</ItemGroup>