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-02-21 20:25:06 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-21 20:25:06 +0400
commitcf650fb3fbafd352f541ebf37dc3060e6f32a090 (patch)
treed7d258e115e1fedf3e3cd371c514baf323c0d28f /mcs/class/Commons.Xml.Relaxng
parent5af8f50a84dc26730b50a6a1ecefd34000c8ced1 (diff)
Update 4.5 bcl solution files
Diffstat (limited to 'mcs/class/Commons.Xml.Relaxng')
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_2_0.csproj8
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_0.csproj8
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_5.csproj8
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_2_0.csproj10
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_0.csproj10
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_5.csproj10
6 files changed, 27 insertions, 27 deletions
diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_2_0.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_2_0.csproj
index 650bd591b28..04cf7f28e29 100644
--- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_2_0.csproj
+++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_2_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2EAF8F18-0B08-40D2-A40E-6BDAFB91A22F}</ProjectGuid>
+ <ProjectGuid>{7F3ADC13-F208-4BA1-A5A8-90B2DD086A60}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Commons.Xml.Relaxng-net_2_0</OutputPath>
@@ -101,15 +101,15 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{537E3E02-B5DA-4E11-A9F9-5A54C99759B9}</Project>
+ <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{08A2FAB2-A213-451E-AD93-19B409BF1B5A}</Project>
+ <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{A892207C-64E0-4FCA-8541-A3C71099AA13}</Project>
+ <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_0.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_0.csproj
index 920d6176ea5..a6435e6c7eb 100644
--- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_0.csproj
+++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A8117614-67B7-470D-BFF4-3B328BFEE8F5}</ProjectGuid>
+ <ProjectGuid>{1EEAA095-97DA-4B89-AF86-75420EA398DA}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Commons.Xml.Relaxng-net_4_0</OutputPath>
@@ -101,15 +101,15 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{280E1B59-BAAA-4E02-99CA-8070BCB2C72E}</Project>
+ <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{C0648621-9C6E-4584-9CF6-70EBB2D60489}</Project>
+ <Project>{1A075F2A-40CF-48B5-B817-8B03444DB7C6}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{A1A09F77-428E-4B5F-9C0C-3B07F55909A6}</Project>
+ <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_5.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_5.csproj
index 946bdeabf60..3f3ec76e478 100644
--- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_5.csproj
+++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{B29E829F-C2C9-44C5-9303-BDF4FFEC4F81}</ProjectGuid>
+ <ProjectGuid>{4B2DAC6F-0527-4042-97C0-0B576ECA1A1C}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Commons.Xml.Relaxng-net_4_5</OutputPath>
@@ -101,15 +101,15 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>
+ <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>
+ <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{AB0D8551-2D53-46F2-A340-789E7B62BF57}</Project>
+ <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_2_0.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_2_0.csproj
index b234dc9bd8a..06fd2a6914c 100644
--- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_2_0.csproj
+++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_2_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{FD5189A0-35A8-4DF3-9B2F-B9E3ED623CCA}</ProjectGuid>
+ <ProjectGuid>{2D856822-75AF-4D0C-A6CD-72FE9713AA75}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
<OutputPath>bin\Debug\Commons.Xml.Relaxng-tests-net_2_0</OutputPath>
@@ -70,19 +70,19 @@
<ItemGroup>
<Reference Include="..\lib\net_2_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{537E3E02-B5DA-4E11-A9F9-5A54C99759B9}</Project>
+ <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
<Name>corlib\corlib-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\Commons.Xml.Relaxng\Commons.Xml.Relaxng-net_2_0.csproj">
- <Project>{2EAF8F18-0B08-40D2-A40E-6BDAFB91A22F}</Project>
+ <Project>{7F3ADC13-F208-4BA1-A5A8-90B2DD086A60}</Project>
<Name>Commons.Xml.Relaxng\Commons.Xml.Relaxng-net_2_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{08A2FAB2-A213-451E-AD93-19B409BF1B5A}</Project>
+ <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>
<Name>System\System-net_2_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{A892207C-64E0-4FCA-8541-A3C71099AA13}</Project>
+ <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
<Name>System.XML\System.Xml-net_2_0-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_0.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_0.csproj
index 04c144c40d7..2e25f6f1041 100644
--- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_0.csproj
+++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{93EBBAFA-0C82-4466-A1F5-4BB56CD8A657}</ProjectGuid>
+ <ProjectGuid>{0AA64685-B2E8-4DAC-B440-E48167BCCA00}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
<OutputPath>bin\Debug\Commons.Xml.Relaxng-tests-net_4_0</OutputPath>
@@ -70,19 +70,19 @@
<ItemGroup>
<Reference Include="..\lib\net_4_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{280E1B59-BAAA-4E02-99CA-8070BCB2C72E}</Project>
+ <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\Commons.Xml.Relaxng\Commons.Xml.Relaxng-net_4_0.csproj">
- <Project>{A8117614-67B7-470D-BFF4-3B328BFEE8F5}</Project>
+ <Project>{1EEAA095-97DA-4B89-AF86-75420EA398DA}</Project>
<Name>Commons.Xml.Relaxng\Commons.Xml.Relaxng-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{C0648621-9C6E-4584-9CF6-70EBB2D60489}</Project>
+ <Project>{1A075F2A-40CF-48B5-B817-8B03444DB7C6}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{A1A09F77-428E-4B5F-9C0C-3B07F55909A6}</Project>
+ <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_5.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_5.csproj
index 1b2e02e9988..a40dea6e8ab 100644
--- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_5.csproj
+++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{8DB1807A-41A5-4195-9414-77EAF0CC6387}</ProjectGuid>
+ <ProjectGuid>{BA4C18A4-EF3B-42DD-957A-5C1BF4EE6359}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
<OutputPath>bin\Debug\Commons.Xml.Relaxng-tests-net_4_5</OutputPath>
@@ -70,19 +70,19 @@
<ItemGroup>
<Reference Include="..\lib\net_4_5\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>
+ <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Commons.Xml.Relaxng\Commons.Xml.Relaxng-net_4_5.csproj">
- <Project>{B29E829F-C2C9-44C5-9303-BDF4FFEC4F81}</Project>
+ <Project>{4B2DAC6F-0527-4042-97C0-0B576ECA1A1C}</Project>
<Name>Commons.Xml.Relaxng\Commons.Xml.Relaxng-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>
+ <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{AB0D8551-2D53-46F2-A340-789E7B62BF57}</Project>
+ <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
</ItemGroup>