comparison IBBoard.Tests.csproj @ 34:de7c3ee39362

* 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:52 +0000
parents f876a4e8eb1b
children 8c1e331b47d5
comparison
equal deleted inserted replaced
33:f876a4e8eb1b 34:de7c3ee39362
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"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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 <UpgradeBackupLocation> 13 <UpgradeBackupLocation>
14 </UpgradeBackupLocation> 14 </UpgradeBackupLocation>
15 <OldToolsVersion>2.0</OldToolsVersion> 15 <OldToolsVersion>2.0</OldToolsVersion>
16 <TargetFrameworkSubset> 16 <TargetFrameworkSubset>
17 </TargetFrameworkSubset> 17 </TargetFrameworkSubset>
18 <IsWebBootstrapper>false</IsWebBootstrapper>
19 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
18 <PublishUrl>publish\</PublishUrl> 20 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install> 21 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom> 22 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled> 23 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode> 24 <UpdateMode>Foreground</UpdateMode>
25 <UpdatePeriodically>false</UpdatePeriodically> 27 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired> 28 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions> 29 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision> 30 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <IsWebBootstrapper>false</IsWebBootstrapper>
31 <UseApplicationTrust>false</UseApplicationTrust> 32 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled> 33 <BootstrapperEnabled>true</BootstrapperEnabled>
33 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
34 </PropertyGroup> 34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36 <DebugSymbols>true</DebugSymbols> 36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType> 37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize> 38 <Optimize>false</Optimize>
162 </None> 162 </None>
163 <None Include="PrefTestPref.xml"> 163 <None Include="PrefTestPref.xml">
164 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 164 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
165 </None> 165 </None>
166 </ItemGroup> 166 </ItemGroup>
167 <ItemGroup>
168 <Folder Include="IO\" />
169 </ItemGroup>
170 </Project> 167 </Project>