comparison IBBoard.WarFoundry.API.csproj @ 316:40a2df1f629a

Re #324: Add saving of Race and System data to files * Move saver classes out of Factories folder and into Savers folder/namespace
author IBBoard <dev@ibboard.co.uk>
date Sat, 05 Mar 2011 11:52:09 +0000
parents 6cb0fb78b9a6
children 58cd0fa53976
comparison
equal deleted inserted replaced
315:6cb0fb78b9a6 316:40a2df1f629a
60 </Target> 60 </Target>
61 --> 61 -->
62 <ItemGroup> 62 <ItemGroup>
63 <None Include="app.config" /> 63 <None Include="app.config" />
64 <None Include="COPYING" /> 64 <None Include="COPYING" />
65 <Compile Include="api\Factories\Xml\WarFoundryXmlGameSystemSaver.cs" />
66 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" /> 65 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" />
67 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 66 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
68 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 67 <Compile Include="api\Commands\RemoveUnitCommand.cs" />
69 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> 68 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" />
70 <Compile Include="api\Commands\SetNameCommand.cs" /> 69 <Compile Include="api\Commands\SetNameCommand.cs" />
184 <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" /> 183 <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" />
185 <Compile Include="api\Factories\DummyWarFoundryFactory.cs" /> 184 <Compile Include="api\Factories\DummyWarFoundryFactory.cs" />
186 <Compile Include="api\Savers\IWarFoundryArmySaver.cs" /> 185 <Compile Include="api\Savers\IWarFoundryArmySaver.cs" />
187 <Compile Include="api\Savers\IWarFoundryRaceSaver.cs" /> 186 <Compile Include="api\Savers\IWarFoundryRaceSaver.cs" />
188 <Compile Include="api\Objects\WarFoundryLoadedObject.cs" /> 187 <Compile Include="api\Objects\WarFoundryLoadedObject.cs" />
189 <Compile Include="api\Factories\Xml\WarFoundryXmlArmySaver.cs" /> 188 <Compile Include="api\Savers\Xml\WarFoundryXmlArmySaver.cs" />
189 <Compile Include="api\Savers\Xml\WarFoundryXmlGameSystemSaver.cs" />
190 </ItemGroup> 190 </ItemGroup>
191 <ItemGroup> 191 <ItemGroup>
192 <Reference Include="System.Xml" /> 192 <Reference Include="System.Xml" />
193 <Reference Include="System" /> 193 <Reference Include="System" />
194 </ItemGroup> 194 </ItemGroup>
241 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedFlat" ResourceNamePolicy="FileFormatDefault" /> 241 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedFlat" ResourceNamePolicy="FileFormatDefault" />
242 </Policies> 242 </Policies>
243 </Properties> 243 </Properties>
244 </MonoDevelop> 244 </MonoDevelop>
245 </ProjectExtensions> 245 </ProjectExtensions>
246 <ItemGroup>
247 <Folder Include="api\Factories\Xml\" />
248 <Folder Include="api\Factories\Xml\" />
249 <Folder Include="api\Savers\Xml\" />
250 </ItemGroup>
246 </Project> 251 </Project>