comparison IBBoard.WarFoundry.API.Tests.csproj @ 228:7c21ca1482cb

Re #419: Remove assumptions of a file-based install * Update tests to use new "loadable object" and "loadable object source" wrappers
author IBBoard <dev@ibboard.co.uk>
date Sat, 07 Jul 2012 21:02:53 +0100
parents d8cd6b259a9f
children 6ec46f3db2d4
comparison
equal deleted inserted replaced
227:d8cd6b259a9f 228:7c21ca1482cb
31 <UseApplicationTrust>false</UseApplicationTrust> 31 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled> 32 <BootstrapperEnabled>true</BootstrapperEnabled>
33 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 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>
39 <OutputPath>bin\Debug\</OutputPath> 39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport> 41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel> 42 <WarningLevel>4</WarningLevel>
43 </PropertyGroup> 43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45 <DebugType>pdbonly</DebugType> 45 <DebugType>pdbonly</DebugType>
46 <Optimize>true</Optimize> 46 <Optimize>True</Optimize>
47 <OutputPath>bin\Release\</OutputPath> 47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants> 48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport> 49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel> 50 <WarningLevel>4</WarningLevel>
51 </PropertyGroup> 51 </PropertyGroup>
122 <Compile Include="API\Objects\Requirement\AbstractUnitTypeUnitRequirementTest.cs" /> 122 <Compile Include="API\Objects\Requirement\AbstractUnitTypeUnitRequirementTest.cs" />
123 <Compile Include="API\Objects\Requirement\AbstractRaceUnitRequirementTest.cs" /> 123 <Compile Include="API\Objects\Requirement\AbstractRaceUnitRequirementTest.cs" />
124 <Compile Include="API\Objects\Mock\MockContainedUnitType.cs" /> 124 <Compile Include="API\Objects\Mock\MockContainedUnitType.cs" />
125 <Compile Include="API\Objects\ArmyCategoryTests.cs" /> 125 <Compile Include="API\Objects\ArmyCategoryTests.cs" />
126 <Compile Include="API\Commands\RemoveUnitCommandTest.cs" /> 126 <Compile Include="API\Commands\RemoveUnitCommandTest.cs" />
127 <Compile Include="API\Loading\LoadableObjectSourceResourceSetTests.cs" />
128 <Compile Include="API\Loading\LoadableObjectSourceDirectoryTests.cs" />
127 </ItemGroup> 129 </ItemGroup>
128 <ItemGroup> 130 <ItemGroup>
129 <None Include="app.config" /> 131 <None Include="app.config" />
130 <None Include="testdata\Test.race"> 132 <None Include="testdata\Test.race">
131 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 133 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
295 </None> 297 </None>
296 <None Include="testdata\subdir-loading-test\subdir\subdirfile.txt"> 298 <None Include="testdata\subdir-loading-test\subdir\subdirfile.txt">
297 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 299 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
298 </None> 300 </None>
299 <None Include="testdata\points-strings\names.systemx"> 301 <None Include="testdata\points-strings\names.systemx">
300 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> 302 <Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
301 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 303 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
302 </None> 304 </None>
303 <None Include="testdata\multifile-zips\Multipack.system"> 305 <None Include="testdata\multifile-zips\Multipack.system">
304 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 306 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
305 </None> 307 </None>
402 <Install>true</Install> 404 <Install>true</Install>
403 </BootstrapperPackage> 405 </BootstrapperPackage>
404 </ItemGroup> 406 </ItemGroup>
405 <ItemGroup> 407 <ItemGroup>
406 <Folder Include="API\Savers\Xml\" /> 408 <Folder Include="API\Savers\Xml\" />
409 <Folder Include="API\Loading\" />
407 </ItemGroup> 410 </ItemGroup>
408 <ItemGroup> 411 <ItemGroup>
409 <Content Include="testdata\xml_output.xml"> 412 <Content Include="testdata\xml_output.xml">
410 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 413 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
411 <SubType>Designer</SubType> 414 <SubType>Designer</SubType>