comparison IBBoard.WarFoundry.API.csproj @ 297:349e521785c1

Re #338: WarFoundry.API - Save System Data Created IWarFoundryGameSystemSaver Created WarFoundryXmlGameSystemSaver Updated WarFoundrySaver Created GetGameSystemSaver Created SetGameSystemSaver
author Tsudico
date Fri, 07 Jan 2011 03:35:50 +0000
parents a1657c6f41a0
children bcb22102f048
comparison
equal deleted inserted replaced
296:ed5e6d92ecd9 297:349e521785c1
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" ToolsVersion="4.0">
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.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</ProjectGuid> 8 <ProjectGuid>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.API</RootNamespace> 11 <RootNamespace>IBBoard.WarFoundry.API</RootNamespace>
12 <AssemblyName>IBBoard.WarFoundry.API</AssemblyName> 12 <AssemblyName>IBBoard.WarFoundry.API</AssemblyName>
13 <FileUpgradeFlags> 13 <FileUpgradeFlags>
14 </FileUpgradeFlags> 14 </FileUpgradeFlags>
15 <OldToolsVersion>2.0</OldToolsVersion> 15 <OldToolsVersion>3.5</OldToolsVersion>
16 <UpgradeBackupLocation> 16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation> 17 </UpgradeBackupLocation>
18 <TargetFrameworkSubset>
19 </TargetFrameworkSubset>
20 <PublishUrl>publish\</PublishUrl> 18 <PublishUrl>publish\</PublishUrl>
21 <Install>true</Install> 19 <Install>true</Install>
22 <InstallFrom>Disk</InstallFrom> 20 <InstallFrom>Disk</InstallFrom>
23 <UpdateEnabled>false</UpdateEnabled> 21 <UpdateEnabled>false</UpdateEnabled>
24 <UpdateMode>Foreground</UpdateMode> 22 <UpdateMode>Foreground</UpdateMode>
59 <Target Name="AfterBuild"> 57 <Target Name="AfterBuild">
60 </Target> 58 </Target>
61 --> 59 -->
62 <ItemGroup> 60 <ItemGroup>
63 <None Include="COPYING" /> 61 <None Include="COPYING" />
62 <Compile Include="api\Factories\Xml\WarFoundryXmlGameSystemSaver.cs" />
64 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" /> 63 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" />
65 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 64 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
66 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 65 <Compile Include="api\Commands\RemoveUnitCommand.cs" />
67 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> 66 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" />
68 <Compile Include="api\Commands\SetNameCommand.cs" /> 67 <Compile Include="api\Commands\SetNameCommand.cs" />
114 <Compile Include="api\Requirements\UnitRequirementItem.cs" /> 113 <Compile Include="api\Requirements\UnitRequirementItem.cs" />
115 <Compile Include="api\Requirements\UnitRequirementMaxNumber.cs" /> 114 <Compile Include="api\Requirements\UnitRequirementMaxNumber.cs" />
116 <Compile Include="api\Requirements\UnitRequirementMinNumber.cs" /> 115 <Compile Include="api\Requirements\UnitRequirementMinNumber.cs" />
117 <Compile Include="api\Requirements\UnitRequiresAtLeastRequirement.cs" /> 116 <Compile Include="api\Requirements\UnitRequiresAtLeastRequirement.cs" />
118 <Compile Include="api\Savers\IWarFoundryFileSaver.cs" /> 117 <Compile Include="api\Savers\IWarFoundryFileSaver.cs" />
118 <Compile Include="api\Savers\IWarFoundryGameSystemSaver.cs" />
119 <Compile Include="api\Savers\WarFoundrySaver.cs" /> 119 <Compile Include="api\Savers\WarFoundrySaver.cs" />
120 <Compile Include="api\Util\UnitEquipmentUtil.cs" /> 120 <Compile Include="api\Util\UnitEquipmentUtil.cs" />
121 <Compile Include="api\WarFoundryCore.cs" /> 121 <Compile Include="api\WarFoundryCore.cs" />
122 <Compile Include="api\WarFoundryLoader.cs" /> 122 <Compile Include="api\WarFoundryLoader.cs" />
123 <Compile Include="AssemblyInfo.cs" /> 123 <Compile Include="AssemblyInfo.cs" />