comparison IBBoard.WarFoundry.API.csproj @ 224:f097888efcfe

Fixes #233: "unitPoints" attribute is badly named * Rename "unitPoints" to "basePoints" * Re-order schema to more sensible name * Use new name in code when parsing XML (object property already has sensible name) Also: * Rename "dtds" folder to more accurate "schemas" * Change references to folder in code
author IBBoard <dev@ibboard.co.uk>
date Mon, 14 Dec 2009 20:50:39 +0000
parents 1cde49671c8b
children 6083010a005c
comparison
equal deleted inserted replaced
223:fe5a03d73918 224:f097888efcfe
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>
35 </Target> 35 </Target>
36 <Target Name="AfterBuild"> 36 <Target Name="AfterBuild">
37 </Target> 37 </Target>
38 --> 38 -->
39 <ItemGroup> 39 <ItemGroup>
40 <None Include="dtds\system.xsd">
41 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
42 </None>
43 <None Include="dtds\race.xsd">
44 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
45 <SubType>
46 </SubType>
47 </None>
48 <None Include="dtds\warfoundry-core.xsd">
49 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
50 <SubType>
51 </SubType>
52 </None>
53 <None Include="dtds\warfoundry-cats.xsd">
54 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
55 </None>
56 <None Include="dtds\army.xsd">
57 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
58 </None>
59 <None Include="COPYING" /> 40 <None Include="COPYING" />
60 <None Include="dtds\xhtml-lat1.ent">
61 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
62 </None>
63 <None Include="dtds\xhtml-special.ent">
64 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
65 </None>
66 <None Include="dtds\xhtml-symbol.ent">
67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68 </None>
69 <None Include="dtds\xhtml1-strict.dtd">
70 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71 </None>
72 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" /> 41 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" />
73 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 42 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
74 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 43 <Compile Include="api\Commands\RemoveUnitCommand.cs" />
75 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> 44 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" />
76 <Compile Include="api\Commands\SetNameCommand.cs" /> 45 <Compile Include="api\Commands\SetNameCommand.cs" />
150 <Compile Include="api\Factories\Xml\Zip\StringZipEntrySource.cs" /> 119 <Compile Include="api\Factories\Xml\Zip\StringZipEntrySource.cs" />
151 <Compile Include="api\Factories\RequiredDataMissingException.cs" /> 120 <Compile Include="api\Factories\RequiredDataMissingException.cs" />
152 <Compile Include="api\Factories\Xml\WarFoundryXmlArmyParser.cs" /> 121 <Compile Include="api\Factories\Xml\WarFoundryXmlArmyParser.cs" />
153 <Compile Include="api\Exporters\IWarFoundryExporter.cs" /> 122 <Compile Include="api\Exporters\IWarFoundryExporter.cs" />
154 <Compile Include="api\Exporters\WarFoundryHtmlExporter.cs" /> 123 <Compile Include="api\Exporters\WarFoundryHtmlExporter.cs" />
124 <None Include="schemas\army.xsd">
125 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
126 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
127 </None>
128 <None Include="schemas\race.xsd">
129 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
130 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
131 </None>
132 <None Include="schemas\system.xsd">
133 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
134 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
135 </None>
136 <None Include="schemas\warfoundry-cats.xsd">
137 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
138 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
139 </None>
140 <None Include="schemas\warfoundry-core.xsd">
141 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
142 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
143 </None>
144 <None Include="schemas\xhtml1-strict.dtd">
145 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
146 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
147 </None>
148 <None Include="schemas\xhtml-lat1.ent">
149 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
150 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
151 </None>
152 <None Include="schemas\xhtml-special.ent">
153 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
154 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155 </None>
156 <None Include="schemas\xhtml-symbol.ent">
157 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
158 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
159 </None>
155 </ItemGroup> 160 </ItemGroup>
156 <ItemGroup> 161 <ItemGroup>
157 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> 162 <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
158 <Content Include="libs\log4net.dll" /> 163 <Content Include="libs\log4net.dll" />
159 </ItemGroup> 164 </ItemGroup>