comparison IBBoard.WarFoundry.API.Tests.csproj @ 85:052148dc0a2f

Re #99: Define "points" values in GameSystem * Test point string loading (checks shift of default value responsibility from GameSystem to factory) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 20 Feb 2011 20:43:50 +0000
parents e49f7cdff479
children 5c04db41d643
comparison
equal deleted inserted replaced
84:168c5aab34bb 85:052148dc0a2f
16 </UpgradeBackupLocation> 16 </UpgradeBackupLocation>
17 <OldToolsVersion>2.0</OldToolsVersion> 17 <OldToolsVersion>2.0</OldToolsVersion>
18 <TargetFrameworkSubset> 18 <TargetFrameworkSubset>
19 </TargetFrameworkSubset> 19 </TargetFrameworkSubset>
20 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 20 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
21 <IsWebBootstrapper>false</IsWebBootstrapper>
21 <PublishUrl>publish\</PublishUrl> 22 <PublishUrl>publish\</PublishUrl>
22 <Install>true</Install> 23 <Install>true</Install>
23 <InstallFrom>Disk</InstallFrom> 24 <InstallFrom>Disk</InstallFrom>
24 <UpdateEnabled>false</UpdateEnabled> 25 <UpdateEnabled>false</UpdateEnabled>
25 <UpdateMode>Foreground</UpdateMode> 26 <UpdateMode>Foreground</UpdateMode>
28 <UpdatePeriodically>false</UpdatePeriodically> 29 <UpdatePeriodically>false</UpdatePeriodically>
29 <UpdateRequired>false</UpdateRequired> 30 <UpdateRequired>false</UpdateRequired>
30 <MapFileExtensions>true</MapFileExtensions> 31 <MapFileExtensions>true</MapFileExtensions>
31 <ApplicationRevision>0</ApplicationRevision> 32 <ApplicationRevision>0</ApplicationRevision>
32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33 <IsWebBootstrapper>false</IsWebBootstrapper>
34 <UseApplicationTrust>false</UseApplicationTrust> 34 <UseApplicationTrust>false</UseApplicationTrust>
35 <BootstrapperEnabled>true</BootstrapperEnabled> 35 <BootstrapperEnabled>true</BootstrapperEnabled>
36 </PropertyGroup> 36 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38 <DebugSymbols>true</DebugSymbols> 38 <DebugSymbols>true</DebugSymbols>
258 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 258 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
259 </None> 259 </None>
260 <None Include="testdata\subdir-loading-test\subdir\subdirfile.txt"> 260 <None Include="testdata\subdir-loading-test\subdir\subdirfile.txt">
261 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 261 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
262 </None> 262 </None>
263 <None Include="testdata\points-strings\names.systemx">
264 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
265 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
266 </None>
263 </ItemGroup> 267 </ItemGroup>
264 <ItemGroup> 268 <ItemGroup>
265 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> 269 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
266 <Reference Include="System.Xml" /> 270 <Reference Include="System.Xml" />
267 </ItemGroup> 271 </ItemGroup>