mirror of
https://github.com/reactos/RosTE.git
synced 2024-11-23 03:29:57 +00:00
missed a few files. This fixes the build
svn path=/trunk/tools/RosTE/; revision=209
This commit is contained in:
parent
024a973220
commit
172f3941df
12
GUI/Config.xsd
Normal file
12
GUI/Config.xsd
Normal 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
5
GUI/Config.xsx
Normal 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>
|
BIN
GUI/Resources/wizardSideImage.gif
Normal file
BIN
GUI/Resources/wizardSideImage.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue
Block a user