comparison IBBoard.WarFoundry.API.csproj @ 23:f9846f896df3

Re #32 - Migrate WarFoundry files to using Schemas * Add missing spaces to Cats and Core XSD * Fix some incorrect namespaces in Race XSD * Copy schemas to output dir on build * Make WarFoundryXmlFactory validate against Schemas * Make WarFoundryLoader handle failed file loads slightly differently so that we can log out as a warning * Correctly structure "simpleContent" sections of Race XSD Still to do: * Work out why Race XSD doesn't like core:nonNegativeDecimal but appears to be fine with core:percentage * Migrate test files to define namespaces and make sure they match the structure
author IBBoard <dev@ibboard.co.uk>
date Thu, 12 Mar 2009 21:35:17 +0000
parents b7c93a5821cd
children 67db7f97b4ab
comparison
equal deleted inserted replaced
22:28e99aa0053f 23:f9846f896df3
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>
42 <None Include="COPYING.GPL" /> 42 <None Include="COPYING.GPL" />
43 <None Include="COPYING.LGPL" /> 43 <None Include="COPYING.LGPL" />
44 <None Include="dtds\army.dtd" /> 44 <None Include="dtds\army.dtd" />
45 <None Include="dtds\race.dtd" /> 45 <None Include="dtds\race.dtd" />
46 <None Include="dtds\system.dtd" /> 46 <None Include="dtds\system.dtd" />
47 <None Include="dtds\system.xsd">
48 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
49 </None>
50 <None Include="dtds\race.xsd">
51 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52 </None>
53 <None Include="dtds\warfoundry-core.xsd">
54 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
55 </None>
56 <None Include="dtds\warfoundry-cats.xsd">
57 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
58 </None>
47 </ItemGroup> 59 </ItemGroup>
48 <ItemGroup> 60 <ItemGroup>
49 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 61 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
50 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 62 <Compile Include="api\Commands\RemoveUnitCommand.cs" />
51 <Compile Include="api\Commands\ReplaceUnitEquipmentCommand.cs" /> 63 <Compile Include="api\Commands\ReplaceUnitEquipmentCommand.cs" />