Mercurial > repos > snowblizz-super-API-ideas
comparison IBBoard.WarFoundry.API.csproj @ 311:5434e648379c
Re #328: Add saving of Race and System data to files
* Turn IWarFoundryFileSaver into a marker interface
* Add missing Army and Race saver classes
* Add stub implementations to IWarFoundryFileSaver
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 23 Feb 2011 20:44:37 +0000 |
parents | 1e82cac3716d |
children | 6cb0fb78b9a6 |
comparison
equal
deleted
inserted
replaced
310:f7c3c1b39726 | 311:5434e648379c |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> | 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>9.0.30729</ProductVersion> | 6 <ProductVersion>9.0.30729</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
182 <Compile Include="api\AbstractWarFoundryLoader.cs" /> | 182 <Compile Include="api\AbstractWarFoundryLoader.cs" /> |
183 <Compile Include="api\DefaultWarFoundryLoader.cs" /> | 183 <Compile Include="api\DefaultWarFoundryLoader.cs" /> |
184 <Compile Include="api\Objects\UnitMemberType.cs" /> | 184 <Compile Include="api\Objects\UnitMemberType.cs" /> |
185 <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" /> | 185 <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" /> |
186 <Compile Include="api\Factories\DummyWarFoundryFactory.cs" /> | 186 <Compile Include="api\Factories\DummyWarFoundryFactory.cs" /> |
187 <Compile Include="api\Savers\IWarFoundryArmySaver.cs" /> | |
188 <Compile Include="api\Savers\IWarFoundryRaceSaver.cs" /> | |
187 </ItemGroup> | 189 </ItemGroup> |
188 <ItemGroup> | 190 <ItemGroup> |
189 <Reference Include="System.Xml" /> | 191 <Reference Include="System.Xml" /> |
190 <Reference Include="System" /> | 192 <Reference Include="System" /> |
191 </ItemGroup> | 193 </ItemGroup> |