comparison IBBoard.WarFoundry.API.Tests.csproj @ 7:209c2e9b8b20

Re #44 - Fix WarFoundry API tests * Update .csproj to reference new SharpZipLib library * Copy test data to output dir on build * Make Mock files reference data files in "testdata" folder as file names
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Mar 2009 16:41:57 +0000
parents 90f63edddc94
children f96169484ba5
comparison
equal deleted inserted replaced
6:bfac867dfd00 7:209c2e9b8b20
8 <ProjectGuid>{B20E808D-878E-4F6D-B1E3-84A9A49905CB}</ProjectGuid> 8 <ProjectGuid>{B20E808D-878E-4F6D-B1E3-84A9A49905CB}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.API.Tests</RootNamespace> 11 <RootNamespace>IBBoard.WarFoundry.API.Tests</RootNamespace>
12 <AssemblyName>IBBoard.WarFoundry.API.Tests</AssemblyName> 12 <AssemblyName>IBBoard.WarFoundry.API.Tests</AssemblyName>
13 <StartupObject>
14 </StartupObject>
15 </PropertyGroup> 13 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols> 15 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 16 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 17 <Optimize>false</Optimize>
51 <Compile Include="WarFoundryLoaderTest.cs" /> 49 <Compile Include="WarFoundryLoaderTest.cs" />
52 </ItemGroup> 50 </ItemGroup>
53 <ItemGroup> 51 <ItemGroup>
54 <None Include="COPYING.GPL" /> 52 <None Include="COPYING.GPL" />
55 <None Include="COPYING.LGPL" /> 53 <None Include="COPYING.LGPL" />
56 <None Include="testdata\Test.race" /> 54 <None Include="testdata\Test.race">
57 <None Include="testdata\Test.system" /> 55 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
56 </None>
57 <None Include="testdata\Test.system">
58 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
59 </None>
58 </ItemGroup> 60 </ItemGroup>
59 <ItemGroup> 61 <ItemGroup>
60 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> 62 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
61 <SpecificVersion>False</SpecificVersion> 63 <SpecificVersion>False</SpecificVersion>
62 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath> 64 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath>
63 </Reference> 65 </Reference>
64 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> 66 <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
65 </ItemGroup> 67 </ItemGroup>