comparison IBBoard.WarFoundry.API.Tests.csproj @ 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 17c5030485dc
children c28ff466d009 e29650db551f
comparison
equal deleted inserted replaced
158:d0b8c43f705f 159:b053872f1dce
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion> 6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
13 <FileUpgradeFlags> 13 <FileUpgradeFlags>
14 </FileUpgradeFlags> 14 </FileUpgradeFlags>
15 <UpgradeBackupLocation> 15 <UpgradeBackupLocation>
16 </UpgradeBackupLocation> 16 </UpgradeBackupLocation>
17 <OldToolsVersion>2.0</OldToolsVersion> 17 <OldToolsVersion>2.0</OldToolsVersion>
18 <TargetFrameworkSubset>
19 </TargetFrameworkSubset>
20 <IsWebBootstrapper>false</IsWebBootstrapper> 18 <IsWebBootstrapper>false</IsWebBootstrapper>
21 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
22 <PublishUrl>publish\</PublishUrl> 19 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install> 20 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom> 21 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled> 22 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode> 23 <UpdateMode>Foreground</UpdateMode>
31 <MapFileExtensions>true</MapFileExtensions> 28 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision> 29 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <UseApplicationTrust>false</UseApplicationTrust> 31 <UseApplicationTrust>false</UseApplicationTrust>
35 <BootstrapperEnabled>true</BootstrapperEnabled> 32 <BootstrapperEnabled>true</BootstrapperEnabled>
33 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
36 </PropertyGroup> 34 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38 <DebugSymbols>true</DebugSymbols> 36 <DebugSymbols>true</DebugSymbols>
39 <DebugType>full</DebugType> 37 <DebugType>full</DebugType>
40 <Optimize>false</Optimize> 38 <Optimize>false</Optimize>
298 <None Include="testdata\xml-race-factory\extended-requirements.racex"> 296 <None Include="testdata\xml-race-factory\extended-requirements.racex">
299 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 297 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
300 </None> 298 </None>
301 </ItemGroup> 299 </ItemGroup>
302 <ItemGroup> 300 <ItemGroup>
303 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
304 <Reference Include="System.Xml" /> 301 <Reference Include="System.Xml" />
302 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
303 <SpecificVersion>False</SpecificVersion>
304 </Reference>
305 </ItemGroup> 305 </ItemGroup>
306 <ItemGroup> 306 <ItemGroup>
307 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> 307 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
308 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> 308 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
309 <Name>IBBoard.WarFoundry.API</Name> 309 <Name>IBBoard.WarFoundry.API</Name>
363 <Install>true</Install> 363 <Install>true</Install>
364 </BootstrapperPackage> 364 </BootstrapperPackage>
365 </ItemGroup> 365 </ItemGroup>
366 <ItemGroup> 366 <ItemGroup>
367 <Folder Include="API\Savers\Xml\" /> 367 <Folder Include="API\Savers\Xml\" />
368 <Folder Include="API\Objects\Requirement\Mock\" />
369 <Folder Include="API\Factories\Requirement\" />
370 <Folder Include="API\Factories\Requirement\Mock\" />
371 </ItemGroup> 368 </ItemGroup>
372 </Project> 369 </Project>