From ded787fc544766770914b97c2f00c18dddb354f7 Mon Sep 17 00:00:00 2001 From: pettijohn Date: Tue, 24 Sep 2013 15:32:46 +1000 Subject: [PATCH 1/2] Upgraded to VS2012 and MF4.2 --- MFUnit.Tests/MFUnit.Tests.csproj | 4 +++- MFUnit.Tests/Resources.Designer.cs | 8 ++++---- MFUnit/MFUnit.csproj | 3 ++- MFUnit/Resources.Designer.cs | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/MFUnit.Tests/MFUnit.Tests.csproj b/MFUnit.Tests/MFUnit.Tests.csproj index 67beda7..0ebab23 100644 --- a/MFUnit.Tests/MFUnit.Tests.csproj +++ b/MFUnit.Tests/MFUnit.Tests.csproj @@ -8,8 +8,9 @@ 9.0.21022 2.0 {4E722DBA-63DF-4062-8A69-F32E33EA921F} - v4.1 + v4.2 $(MSBuildExtensionsPath32)\Microsoft\.NET Micro Framework\ + true @@ -40,6 +41,7 @@ + diff --git a/MFUnit.Tests/Resources.Designer.cs b/MFUnit.Tests/Resources.Designer.cs index c3f9028..88f69bd 100644 --- a/MFUnit.Tests/Resources.Designer.cs +++ b/MFUnit.Tests/Resources.Designer.cs @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.42 +// Runtime Version:4.0.30319.18051 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -10,8 +10,8 @@ namespace MFUnit.Tests { - - internal class Resources + + internal partial class Resources { private static System.Resources.ResourceManager manager; internal static System.Resources.ResourceManager ResourceManager diff --git a/MFUnit/MFUnit.csproj b/MFUnit/MFUnit.csproj index aa8c923..0795369 100644 --- a/MFUnit/MFUnit.csproj +++ b/MFUnit/MFUnit.csproj @@ -8,8 +8,9 @@ 9.0.21022 2.0 {EC81132A-FCC6-4294-B60E-B62E4A908C43} - v4.1 + v4.2 $(MSBuildExtensionsPath32)\Microsoft\.NET Micro Framework\ + true diff --git a/MFUnit/Resources.Designer.cs b/MFUnit/Resources.Designer.cs index 2dcc4be..3246e35 100644 --- a/MFUnit/Resources.Designer.cs +++ b/MFUnit/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.261 +// Runtime Version:4.0.30319.18051 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. From 8389c6e836f3e7adc735f3d3cc41b8429a252925 Mon Sep 17 00:00:00 2001 From: pettijohn Date: Tue, 24 Sep 2013 15:37:57 +1000 Subject: [PATCH 2/2] Updating SLN to 2012 --- MFUnit.sln | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MFUnit.sln b/MFUnit.sln index 25f0730..6c50a30 100644 --- a/MFUnit.sln +++ b/MFUnit.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MFUnit", "MFUnit\MFUnit.csproj", "{EC81132A-FCC6-4294-B60E-B62E4A908C43}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MFUnit.Tests", "MFUnit.Tests\MFUnit.Tests.csproj", "{4E722DBA-63DF-4062-8A69-F32E33EA921F}"