Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
changeset 159:b053872f1dce
* Update to VS.Net 2010 compatibility
* Try to fix "add and remove NUnit" problem
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 07 Aug 2011 19:17:02 +0000 |
parents | d0b8c43f705f |
children | 23e7f51386fd |
files | IBBoard.WarFoundry.API.Tests.csproj app.config |
diffstat | 2 files changed, 6 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj Sat Jul 23 20:01:54 2011 +0000 +++ b/IBBoard.WarFoundry.API.Tests.csproj Sun Aug 07 19:17:02 2011 +0000 @@ -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" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -15,10 +15,7 @@ <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>2.0</OldToolsVersion> - <TargetFrameworkSubset> - </TargetFrameworkSubset> <IsWebBootstrapper>false</IsWebBootstrapper> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> @@ -33,6 +30,7 @@ <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -300,8 +298,10 @@ </None> </ItemGroup> <ItemGroup> - <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> <Reference Include="System.Xml" /> + <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> + <SpecificVersion>False</SpecificVersion> + </Reference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> @@ -365,8 +365,5 @@ </ItemGroup> <ItemGroup> <Folder Include="API\Savers\Xml\" /> - <Folder Include="API\Objects\Requirement\Mock\" /> - <Folder Include="API\Factories\Requirement\" /> - <Folder Include="API\Factories\Requirement\Mock\" /> </ItemGroup> </Project> \ No newline at end of file