Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
comparison IBBoard.WarFoundry.API.Tests.csproj @ 12:a4e7e938d065
Re #195: Setting max equipment without min may not function correctly
* Initial commit of tests for limits (percentage and numeric)
Also:
* Reshuffle and refactoring of existing tests
* Additional mocks required by the new tests
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 12 Oct 2009 19:42:30 +0000 |
parents | 8d9d49332d44 |
children | 19fc7a733064 |
comparison
equal
deleted
inserted
replaced
11:8d9d49332d44 | 12:a4e7e938d065 |
---|---|
6 <ProductVersion>8.0.50727</ProductVersion> | 6 <ProductVersion>8.0.50727</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
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</RootNamespace> |
12 <AssemblyName>IBBoard.WarFoundry.API.Tests</AssemblyName> | 12 <AssemblyName>IBBoard.WarFoundry.API.Tests</AssemblyName> |
13 </PropertyGroup> | 13 </PropertyGroup> |
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
15 <DebugSymbols>true</DebugSymbols> | 15 <DebugSymbols>true</DebugSymbols> |
16 <DebugType>full</DebugType> | 16 <DebugType>full</DebugType> |
38 --> | 38 --> |
39 <ItemGroup> | 39 <ItemGroup> |
40 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> | 40 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> |
41 </ItemGroup> | 41 </ItemGroup> |
42 <ItemGroup> | 42 <ItemGroup> |
43 <Compile Include="MockObjects\MockSystemFactory.cs" /> | |
44 <Compile Include="MockObjects\MockRaceZipFile.cs" /> | 43 <Compile Include="MockObjects\MockRaceZipFile.cs" /> |
45 <Compile Include="MockObjects\MockSystemZipFile.cs" /> | 44 <Compile Include="MockObjects\MockSystemZipFile.cs" /> |
46 <Compile Include="WarFoundryFactoryTest.cs" /> | 45 <Compile Include="API\WarFoundryLoaderTest.cs" /> |
47 <Compile Include="WarFoundryLoaderTest.cs" /> | 46 <Compile Include="API\Objects\UnitEquipmentItemTest.cs" /> |
47 <Compile Include="API\Objects\Mock\MockUnitType.cs" /> | |
48 <Compile Include="API\Objects\Mock\MockEquipmentItem.cs" /> | |
49 <Compile Include="API\Objects\Mock\MockRace.cs" /> | |
50 <Compile Include="API\Factories\Mock\MockSystemFactory.cs" /> | |
51 <Compile Include="API\Objects\Mock\MockGameSystem.cs" /> | |
48 </ItemGroup> | 52 </ItemGroup> |
49 <ItemGroup> | 53 <ItemGroup> |
50 <None Include="testdata\Test.race"> | 54 <None Include="testdata\Test.race"> |
51 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 55 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
52 </None> | 56 </None> |
66 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> | 70 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> |
67 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> | 71 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> |
68 <Name>IBBoard.WarFoundry.API</Name> | 72 <Name>IBBoard.WarFoundry.API</Name> |
69 </ProjectReference> | 73 </ProjectReference> |
70 </ItemGroup> | 74 </ItemGroup> |
75 <ItemGroup> | |
76 <Folder Include="API\" /> | |
77 <Folder Include="API\Objects\" /> | |
78 <Folder Include="API\Objects\Mock\" /> | |
79 <Folder Include="API\Factories\" /> | |
80 <Folder Include="API\Factories\Mock\" /> | |
81 </ItemGroup> | |
82 <ProjectExtensions> | |
83 <MonoDevelop> | |
84 <Properties> | |
85 <Policies> | |
86 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> | |
87 </Policies> | |
88 </Properties> | |
89 </MonoDevelop> | |
90 </ProjectExtensions> | |
71 </Project> | 91 </Project> |