Mercurial > repos > snowblizz-super-API-ideas
diff 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 |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj Sun Feb 20 20:36:48 2011 +0000 +++ b/IBBoard.WarFoundry.API.csproj Wed Feb 23 20:44:37 2011 +0000 @@ -1,5 +1,5 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -184,6 +184,8 @@ <Compile Include="api\Objects\UnitMemberType.cs" /> <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" /> <Compile Include="api\Factories\DummyWarFoundryFactory.cs" /> + <Compile Include="api\Savers\IWarFoundryArmySaver.cs" /> + <Compile Include="api\Savers\IWarFoundryRaceSaver.cs" /> </ItemGroup> <ItemGroup> <Reference Include="System.Xml" />