diff 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
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Mon Apr 16 20:45:45 2012 +0100
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sat Jul 07 21:02:53 2012 +0100
@@ -33,9 +33,9 @@
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
+    <DebugSymbols>True</DebugSymbols>
     <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
+    <Optimize>False</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
@@ -43,7 +43,7 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
+    <Optimize>True</Optimize>
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
@@ -124,6 +124,8 @@
     <Compile Include="API\Objects\Mock\MockContainedUnitType.cs" />
     <Compile Include="API\Objects\ArmyCategoryTests.cs" />
     <Compile Include="API\Commands\RemoveUnitCommandTest.cs" />
+    <Compile Include="API\Loading\LoadableObjectSourceResourceSetTests.cs" />
+    <Compile Include="API\Loading\LoadableObjectSourceDirectoryTests.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="app.config" />
@@ -297,7 +299,7 @@
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="testdata\points-strings\names.systemx">
-      <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
+      <Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="testdata\multifile-zips\Multipack.system">
@@ -404,6 +406,7 @@
   </ItemGroup>
   <ItemGroup>
     <Folder Include="API\Savers\Xml\" />
+    <Folder Include="API\Loading\" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="testdata\xml_output.xml">