annotate IBBoard.WarFoundry.API.csproj.user @ 32:6b9d37f14a14

Re #32 - Migrate to schemas * Remove unused method that was still validating by DTD * Collapse Cats schema in to one nested structure System files are failing to validate because: Problem validating against schema for WarFoundry data: XmlSchema error: Invalid start element: http://ibboard.co.uk/warfoundry/system:cat XML Line 4, Position 4. which is a <cat> tag, which should match the Cat schema definition. Removing the tags results in a different error about the end </categories> tag being unexpected because of missing content.
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Mar 2009 20:47:14 +0000
parents 3c228f093a71
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
520818033bb6 Initial commit of WarFoundry code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
520818033bb6 Initial commit of WarFoundry code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <PropertyGroup>
18
3c228f093a71 Re #16 - Complete Rollcall file loading
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
3 <ProjectView>ProjectFiles</ProjectView>
0
520818033bb6 Initial commit of WarFoundry code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 </PropertyGroup>
520818033bb6 Initial commit of WarFoundry code
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 </Project>