missed a few files. This fixes the build

svn path=/trunk/tools/RosTE/; revision=209
This commit is contained in:
Ged Murphy 2007-06-05 18:29:50 +00:00
parent 024a973220
commit 172f3941df
3 changed files with 17 additions and 0 deletions

12
GUI/Config.xsd Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="MainDB" targetNamespace="http://tempuri.org/MainDB.xsd" elementFormDefault="qualified" xmlns="http://tempuri.org/MainDB.xsd" xmlns:mstns="http://tempuri.org/MainDB.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="MainConfig">
<xs:complexType>
<xs:sequence>
<xs:element name="ID" type="xs:int" />
<xs:element name="Name" type="xs:string" />
<xs:element name="ConfPath" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

5
GUI/Config.xsx Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--This file is auto-generated by the XML Schema Designer. It holds layout information for components on the designer surface.-->
<XSDDesignerLayout Style="LeftRight" layoutVersion="2" viewPortLeft="0" viewPortTop="0" zoom="100">
<MainConfig_XmlElement left="8361" top="3758" width="5292" height="2831" selected="0" zOrder="1" index="0" expanded="1" />
</XSDDesignerLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB