[Pkg-cli-libs-commits] [nunit] 05/08: Refreshed patches

Jo Shields directhex at moszumanska.debian.org
Tue Sep 16 15:22:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/2.6.3+dfsg-1
in repository nunit.

commit 84535eb188de7707673c51c6fc1a1fc0af16a9ed
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Tue Sep 16 12:30:46 2014 +0100

    Refreshed patches
---
 .../patches/05_build_xml_doc_for_nunit.core.dpatch |   51 +-
 debian/patches/prefer-4.0-framework.patch          |   40 -
 debian/patches/series                              |    1 -
 debian/patches/use_default_framework.patch         | 1426 +++++++++++++-------
 4 files changed, 931 insertions(+), 587 deletions(-)

diff --git a/debian/patches/05_build_xml_doc_for_nunit.core.dpatch b/debian/patches/05_build_xml_doc_for_nunit.core.dpatch
index 30b93d0..529c3ed 100644
--- a/debian/patches/05_build_xml_doc_for_nunit.core.dpatch
+++ b/debian/patches/05_build_xml_doc_for_nunit.core.dpatch
@@ -1,30 +1,25 @@
 Description: build the documentation
---- a/src/NUnitCore/core/nunit.core.dll.csproj
-+++ b/src/NUnitCore/core/nunit.core.dll.csproj
+Index: nunit/src/NUnitCore/core/nunit.core.dll.csproj
+===================================================================
+--- nunit.orig/src/NUnitCore/core/nunit.core.dll.csproj	2014-09-16 12:35:48.590569578 +0100
++++ nunit/src/NUnitCore/core/nunit.core.dll.csproj	2014-09-16 12:36:22.778569594 +0100
 @@ -44,8 +44,7 @@
-     <ConfigurationOverrideFile>
-     </ConfigurationOverrideFile>
-     <DefineConstants>TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
--    <DocumentationFile>
--    </DocumentationFile>
-+    <DocumentationFile>..\..\..\bin\Debug\lib\nunit.core.xml</DocumentationFile>
-     <DebugSymbols>true</DebugSymbols>
-     <FileAlignment>4096</FileAlignment>
-     <NoWarn>1699</NoWarn>
-@@ -62,8 +61,7 @@
-     <ConfigurationOverrideFile>
-     </ConfigurationOverrideFile>
-     <DefineConstants>TRACE;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
--    <DocumentationFile>
--    </DocumentationFile>
-+    <DocumentationFile>..\..\..\bin\Release\lib\nunit.core.xml</DocumentationFile>
-     <FileAlignment>4096</FileAlignment>
-     <NoWarn>1699</NoWarn>
-     <Optimize>true</Optimize>
-@@ -210,4 +208,4 @@
-     <PostBuildEvent>
-     </PostBuildEvent>
-   </PropertyGroup>
--</Project>
-\ No newline at end of file
-+</Project>
+     <ConfigurationOverrideFile>
+     </ConfigurationOverrideFile>
+     <DefineConstants>TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
+-    <DocumentationFile>
+-    </DocumentationFile>
++    <DocumentationFile>..\..\..\bin\Debug\lib\nunit.core.xml</DocumentationFile>
+     <DebugSymbols>true</DebugSymbols>
+     <FileAlignment>4096</FileAlignment>
+     <NoWarn>1699</NoWarn>
+@@ -63,8 +62,7 @@
+     <ConfigurationOverrideFile>
+     </ConfigurationOverrideFile>
+     <DefineConstants>TRACE;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
+-    <DocumentationFile>
+-    </DocumentationFile>
++    <DocumentationFile>..\..\..\bin\Release\lib\nunit.core.xml</DocumentationFile>
+     <FileAlignment>4096</FileAlignment>
+     <NoWarn>1699</NoWarn>
+     <Optimize>true</Optimize>
diff --git a/debian/patches/prefer-4.0-framework.patch b/debian/patches/prefer-4.0-framework.patch
deleted file mode 100644
index 9afcd3d..0000000
--- a/debian/patches/prefer-4.0-framework.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: prefer the debian default 4.0 framework
-Author: Julian Taylor <jtaylor.debian at googlemail.com>
---- a/src/ConsoleRunner/nunit-console-exe/App.config
-+++ b/src/ConsoleRunner/nunit-console-exe/App.config
-@@ -10,8 +10,8 @@
-   -->
-   <startup useLegacyV2RuntimeActivationPolicy="true">
-     <!-- Comment out the next line to force use of .NET 4.0 -->
--    <supportedRuntime version="v2.0.50727" />
-     <supportedRuntime version="v4.0.30319" />
-+    <supportedRuntime version="v2.0.50727" />
-   </startup>
- 
-   <runtime>
-@@ -28,4 +28,4 @@
- 
-   </runtime>
-   
--</configuration>
-\ No newline at end of file
-+</configuration>
---- a/src/GuiRunner/nunit-gui-exe/App.config
-+++ b/src/GuiRunner/nunit-gui-exe/App.config
-@@ -9,8 +9,8 @@
-   -->
-   <startup useLegacyV2RuntimeActivationPolicy="true">
-     <!-- Comment out the next line to force use of .NET 4.0 -->
--    <supportedRuntime version="v2.0.50727" />
-     <supportedRuntime version="v4.0.30319" />
-+    <supportedRuntime version="v2.0.50727" />
-   </startup>
-   
-   <runtime>
-@@ -27,4 +27,4 @@
- 
-   </runtime>
- 
--</configuration>
-\ No newline at end of file
-+</configuration>
diff --git a/debian/patches/series b/debian/patches/series
index 732207e..36d7200 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-prefer-4.0-framework.patch
 use_default_framework.patch
 05_build_xml_doc_for_nunit.core.dpatch
diff --git a/debian/patches/use_default_framework.patch b/debian/patches/use_default_framework.patch
index d9e7a53..7f2337d 100644
--- a/debian/patches/use_default_framework.patch
+++ b/debian/patches/use_default_framework.patch
@@ -2,549 +2,939 @@ Description: use default framework
  generated with: 
  find . -name "*.csproj" | xargs sed -i "s/ToolsVersion=\"3.5\"//"
  find . -name "*.csproj" | xargs sed -i -n '/TargetFrameworkVersion/ !p'
---- a/src/ClientUtilities/tests/nunit.util.tests.csproj
-+++ b/src/ClientUtilities/tests/nunit.util.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
---- a/src/ClientUtilities/tests/resources/DebugOnly.csproj
-+++ b/src/ClientUtilities/tests/resources/DebugOnly.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-+<Project  DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-   <PropertyGroup>
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+Index: nunit/src/ClientUtilities/tests/nunit.util.tests.csproj
+===================================================================
+--- nunit.orig/src/ClientUtilities/tests/nunit.util.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ClientUtilities/tests/nunit.util.tests.csproj	2014-09-16 12:23:32.066569221 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
+@@ -22,7 +22,6 @@
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -235,4 +234,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ClientUtilities/tests/resources/DebugOnly.csproj
+===================================================================
+--- nunit.orig/src/ClientUtilities/tests/resources/DebugOnly.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ClientUtilities/tests/resources/DebugOnly.csproj	2014-09-16 12:23:49.742569229 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 @@ -10,7 +10,6 @@
-     <AppDesignerFolder>Properties</AppDesignerFolder>
-     <RootNamespace>DebugOnly</RootNamespace>
-     <AssemblyName>DebugOnly</AssemblyName>
--    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-     <FileAlignment>512</FileAlignment>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
---- a/src/ClientUtilities/tests/resources/DisabledProject.csproj
-+++ b/src/ClientUtilities/tests/resources/DisabledProject.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-+<Project  DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-   <PropertyGroup>
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>DebugOnly</RootNamespace>
+     <AssemblyName>DebugOnly</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+@@ -56,4 +55,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ClientUtilities/tests/resources/DisabledProject.csproj
+===================================================================
+--- nunit.orig/src/ClientUtilities/tests/resources/DisabledProject.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ClientUtilities/tests/resources/DisabledProject.csproj	2014-09-16 12:12:40.318568904 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 @@ -10,7 +10,6 @@
-     <AppDesignerFolder>Properties</AppDesignerFolder>
-     <RootNamespace>DisabledProject</RootNamespace>
-     <AssemblyName>DisabledProject</AssemblyName>
--    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-     <FileAlignment>512</FileAlignment>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
---- a/src/ClientUtilities/tests/resources/MissingOutputPath.csproj
-+++ b/src/ClientUtilities/tests/resources/MissingOutputPath.csproj
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>DisabledProject</RootNamespace>
+     <AssemblyName>DisabledProject</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+@@ -56,4 +55,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ClientUtilities/tests/resources/MissingOutputPath.csproj
+===================================================================
+--- nunit.orig/src/ClientUtilities/tests/resources/MissingOutputPath.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ClientUtilities/tests/resources/MissingOutputPath.csproj	2014-09-16 12:24:49.818569258 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>    
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+     <ProductVersion>8.0.30703</ProductVersion>
 @@ -9,7 +9,6 @@
-     <AppDesignerFolder>Properties</AppDesignerFolder>
-     <RootNamespace>MissingOutputPath</RootNamespace>
-     <AssemblyName>MissingOutputPath</AssemblyName>
--    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-     <FileAlignment>512</FileAlignment>
- 	<OutputPath>bin\Common\</OutputPath>
-   </PropertyGroup>
---- a/src/ClientUtilities/util/nunit.util.dll.csproj
-+++ b/src/ClientUtilities/util/nunit.util.dll.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>MissingOutputPath</RootNamespace>
+     <AssemblyName>MissingOutputPath</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+ 	<OutputPath>bin\Common\</OutputPath>
+   </PropertyGroup>
+@@ -48,4 +47,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ClientUtilities/util/nunit.util.dll.csproj
+===================================================================
+--- nunit.orig/src/ClientUtilities/util/nunit.util.dll.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ClientUtilities/util/nunit.util.dll.csproj	2014-09-16 12:23:15.042569212 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
---- a/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj
-+++ b/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -208,4 +207,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj
+===================================================================
+--- nunit.orig/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj	2014-09-16 12:15:39.994568992 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -23,7 +23,6 @@
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
-     <NoWin32Manifest>true</NoWin32Manifest>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\</OutputPath>
---- a/src/ConsoleRunner/nunit-console/nunit-console.csproj
-+++ b/src/ConsoleRunner/nunit-console/nunit-console.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <NoWin32Manifest>true</NoWin32Manifest>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -138,4 +137,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ConsoleRunner/nunit-console/nunit-console.csproj
+===================================================================
+--- nunit.orig/src/ConsoleRunner/nunit-console/nunit-console.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ConsoleRunner/nunit-console/nunit-console.csproj	2014-09-16 12:11:46.322568878 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
---- a/src/ConsoleRunner/tests/nunit-console.tests.csproj
-+++ b/src/ConsoleRunner/tests/nunit-console.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -144,4 +143,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ConsoleRunner/tests/nunit-console.tests.csproj
+===================================================================
+--- nunit.orig/src/ConsoleRunner/tests/nunit-console.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ConsoleRunner/tests/nunit-console.tests.csproj	2014-09-16 12:15:57.666569000 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/GuiComponents/UiKit/nunit.uikit.dll.csproj
-+++ b/src/GuiComponents/UiKit/nunit.uikit.dll.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -156,4 +155,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/GuiComponents/UiKit/nunit.uikit.dll.csproj
+===================================================================
+--- nunit.orig/src/GuiComponents/UiKit/nunit.uikit.dll.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/GuiComponents/UiKit/nunit.uikit.dll.csproj	2014-09-16 12:12:03.626568887 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
---- a/src/GuiComponents/tests/nunit.uikit.tests.csproj
-+++ b/src/GuiComponents/tests/nunit.uikit.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -400,4 +399,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/GuiComponents/tests/nunit.uikit.tests.csproj
+===================================================================
+--- nunit.orig/src/GuiComponents/tests/nunit.uikit.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/GuiComponents/tests/nunit.uikit.tests.csproj	2014-09-16 12:22:59.286569205 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/GuiException/UiException/nunit.uiexception.dll.csproj
-+++ b/src/GuiException/UiException/nunit.uiexception.dll.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-+<Project  DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-   <PropertyGroup>
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -169,4 +168,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/GuiException/UiException/nunit.uiexception.dll.csproj
+===================================================================
+--- nunit.orig/src/GuiException/UiException/nunit.uiexception.dll.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/GuiException/UiException/nunit.uiexception.dll.csproj	2014-09-16 12:12:56.978568913 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 @@ -10,7 +10,6 @@
-     <AppDesignerFolder>Properties</AppDesignerFolder>
-     <RootNamespace>NUnit.UiException</RootNamespace>
-     <AssemblyName>nunit.uiexception</AssemblyName>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-     <FileAlignment>512</FileAlignment>
-     <AssemblyOriginatorKeyFile>..\..\..\..\src\GuiException\UiException\stackSgKey.snk</AssemblyOriginatorKeyFile>
-   </PropertyGroup>
---- a/src/GuiException/tests/nunit.uiexception.tests.csproj
-+++ b/src/GuiException/tests/nunit.uiexception.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-+<Project  DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-   <PropertyGroup>
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>NUnit.UiException</RootNamespace>
+     <AssemblyName>nunit.uiexception</AssemblyName>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+     <AssemblyOriginatorKeyFile>..\..\..\..\src\GuiException\UiException\stackSgKey.snk</AssemblyOriginatorKeyFile>
+     <FileUpgradeFlags>
+@@ -160,4 +159,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/GuiException/tests/nunit.uiexception.tests.csproj
+===================================================================
+--- nunit.orig/src/GuiException/tests/nunit.uiexception.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/GuiException/tests/nunit.uiexception.tests.csproj	2014-09-16 12:14:04.738568945 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 @@ -15,7 +15,6 @@
-     <OldToolsVersion>3.5</OldToolsVersion>
-     <UpgradeBackupLocation />
-     <TargetFrameworkProfile />
--    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <DebugSymbols>true</DebugSymbols>
---- a/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj
-+++ b/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
-@@ -40,7 +40,6 @@
-     <TargetZone>LocalIntranet</TargetZone>
-     <GenerateManifests>false</GenerateManifests>
-     <NoWin32Manifest>true</NoWin32Manifest>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\</OutputPath>
---- a/src/GuiRunner/nunit-gui/nunit-gui.csproj
-+++ b/src/GuiRunner/nunit-gui/nunit-gui.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <UpgradeBackupLocation />
+     <TargetFrameworkProfile />
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -148,4 +147,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj
+===================================================================
+--- nunit.orig/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj	2014-09-16 12:10:11.026568832 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
+@@ -26,7 +26,6 @@
+     <TargetZone>LocalIntranet</TargetZone>
+     <GenerateManifests>false</GenerateManifests>
+     <NoWin32Manifest>true</NoWin32Manifest>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>http://localhost/nunit/</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Web</InstallFrom>
+@@ -152,4 +151,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/GuiRunner/nunit-gui/nunit-gui.csproj
+===================================================================
+--- nunit.orig/src/GuiRunner/nunit-gui/nunit-gui.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/GuiRunner/nunit-gui/nunit-gui.csproj	2014-09-16 12:10:32.954568843 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
---- a/src/GuiRunner/tests/nunit-gui.tests.csproj
-+++ b/src/GuiRunner/tests/nunit-gui.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -274,4 +273,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/GuiRunner/tests/nunit-gui.tests.csproj
+===================================================================
+--- nunit.orig/src/GuiRunner/tests/nunit-gui.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/GuiRunner/tests/nunit-gui.tests.csproj	2014-09-16 12:10:53.566568853 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/NUnitCore/core/nunit.core.dll.csproj
-+++ b/src/NUnitCore/core/nunit.core.dll.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
-@@ -37,7 +37,6 @@
-     <IsWebBootstrapper>true</IsWebBootstrapper>
-     <UseApplicationTrust>false</UseApplicationTrust>
-     <BootstrapperEnabled>true</BootstrapperEnabled>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
---- a/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj
-+++ b/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -144,4 +143,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitCore/core/nunit.core.dll.csproj
+===================================================================
+--- nunit.orig/src/NUnitCore/core/nunit.core.dll.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitCore/core/nunit.core.dll.csproj	2014-09-16 12:15:23.614568984 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
+@@ -23,7 +23,6 @@
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <IsWebBootstrapper>true</IsWebBootstrapper>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>http://localhost/nunit.core/</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Web</InstallFrom>
+@@ -232,4 +231,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj
+===================================================================
+--- nunit.orig/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj	2014-09-16 12:12:18.722568894 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
---- a/src/NUnitCore/tests/nunit.core.tests.csproj
-+++ b/src/NUnitCore/tests/nunit.core.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
-@@ -37,7 +37,6 @@
-     <IsWebBootstrapper>true</IsWebBootstrapper>
-     <UseApplicationTrust>false</UseApplicationTrust>
-     <BootstrapperEnabled>true</BootstrapperEnabled>
--    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/NUnitFramework/framework/nunit.framework.dll.csproj
-+++ b/src/NUnitFramework/framework/nunit.framework.dll.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -166,4 +165,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitCore/tests/nunit.core.tests.csproj
+===================================================================
+--- nunit.orig/src/NUnitCore/tests/nunit.core.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitCore/tests/nunit.core.tests.csproj	2014-09-16 12:16:56.182569029 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
+@@ -23,7 +23,6 @@
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <IsWebBootstrapper>true</IsWebBootstrapper>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <PublishUrl>http://localhost/nunit.core.tests/</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Web</InstallFrom>
+@@ -254,4 +253,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitFramework/framework/nunit.framework.dll.csproj
+===================================================================
+--- nunit.orig/src/NUnitFramework/framework/nunit.framework.dll.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitFramework/framework/nunit.framework.dll.csproj	2014-09-16 12:20:02.346569119 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\framework\</OutputPath>
---- a/src/NUnitFramework/tests/nunit.framework.tests.csproj
-+++ b/src/NUnitFramework/tests/nunit.framework.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -281,4 +280,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitFramework/tests/nunit.framework.tests.csproj
+===================================================================
+--- nunit.orig/src/NUnitFramework/tests/nunit.framework.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitFramework/tests/nunit.framework.tests.csproj	2014-09-16 12:14:19.446568953 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/NUnitMocks/mocks/nunit.mocks.csproj
-+++ b/src/NUnitMocks/mocks/nunit.mocks.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -225,4 +224,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitMocks/mocks/nunit.mocks.csproj
+===================================================================
+--- nunit.orig/src/NUnitMocks/mocks/nunit.mocks.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitMocks/mocks/nunit.mocks.csproj	2014-09-16 12:14:52.486568969 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\framework\</OutputPath>
---- a/src/NUnitMocks/tests/nunit.mocks.tests.csproj
-+++ b/src/NUnitMocks/tests/nunit.mocks.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -136,4 +135,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitMocks/tests/nunit.mocks.tests.csproj
+===================================================================
+--- nunit.orig/src/NUnitMocks/tests/nunit.mocks.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitMocks/tests/nunit.mocks.tests.csproj	2014-09-16 12:17:09.646569035 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj
-+++ b/src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -128,4 +127,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj
+===================================================================
+--- nunit.orig/src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj	2014-09-16 12:15:06.914568976 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -23,7 +23,6 @@
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
-     <NoWin32Manifest>true</NoWin32Manifest>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\</OutputPath>
---- a/src/PNUnit/agent/pnunit-agent.csproj
-+++ b/src/PNUnit/agent/pnunit-agent.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <NoWin32Manifest>true</NoWin32Manifest>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -145,4 +144,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/PNUnit/agent/pnunit-agent.csproj
+===================================================================
+--- nunit.orig/src/PNUnit/agent/pnunit-agent.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/PNUnit/agent/pnunit-agent.csproj	2014-09-16 12:13:13.230568920 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -29,7 +29,6 @@
-     <OldToolsVersion>0.0</OldToolsVersion>
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-     <SccAuxPath>
-     </SccAuxPath>
-     <NoWin32Manifest>true</NoWin32Manifest>
---- a/src/PNUnit/launcher/pnunit-launcher.csproj
-+++ b/src/PNUnit/launcher/pnunit-launcher.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.30729</ProductVersion>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <SccAuxPath>
+     </SccAuxPath>
+     <NoWin32Manifest>true</NoWin32Manifest>
+@@ -159,4 +158,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/PNUnit/launcher/pnunit-launcher.csproj
+===================================================================
+--- nunit.orig/src/PNUnit/launcher/pnunit-launcher.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/PNUnit/launcher/pnunit-launcher.csproj	2014-09-16 12:16:26.410569014 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -31,7 +31,6 @@
-     <OldToolsVersion>0.0</OldToolsVersion>
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-     <NoWin32Manifest>true</NoWin32Manifest>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
---- a/src/PNUnit/pnunit.framework/pnunit.framework.csproj
-+++ b/src/PNUnit/pnunit.framework/pnunit.framework.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <NoWin32Manifest>true</NoWin32Manifest>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+@@ -161,4 +160,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/PNUnit/pnunit.framework/pnunit.framework.csproj
+===================================================================
+--- nunit.orig/src/PNUnit/pnunit.framework/pnunit.framework.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/PNUnit/pnunit.framework/pnunit.framework.csproj	2014-09-16 12:16:09.926569006 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.30729</ProductVersion>
 @@ -28,7 +28,6 @@
-     <OldToolsVersion>0.0</OldToolsVersion>
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-     <SccAuxPath>
-     </SccAuxPath>
-   </PropertyGroup>
---- a/src/PNUnit/tests/pnunit.tests.csproj
-+++ b/src/PNUnit/tests/pnunit.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <SccAuxPath>
+     </SccAuxPath>
+     <PublishUrl>publish\</PublishUrl>
+@@ -131,4 +130,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/PNUnit/tests/pnunit.tests.csproj
+===================================================================
+--- nunit.orig/src/PNUnit/tests/pnunit.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/PNUnit/tests/pnunit.tests.csproj	2014-09-16 12:16:41.186569021 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\</OutputPath>
---- a/src/ProjectEditor/editor/nunit-editor.csproj
-+++ b/src/ProjectEditor/editor/nunit-editor.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-+<Project  DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-   <PropertyGroup>
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -148,4 +147,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ProjectEditor/editor/nunit-editor.csproj
+===================================================================
+--- nunit.orig/src/ProjectEditor/editor/nunit-editor.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ProjectEditor/editor/nunit-editor.csproj	2014-09-16 12:13:46.554568937 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 @@ -10,7 +10,6 @@
-     <AppDesignerFolder>Properties</AppDesignerFolder>
-     <RootNamespace>NUnit.ProjectEditor</RootNamespace>
-     <AssemblyName>nunit-editor</AssemblyName>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-     <FileAlignment>512</FileAlignment>
-     <ApplicationIcon>App.ico</ApplicationIcon>
-   </PropertyGroup>
---- a/src/ProjectEditor/tests/nunit-editor.tests.csproj
-+++ b/src/ProjectEditor/tests/nunit-editor.tests.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-+<Project  DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-   <PropertyGroup>
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>NUnit.ProjectEditor</RootNamespace>
+     <AssemblyName>nunit-editor</AssemblyName>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+     <ApplicationIcon>App.ico</ApplicationIcon>
+     <FileUpgradeFlags>
+@@ -207,4 +206,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/ProjectEditor/tests/nunit-editor.tests.csproj
+===================================================================
+--- nunit.orig/src/ProjectEditor/tests/nunit-editor.tests.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/ProjectEditor/tests/nunit-editor.tests.csproj	2014-09-16 12:13:32.158568930 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 @@ -11,7 +11,6 @@
-     <RootNamespace>NUnit.ProjectEditor.Tests</RootNamespace>
-     <AssemblyName>nunit-editor.tests</AssemblyName>
-     <FileAlignment>512</FileAlignment>
--    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <DebugSymbols>true</DebugSymbols>
---- a/src/tests/mock-assembly/mock-assembly.csproj
-+++ b/src/tests/mock-assembly/mock-assembly.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <RootNamespace>NUnit.ProjectEditor.Tests</RootNamespace>
+     <AssemblyName>nunit-editor.tests</AssemblyName>
+     <FileAlignment>512</FileAlignment>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <FileUpgradeFlags>
+     </FileUpgradeFlags>
+     <OldToolsVersion>3.5</OldToolsVersion>
+@@ -131,4 +130,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/tests/mock-assembly/mock-assembly.csproj
+===================================================================
+--- nunit.orig/src/tests/mock-assembly/mock-assembly.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/tests/mock-assembly/mock-assembly.csproj	2014-09-16 12:24:34.550569251 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/tests/nonamespace-assembly/nonamespace-assembly.csproj
-+++ b/src/tests/nonamespace-assembly/nonamespace-assembly.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -132,4 +131,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/tests/nonamespace-assembly/nonamespace-assembly.csproj
+===================================================================
+--- nunit.orig/src/tests/nonamespace-assembly/nonamespace-assembly.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/tests/nonamespace-assembly/nonamespace-assembly.csproj	2014-09-16 12:14:37.074568961 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/tests/test-assembly/test-assembly.csproj
-+++ b/src/tests/test-assembly/test-assembly.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
-@@ -37,7 +37,6 @@
-     <IsWebBootstrapper>true</IsWebBootstrapper>
-     <UseApplicationTrust>false</UseApplicationTrust>
-     <BootstrapperEnabled>true</BootstrapperEnabled>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
---- a/src/tests/test-utilities/test-utilities.csproj
-+++ b/src/tests/test-utilities/test-utilities.csproj
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="utf-8"?>
--<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
-+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
-   <PropertyGroup>
-     <ProjectType>Local</ProjectType>
-     <ProductVersion>9.0.21022</ProductVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -127,4 +126,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/tests/test-assembly/test-assembly.csproj
+===================================================================
+--- nunit.orig/src/tests/test-assembly/test-assembly.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/tests/test-assembly/test-assembly.csproj	2014-09-16 12:24:06.446569237 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
+@@ -23,7 +23,6 @@
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+     <IsWebBootstrapper>true</IsWebBootstrapper>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>http://localhost/test-assembly/</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Web</InstallFrom>
+@@ -185,4 +184,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/tests/test-utilities/test-utilities.csproj
+===================================================================
+--- nunit.orig/src/tests/test-utilities/test-utilities.csproj	2014-09-16 12:08:47.414568792 +0100
++++ nunit/src/tests/test-utilities/test-utilities.csproj	2014-09-16 12:24:21.502569244 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>
 @@ -22,7 +22,6 @@
-     <UpgradeBackupLocation>
-     </UpgradeBackupLocation>
-     <OldToolsVersion>2.0</OldToolsVersion>
--    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-   </PropertyGroup>
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-     <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+     <OldToolsVersion>3.5</OldToolsVersion>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <PublishUrl>publish\</PublishUrl>
+     <Install>true</Install>
+     <InstallFrom>Disk</InstallFrom>
+@@ -147,4 +146,4 @@
+     <PostBuildEvent>
+     </PostBuildEvent>
+   </PropertyGroup>
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitCore/tests-net45/nunit.core.tests.net45.csproj
+===================================================================
+--- nunit.orig/src/NUnitCore/tests-net45/nunit.core.tests.net45.csproj	2014-09-16 11:47:13.986568164 +0100
++++ nunit/src/NUnitCore/tests-net45/nunit.core.tests.net45.csproj	2014-09-16 12:25:54.506569290 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+@@ -9,7 +9,6 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>nunit.core.tests.net45</RootNamespace>
+     <AssemblyName>nunit.core.tests.45</AssemblyName>
+-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+     <TargetFrameworkProfile />
+   </PropertyGroup>
+@@ -81,4 +80,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/NUnitFramework/tests-net45/nunit.framework.tests.net45.csproj
+===================================================================
+--- nunit.orig/src/NUnitFramework/tests-net45/nunit.framework.tests.net45.csproj	2014-09-16 11:47:14.010568164 +0100
++++ nunit/src/NUnitFramework/tests-net45/nunit.framework.tests.net45.csproj	2014-09-16 12:27:08.190569325 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+@@ -9,7 +9,6 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>nunit.framework.tests.net45</RootNamespace>
+     <AssemblyName>nunit.framework.tests.net45</AssemblyName>
+-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+     <TargetFrameworkProfile />
+   </PropertyGroup>
+@@ -66,4 +65,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>
+Index: nunit/src/tests/test-assembly-net45/test-assembly-net45.csproj
+===================================================================
+--- nunit.orig/src/tests/test-assembly-net45/test-assembly-net45.csproj	2014-09-16 11:47:14.034568164 +0100
++++ nunit/src/tests/test-assembly-net45/test-assembly-net45.csproj	2014-09-16 12:26:39.338569311 +0100
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+@@ -9,7 +9,6 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>test_assembly_net45</RootNamespace>
+     <AssemblyName>test-assembly-net45</AssemblyName>
+-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+@@ -65,4 +64,4 @@
+   <Target Name="AfterBuild">
+   </Target>
+   -->
+-</Project>
+\ No newline at end of file
++</Project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/nunit.git



More information about the Pkg-cli-libs-commits mailing list