changeset 6:2f2d6a6d9ffa

* Fix project to keep VS.Net 2008 happy for the umpty-ninth time no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 03 Apr 2011 13:30:30 +0000
parents 6e4571149cad
children 1ed310d10fc9
files IBBoard.NUnit.csproj
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.NUnit.csproj	Wed Jan 26 20:23:02 2011 +0000
+++ b/IBBoard.NUnit.csproj	Sun Apr 03 13:30:30 2011 +0000
@@ -16,6 +16,8 @@
     <OldToolsVersion>2.0</OldToolsVersion>
     <TargetFrameworkSubset>
     </TargetFrameworkSubset>
+    <IsWebBootstrapper>false</IsWebBootstrapper>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
     <InstallFrom>Disk</InstallFrom>
@@ -28,10 +30,8 @@
     <MapFileExtensions>true</MapFileExtensions>
     <ApplicationRevision>0</ApplicationRevision>
     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
-    <IsWebBootstrapper>false</IsWebBootstrapper>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     <DebugSymbols>true</DebugSymbols>