[Pkg-cli-libs-commits] [SCM] nunit branch, master, updated. upstream/2.4.7+dfsg-32-gbbcd491

Julian Taylor jtaylor.debian at googlemail.com
Mon Jun 13 18:17:47 UTC 2011


The following commit has been merged in the master branch:
commit a26d39f1f2d44c63d4f544d775813272e3c138f1
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Jun 13 15:26:27 2011 +0200

    add patch to use default debian framework

diff --git a/debian/patches/series b/debian/patches/series
index f9c016a..36d7200 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+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
new file mode 100644
index 0000000..af9336b
--- /dev/null
+++ b/debian/patches/use_default_framework.patch
@@ -0,0 +1,641 @@
+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'
+diff --git a/src/ClientUtilities/tests/nunit.util.tests.csproj b/src/ClientUtilities/tests/nunit.util.tests.csproj
+index ff2a0bd..34ef65e 100644
+--- 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>
+@@ -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>
+diff --git a/src/ClientUtilities/util/nunit.util.dll.csproj b/src/ClientUtilities/util/nunit.util.dll.csproj
+index 4242c3a..75e1843 100644
+--- 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.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>
+diff --git a/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj b/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj
+index 5b65d17..7d4d789 100644
+--- 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>
+@@ -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>
+diff --git a/src/ConsoleRunner/nunit-console/nunit-console.csproj b/src/ConsoleRunner/nunit-console/nunit-console.csproj
+index 6528791..99bcff9 100644
+--- 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>
+@@ -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>
+diff --git a/src/ConsoleRunner/tests/nunit-console.tests.csproj b/src/ConsoleRunner/tests/nunit-console.tests.csproj
+index 14c1247..5fc5de7 100644
+--- 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>
+@@ -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>
+diff --git a/src/GuiComponents/UiKit/nunit.uikit.dll.csproj b/src/GuiComponents/UiKit/nunit.uikit.dll.csproj
+index ff3d8b8..a0a1ab8 100644
+--- 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.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>
+diff --git a/src/GuiComponents/tests/nunit.uikit.tests.csproj b/src/GuiComponents/tests/nunit.uikit.tests.csproj
+index aaa07f3..bd4d4de 100644
+--- 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>
+@@ -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>
+diff --git a/src/GuiException/UiException/nunit.uiexception.dll.csproj b/src/GuiException/UiException/nunit.uiexception.dll.csproj
+index 0f48448..4afaf78 100644
+--- 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>
+@@ -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>
+diff --git a/src/GuiException/tests/nunit.uiexception.tests.csproj b/src/GuiException/tests/nunit.uiexception.tests.csproj
+index 0997e40..de55ce2 100644
+--- 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>
+@@ -9,7 +9,6 @@
+     <OutputType>Library</OutputType>
+     <RootNamespace>NUnit.UiException.Tests</RootNamespace>
+     <AssemblyName>nunit.uiexception.tests</AssemblyName>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+diff --git a/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj b/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj
+index 71b5f46..970b35b 100644
+--- 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>
+diff --git a/src/GuiRunner/nunit-gui/nunit-gui.csproj b/src/GuiRunner/nunit-gui/nunit-gui.csproj
+index f895794..6c28f25 100644
+--- 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.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>
+diff --git a/src/GuiRunner/tests/nunit-gui.tests.csproj b/src/GuiRunner/tests/nunit-gui.tests.csproj
+index 1443a80..c5f8467 100644
+--- 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>
+@@ -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>
+diff --git a/src/NUnitCore/core/nunit.core.dll.csproj b/src/NUnitCore/core/nunit.core.dll.csproj
+index 303ba82..76ea93d 100644
+--- 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.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\lib\</OutputPath>
+diff --git a/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj b/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj
+index 0e6faee..712b6e0 100644
+--- 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.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>
+diff --git a/src/NUnitCore/tests/nunit.core.tests.csproj b/src/NUnitCore/tests/nunit.core.tests.csproj
+index 827499c..ecaf476 100644
+--- 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.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>
+diff --git a/src/NUnitFixtures/fixtures/nunit.fixtures.csproj b/src/NUnitFixtures/fixtures/nunit.fixtures.csproj
+index c09a127..0cbc77a 100644
+--- a/src/NUnitFixtures/fixtures/nunit.fixtures.csproj
++++ b/src/NUnitFixtures/fixtures/nunit.fixtures.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>
+@@ -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>
+diff --git a/src/NUnitFixtures/tests/nunit.fixtures.tests.csproj b/src/NUnitFixtures/tests/nunit.fixtures.tests.csproj
+index 317b99d..ca7ada2 100644
+--- a/src/NUnitFixtures/tests/nunit.fixtures.tests.csproj
++++ b/src/NUnitFixtures/tests/nunit.fixtures.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>
+@@ -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>
+diff --git a/src/NUnitFramework/framework/nunit.framework.dll.csproj b/src/NUnitFramework/framework/nunit.framework.dll.csproj
+index 2432274..57991d9 100644
+--- 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.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>
+diff --git a/src/NUnitFramework/tests/nunit.framework.tests.csproj b/src/NUnitFramework/tests/nunit.framework.tests.csproj
+index 33f1db0..a447d6a 100644
+--- 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.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>
+diff --git a/src/NUnitMocks/mocks/nunit.mocks.csproj b/src/NUnitMocks/mocks/nunit.mocks.csproj
+index 23f7ea8..69b8ddf 100644
+--- 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>
+@@ -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>
+diff --git a/src/NUnitMocks/tests/nunit.mocks.tests.csproj b/src/NUnitMocks/tests/nunit.mocks.tests.csproj
+index f6e9f40..b5e56a7 100644
+--- 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>
+@@ -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>
+diff --git a/src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj b/src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj
+index cd602e9..8ef411d 100644
+--- 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>
+@@ -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>
+diff --git a/src/NUnitTestServer/nunit-server-exe/nunit-server.exe.csproj b/src/NUnitTestServer/nunit-server-exe/nunit-server.exe.csproj
+index 09d6a86..76abca6 100644
+--- a/src/NUnitTestServer/nunit-server-exe/nunit-server.exe.csproj
++++ b/src/NUnitTestServer/nunit-server-exe/nunit-server.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>
+@@ -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>
+diff --git a/src/PNUnit/agent/pnunit-agent.csproj b/src/PNUnit/agent/pnunit-agent.csproj
+index 6d6ebbc..9334c75 100644
+--- 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.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>
+diff --git a/src/PNUnit/launcher/pnunit-launcher.csproj b/src/PNUnit/launcher/pnunit-launcher.csproj
+index 452547f..eb1fdbd 100644
+--- 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.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>
+diff --git a/src/PNUnit/pnunit.framework/pnunit.framework.csproj b/src/PNUnit/pnunit.framework/pnunit.framework.csproj
+index c85efe0..c7e1cf0 100644
+--- 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>
+@@ -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>
+diff --git a/src/PNUnit/tests/pnunit.tests.csproj b/src/PNUnit/tests/pnunit.tests.csproj
+index c632c84..eeaf675 100644
+--- 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>
+@@ -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>
+diff --git a/src/tests/loadtest-assembly/loadtest-assembly.csproj b/src/tests/loadtest-assembly/loadtest-assembly.csproj
+index 45f23fb..efa737f 100644
+--- a/src/tests/loadtest-assembly/loadtest-assembly.csproj
++++ b/src/tests/loadtest-assembly/loadtest-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>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+@@ -15,7 +15,6 @@
+     <OldToolsVersion>2.0</OldToolsVersion>
+     <UpgradeBackupLocation>
+     </UpgradeBackupLocation>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+     <DebugSymbols>true</DebugSymbols>
+diff --git a/src/tests/mock-assembly/mock-assembly.csproj b/src/tests/mock-assembly/mock-assembly.csproj
+index 7a3788f..aca902a 100644
+--- 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>
+@@ -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>
+diff --git a/src/tests/nonamespace-assembly/nonamespace-assembly.csproj b/src/tests/nonamespace-assembly/nonamespace-assembly.csproj
+index d79a0be..b0a909b 100644
+--- 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>
+@@ -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>
+diff --git a/src/tests/test-assembly/test-assembly.csproj b/src/tests/test-assembly/test-assembly.csproj
+index 937a8ba..67963ae 100644
+--- 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>
+diff --git a/src/tests/test-utilities/test-utilities.csproj b/src/tests/test-utilities/test-utilities.csproj
+index 7378bbf..56b4140 100644
+--- 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>
+@@ -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>
+diff --git a/src/tests/timing-tests/timing-tests.csproj b/src/tests/timing-tests/timing-tests.csproj
+index 29ab2dc..d1e07a4 100644
+--- a/src/tests/timing-tests/timing-tests.csproj
++++ b/src/tests/timing-tests/timing-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>
+@@ -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>
+diff --git a/tools/src/Gensyntax/GenSyntax.csproj b/tools/src/Gensyntax/GenSyntax.csproj
+index 51953da..3f84e4b 100644
+--- a/tools/src/Gensyntax/GenSyntax.csproj
++++ b/tools/src/Gensyntax/GenSyntax.csproj
+@@ -1,4 +1,4 @@
+-<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build"  xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <ProjectType>Local</ProjectType>
+     <ProductVersion>9.0.21022</ProductVersion>

-- 
nunit



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