comparison IBBoard.WarFoundry.API.csproj @ 143:7f13ffcb8765 WarFoundry_v0.1beta2_Winforms

Re #164: Show unit cost in army tree * Do prep work and create "ICostedWarFoundryObject" interface that defines objects with a "Points" property * Implement new interface where necessary * Deprecate old variations on "points value" * Remove references to deprecated code
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Sep 2009 19:42:53 +0000
parents e147a1e9399b
children 938409fc24cc
comparison
equal deleted inserted replaced
142:b4d1ed685490 143:7f13ffcb8765
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"> 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>8.0.50727</ProductVersion> 6 <ProductVersion>8.0.50727</ProductVersion>
51 </None> 51 </None>
52 <None Include="dtds\army.xsd"> 52 <None Include="dtds\army.xsd">
53 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 53 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
54 </None> 54 </None>
55 <None Include="COPYING" /> 55 <None Include="COPYING" />
56 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" />
56 </ItemGroup> 57 </ItemGroup>
57 <ItemGroup> 58 <ItemGroup>
58 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 59 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
59 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 60 <Compile Include="api\Commands\RemoveUnitCommand.cs" />
60 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> 61 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" />
154 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> 155 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
155 <SpecificVersion>False</SpecificVersion> 156 <SpecificVersion>False</SpecificVersion>
156 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath> 157 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath>
157 </Reference> 158 </Reference>
158 </ItemGroup> 159 </ItemGroup>
159 <ItemGroup>
160 <Folder Include="api\Exporters\" />
161 </ItemGroup>
162 </Project> 160 </Project>