diff options
Diffstat (limited to 'Prebuild/src/data')
-rw-r--r-- | Prebuild/src/data/prebuild-1.7.xsd | 700 | ||||
-rw-r--r-- | Prebuild/src/data/prebuild-1.9.xsd | 672 |
2 files changed, 686 insertions, 686 deletions
diff --git a/Prebuild/src/data/prebuild-1.7.xsd b/Prebuild/src/data/prebuild-1.7.xsd index 3675503..a7f5c88 100644 --- a/Prebuild/src/data/prebuild-1.7.xsd +++ b/Prebuild/src/data/prebuild-1.7.xsd | |||
@@ -1,350 +1,350 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd"> | 2 | <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd"> |
3 | <xs:annotation> | 3 | <xs:annotation> |
4 | <xs:documentation> | 4 | <xs:documentation> |
5 | Copyright (c) 2004-2007 | 5 | Copyright (c) 2004-2007 |
6 | Matthew Holmes (calefaction at houston . rr . com), | 6 | Matthew Holmes (calefaction at houston . rr . com), |
7 | Dan Moorehead (dan05a at gmail . com), | 7 | Dan Moorehead (dan05a at gmail . com), |
8 | David Hudson (jendave at yahoo dot com), | 8 | David Hudson (jendave at yahoo dot com), |
9 | C.J. Adams-Collier (cjac at colliertech dot com) | 9 | C.J. Adams-Collier (cjac at colliertech dot com) |
10 | 10 | ||
11 | .NET Prebuild is a cross-platform XML-driven pre-build tool which | 11 | .NET Prebuild is a cross-platform XML-driven pre-build tool which |
12 | allows developers to easily generate project or make files for major | 12 | allows developers to easily generate project or make files for major |
13 | IDE's and .NET development tools including: Visual Studio .NET 2002, | 13 | IDE's and .NET development tools including: Visual Studio .NET 2002, |
14 | 2003, and 2005, SharpDevelop, MonoDevelop, NAnt, Xcode and the GNU Autotools. | 14 | 2003, and 2005, SharpDevelop, MonoDevelop, NAnt, Xcode and the GNU Autotools. |
15 | 15 | ||
16 | BSD License: | 16 | BSD License: |
17 | 17 | ||
18 | Redistribution and use in source and binary forms, with or without modification, are permitted | 18 | Redistribution and use in source and binary forms, with or without modification, are permitted |
19 | provided that the following conditions are met: | 19 | provided that the following conditions are met: |
20 | 20 | ||
21 | * Redistributions of source code must retain the above copyright notice, this list of conditions | 21 | * Redistributions of source code must retain the above copyright notice, this list of conditions |
22 | and the following disclaimer. | 22 | and the following disclaimer. |
23 | * Redistributions in binary form must reproduce the above copyright notice, this list of conditions | 23 | * Redistributions in binary form must reproduce the above copyright notice, this list of conditions |
24 | and the following disclaimer in the documentation and/or other materials provided with the | 24 | and the following disclaimer in the documentation and/or other materials provided with the |
25 | distribution. | 25 | distribution. |
26 | * The name of the author may not be used to endorse or promote products derived from this software | 26 | * The name of the author may not be used to endorse or promote products derived from this software |
27 | without specific prior written permission. | 27 | without specific prior written permission. |
28 | 28 | ||
29 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | 29 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, |
30 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 30 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
31 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | 31 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
32 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 32 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
33 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY | 33 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
34 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | 34 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
35 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | </xs:documentation> | 36 | </xs:documentation> |
37 | </xs:annotation> | 37 | </xs:annotation> |
38 | 38 | ||
39 | <xs:element name="Prebuild"> | 39 | <xs:element name="Prebuild"> |
40 | <xs:complexType> | 40 | <xs:complexType> |
41 | <xs:sequence> | 41 | <xs:sequence> |
42 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> | 42 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> |
43 | <xs:element ref="Solution" minOccurs="1" maxOccurs="unbounded" /> | 43 | <xs:element ref="Solution" minOccurs="1" maxOccurs="unbounded" /> |
44 | </xs:sequence> | 44 | </xs:sequence> |
45 | <xs:attribute name="version" /> | 45 | <xs:attribute name="version" /> |
46 | <xs:attribute name="checkOsVars" /> | 46 | <xs:attribute name="checkOsVars" /> |
47 | </xs:complexType> | 47 | </xs:complexType> |
48 | </xs:element> | 48 | </xs:element> |
49 | 49 | ||
50 | <xs:element name="Process" type="xs:string" /> | 50 | <xs:element name="Process" type="xs:string" /> |
51 | 51 | ||
52 | <xs:element name="Solution"> | 52 | <xs:element name="Solution"> |
53 | <xs:complexType> | 53 | <xs:complexType> |
54 | <xs:sequence> | 54 | <xs:sequence> |
55 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> | 55 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> |
56 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> | 56 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> |
57 | <xs:element ref="Options" minOccurs="0" /> | 57 | <xs:element ref="Options" minOccurs="0" /> |
58 | <xs:element ref="Files" minOccurs="0" /> | 58 | <xs:element ref="Files" minOccurs="0" /> |
59 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> | 59 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> |
60 | <xs:element ref="Cleanup" minOccurs="0" maxOccurs="1" /> | 60 | <xs:element ref="Cleanup" minOccurs="0" maxOccurs="1" /> |
61 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> | 61 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> |
62 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> | 62 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> |
63 | </xs:sequence> | 63 | </xs:sequence> |
64 | <xs:attribute name="name" type="xs:string" use="required" /> | 64 | <xs:attribute name="name" type="xs:string" use="required" /> |
65 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> | 65 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> |
66 | <xs:attribute name="path" type="xs:string" default="" /> | 66 | <xs:attribute name="path" type="xs:string" default="" /> |
67 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> | 67 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> |
68 | </xs:complexType> | 68 | </xs:complexType> |
69 | </xs:element> | 69 | </xs:element> |
70 | 70 | ||
71 | <xs:element name="EmbeddedSolution"> | 71 | <xs:element name="EmbeddedSolution"> |
72 | <xs:complexType> | 72 | <xs:complexType> |
73 | <xs:sequence> | 73 | <xs:sequence> |
74 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> | 74 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> |
75 | <xs:element ref="Files" minOccurs="0" /> | 75 | <xs:element ref="Files" minOccurs="0" /> |
76 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> | 76 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> |
77 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> | 77 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> |
78 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> | 78 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> |
79 | </xs:sequence> | 79 | </xs:sequence> |
80 | <xs:attribute name="name" type="xs:string" use="required" /> | 80 | <xs:attribute name="name" type="xs:string" use="required" /> |
81 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> | 81 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> |
82 | <xs:attribute name="path" type="xs:string" default="" /> | 82 | <xs:attribute name="path" type="xs:string" default="" /> |
83 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> | 83 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> |
84 | </xs:complexType> | 84 | </xs:complexType> |
85 | </xs:element> | 85 | </xs:element> |
86 | 86 | ||
87 | <xs:element name="DatabaseProject"> | 87 | <xs:element name="DatabaseProject"> |
88 | <xs:complexType> | 88 | <xs:complexType> |
89 | <xs:sequence> | 89 | <xs:sequence> |
90 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> | 90 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> |
91 | <xs:element ref="DatabaseReference" minOccurs="0" maxOccurs="unbounded" /> | 91 | <xs:element ref="DatabaseReference" minOccurs="0" maxOccurs="unbounded" /> |
92 | </xs:sequence> | 92 | </xs:sequence> |
93 | <xs:attribute name="name" type="xs:string" use="required" /> | 93 | <xs:attribute name="name" type="xs:string" use="required" /> |
94 | <xs:attribute name="path" type="xs:string" /> | 94 | <xs:attribute name="path" type="xs:string" /> |
95 | </xs:complexType> | 95 | </xs:complexType> |
96 | </xs:element> | 96 | </xs:element> |
97 | 97 | ||
98 | <xs:element name="DatabaseReference"> | 98 | <xs:element name="DatabaseReference"> |
99 | <xs:complexType> | 99 | <xs:complexType> |
100 | <xs:attribute name="name" type="xs:string" use="required" /> | 100 | <xs:attribute name="name" type="xs:string" use="required" /> |
101 | <xs:attribute name="providerId" type="xs:string" /> | 101 | <xs:attribute name="providerId" type="xs:string" /> |
102 | <xs:attribute name="providerName" type="xs:string" /> | 102 | <xs:attribute name="providerName" type="xs:string" /> |
103 | <xs:attribute name="connectionString" type="xs:string" use="required" /> | 103 | <xs:attribute name="connectionString" type="xs:string" use="required" /> |
104 | </xs:complexType> | 104 | </xs:complexType> |
105 | </xs:element> | 105 | </xs:element> |
106 | 106 | ||
107 | <xs:element name="Project"> | 107 | <xs:element name="Project"> |
108 | <xs:complexType> | 108 | <xs:complexType> |
109 | <xs:sequence> | 109 | <xs:sequence> |
110 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> | 110 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> |
111 | <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1" /> | 111 | <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1" /> |
112 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> | 112 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> |
113 | <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> | 113 | <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> |
114 | <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded"> | 114 | <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded"> |
115 | <xs:complexType> | 115 | <xs:complexType> |
116 | <xs:attribute name="name" type="xs:string" use="required" /> | 116 | <xs:attribute name="name" type="xs:string" use="required" /> |
117 | <xs:attribute name="path" type="xs:string" /> | 117 | <xs:attribute name="path" type="xs:string" /> |
118 | <xs:attribute name="localCopy" type="xs:boolean" /> | 118 | <xs:attribute name="localCopy" type="xs:boolean" /> |
119 | <xs:attribute name="version" type="xs:string" /> | 119 | <xs:attribute name="version" type="xs:string" /> |
120 | </xs:complexType> | 120 | </xs:complexType> |
121 | </xs:element> | 121 | </xs:element> |
122 | <xs:element ref="Files" /> | 122 | <xs:element ref="Files" /> |
123 | </xs:sequence> | 123 | </xs:sequence> |
124 | <xs:attribute name="name" type="xs:string" use="required" /> | 124 | <xs:attribute name="name" type="xs:string" use="required" /> |
125 | <xs:attribute name="designerFolder" type="xs:string" default="" /> | 125 | <xs:attribute name="designerFolder" type="xs:string" default="" /> |
126 | <xs:attribute name="filterGroups" type="xs:string" default="" /> | 126 | <xs:attribute name="filterGroups" type="xs:string" default="" /> |
127 | <xs:attribute name="path" type="xs:string" default="" /> | 127 | <xs:attribute name="path" type="xs:string" default="" /> |
128 | <xs:attribute name="icon" type="xs:string" default="" /> | 128 | <xs:attribute name="icon" type="xs:string" default="" /> |
129 | <xs:attribute name="configFile" type="xs:string" default="" /> | 129 | <xs:attribute name="configFile" type="xs:string" default="" /> |
130 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> | 130 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> |
131 | <xs:attribute name="guid" type="xs:string"/> | 131 | <xs:attribute name="guid" type="xs:string"/> |
132 | <xs:attribute name="language" default="C#"> | 132 | <xs:attribute name="language" default="C#"> |
133 | <xs:simpleType> | 133 | <xs:simpleType> |
134 | <xs:restriction base="xs:string"> | 134 | <xs:restriction base="xs:string"> |
135 | <xs:enumeration value="C#" /> | 135 | <xs:enumeration value="C#" /> |
136 | <xs:enumeration value="VB.NET" /> | 136 | <xs:enumeration value="VB.NET" /> |
137 | </xs:restriction> | 137 | </xs:restriction> |
138 | </xs:simpleType> | 138 | </xs:simpleType> |
139 | </xs:attribute> | 139 | </xs:attribute> |
140 | <xs:attribute name="type" default="Exe"> | 140 | <xs:attribute name="type" default="Exe"> |
141 | <xs:simpleType> | 141 | <xs:simpleType> |
142 | <xs:restriction base="xs:string"> | 142 | <xs:restriction base="xs:string"> |
143 | <xs:enumeration value="Exe" /> | 143 | <xs:enumeration value="Exe" /> |
144 | <xs:enumeration value="WinExe" /> | 144 | <xs:enumeration value="WinExe" /> |
145 | <xs:enumeration value="Library" /> | 145 | <xs:enumeration value="Library" /> |
146 | <xs:enumeration value="Web" /> | 146 | <xs:enumeration value="Web" /> |
147 | </xs:restriction> | 147 | </xs:restriction> |
148 | </xs:simpleType> | 148 | </xs:simpleType> |
149 | </xs:attribute> | 149 | </xs:attribute> |
150 | <xs:attribute name="runtime" default="Microsoft"> | 150 | <xs:attribute name="runtime" default="Microsoft"> |
151 | <xs:simpleType> | 151 | <xs:simpleType> |
152 | <xs:restriction base="xs:string"> | 152 | <xs:restriction base="xs:string"> |
153 | <xs:enumeration value="Microsoft" /> | 153 | <xs:enumeration value="Microsoft" /> |
154 | <xs:enumeration value="Mono" /> | 154 | <xs:enumeration value="Mono" /> |
155 | </xs:restriction> | 155 | </xs:restriction> |
156 | </xs:simpleType> | 156 | </xs:simpleType> |
157 | </xs:attribute> | 157 | </xs:attribute> |
158 | <xs:attribute name="frameworkVersion" default="v2_0"> | 158 | <xs:attribute name="frameworkVersion" default="v2_0"> |
159 | <xs:simpleType> | 159 | <xs:simpleType> |
160 | <xs:restriction base="xs:string"> | 160 | <xs:restriction base="xs:string"> |
161 | <xs:enumeration value="v2_0" /> | 161 | <xs:enumeration value="v2_0" /> |
162 | <xs:enumeration value="v3_0" /> | 162 | <xs:enumeration value="v3_0" /> |
163 | <xs:enumeration value="v3_5" /> | 163 | <xs:enumeration value="v3_5" /> |
164 | </xs:restriction> | 164 | </xs:restriction> |
165 | </xs:simpleType> | 165 | </xs:simpleType> |
166 | </xs:attribute> | 166 | </xs:attribute> |
167 | <xs:attribute name="startupObject" type="xs:string" default="" /> | 167 | <xs:attribute name="startupObject" type="xs:string" default="" /> |
168 | <xs:attribute name="rootNamespace" type="xs:string" /> | 168 | <xs:attribute name="rootNamespace" type="xs:string" /> |
169 | <xs:attribute name="debugStartParameters" type="xs:string" /> | 169 | <xs:attribute name="debugStartParameters" type="xs:string" /> |
170 | <xs:attribute name="assemblyName" type="xs:string" /> | 170 | <xs:attribute name="assemblyName" type="xs:string" /> |
171 | <xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false" /> | 171 | <xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false" /> |
172 | </xs:complexType> | 172 | </xs:complexType> |
173 | </xs:element> | 173 | </xs:element> |
174 | 174 | ||
175 | <xs:element name="Configuration"> | 175 | <xs:element name="Configuration"> |
176 | <xs:complexType> | 176 | <xs:complexType> |
177 | <xs:sequence> | 177 | <xs:sequence> |
178 | <xs:element ref="Options" minOccurs="0" /> | 178 | <xs:element ref="Options" minOccurs="0" /> |
179 | </xs:sequence> | 179 | </xs:sequence> |
180 | <xs:attribute name="name" type="xs:string" use="required" /> | 180 | <xs:attribute name="name" type="xs:string" use="required" /> |
181 | </xs:complexType> | 181 | </xs:complexType> |
182 | </xs:element> | 182 | </xs:element> |
183 | <xs:element name="Options"> | 183 | <xs:element name="Options"> |
184 | <xs:complexType> | 184 | <xs:complexType> |
185 | <xs:all> | 185 | <xs:all> |
186 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> | 186 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> |
187 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> | 187 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> |
188 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> | 188 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> |
189 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> | 189 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> |
190 | <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" /> | 190 | <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" /> |
191 | <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" /> | 191 | <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" /> |
192 | <xs:element name="RunPostBuildEvent" minOccurs="0" default="OnBuildSuccess"> | 192 | <xs:element name="RunPostBuildEvent" minOccurs="0" default="OnBuildSuccess"> |
193 | <xs:simpleType> | 193 | <xs:simpleType> |
194 | <xs:restriction base="xs:string"> | 194 | <xs:restriction base="xs:string"> |
195 | <xs:enumeration value="OnBuildSuccess" /> | 195 | <xs:enumeration value="OnBuildSuccess" /> |
196 | <xs:enumeration value="Always" /> | 196 | <xs:enumeration value="Always" /> |
197 | <xs:enumeration value="OnOutputUpdated" /> | 197 | <xs:enumeration value="OnOutputUpdated" /> |
198 | </xs:restriction> | 198 | </xs:restriction> |
199 | </xs:simpleType> | 199 | </xs:simpleType> |
200 | </xs:element> | 200 | </xs:element> |
201 | <xs:element name="RunScript" type="xs:string" minOccurs="0" /> | 201 | <xs:element name="RunScript" type="xs:string" minOccurs="0" /> |
202 | <xs:element name="PreBuildEventArgs" type="xs:string" minOccurs="0" /> | 202 | <xs:element name="PreBuildEventArgs" type="xs:string" minOccurs="0" /> |
203 | <xs:element name="PostBuildEventArgs" type="xs:string" minOccurs="0" /> | 203 | <xs:element name="PostBuildEventArgs" type="xs:string" minOccurs="0" /> |
204 | <xs:element name="WarningLevel" minOccurs="0"> | 204 | <xs:element name="WarningLevel" minOccurs="0"> |
205 | <xs:simpleType> | 205 | <xs:simpleType> |
206 | <xs:restriction base="xs:integer"> | 206 | <xs:restriction base="xs:integer"> |
207 | <xs:minInclusive value="0" /> | 207 | <xs:minInclusive value="0" /> |
208 | <xs:maxInclusive value="4" /> | 208 | <xs:maxInclusive value="4" /> |
209 | </xs:restriction> | 209 | </xs:restriction> |
210 | </xs:simpleType> | 210 | </xs:simpleType> |
211 | </xs:element> | 211 | </xs:element> |
212 | <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> | 212 | <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> |
213 | <xs:element name="SuppressWarnings" type="xs:string" minOccurs="0" /> | 213 | <xs:element name="SuppressWarnings" type="xs:string" minOccurs="0" /> |
214 | <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> | 214 | <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> |
215 | <xs:element name="GenerateDocumentation" type="xs:boolean" minOccurs="0" /> | 215 | <xs:element name="GenerateDocumentation" type="xs:boolean" minOccurs="0" /> |
216 | <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> | 216 | <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> |
217 | <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> | 217 | <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> |
218 | <xs:element name="RegisterComInterop" type="xs:boolean" minOccurs="0" /> | 218 | <xs:element name="RegisterComInterop" type="xs:boolean" minOccurs="0" /> |
219 | <xs:element name="RemoveIntegerChecks" type="xs:boolean" minOccurs="0" /> | 219 | <xs:element name="RemoveIntegerChecks" type="xs:boolean" minOccurs="0" /> |
220 | <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> | 220 | <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> |
221 | <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> | 221 | <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> |
222 | <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> | 222 | <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> |
223 | <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> | 223 | <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> |
224 | <xs:element name="KeyFile" type="xs:string" minOccurs="0" /> | 224 | <xs:element name="KeyFile" type="xs:string" minOccurs="0" /> |
225 | </xs:all> | 225 | </xs:all> |
226 | </xs:complexType> | 226 | </xs:complexType> |
227 | </xs:element> | 227 | </xs:element> |
228 | 228 | ||
229 | <xs:element name="Files"> | 229 | <xs:element name="Files"> |
230 | <xs:complexType> | 230 | <xs:complexType> |
231 | <xs:sequence> | 231 | <xs:sequence> |
232 | <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> | 232 | <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> |
233 | <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> | 233 | <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> |
234 | </xs:sequence> | 234 | </xs:sequence> |
235 | </xs:complexType> | 235 | </xs:complexType> |
236 | </xs:element> | 236 | </xs:element> |
237 | 237 | ||
238 | <xs:element name="File"> | 238 | <xs:element name="File"> |
239 | <xs:complexType> | 239 | <xs:complexType> |
240 | <xs:simpleContent> | 240 | <xs:simpleContent> |
241 | <xs:extension base="xs:string"> | 241 | <xs:extension base="xs:string"> |
242 | <xs:attribute name="resourceName" type="xs:string" default="" /> | 242 | <xs:attribute name="resourceName" type="xs:string" default="" /> |
243 | <xs:attribute name="buildAction" default="Compile"> | 243 | <xs:attribute name="buildAction" default="Compile"> |
244 | <xs:simpleType> | 244 | <xs:simpleType> |
245 | <xs:restriction base="xs:string"> | 245 | <xs:restriction base="xs:string"> |
246 | <xs:enumeration value="None" /> | 246 | <xs:enumeration value="None" /> |
247 | <xs:enumeration value="Compile" /> | 247 | <xs:enumeration value="Compile" /> |
248 | <xs:enumeration value="Content" /> | 248 | <xs:enumeration value="Content" /> |
249 | <xs:enumeration value="EmbeddedResource" /> | 249 | <xs:enumeration value="EmbeddedResource" /> |
250 | </xs:restriction> | 250 | </xs:restriction> |
251 | </xs:simpleType> | 251 | </xs:simpleType> |
252 | </xs:attribute> | 252 | </xs:attribute> |
253 | <xs:attribute name="subType" default="Code"> | 253 | <xs:attribute name="subType" default="Code"> |
254 | <xs:simpleType> | 254 | <xs:simpleType> |
255 | <xs:restriction base="xs:string"> | 255 | <xs:restriction base="xs:string"> |
256 | <xs:enumeration value="Code" /> | 256 | <xs:enumeration value="Code" /> |
257 | <xs:enumeration value="CodeBehind" /> | 257 | <xs:enumeration value="CodeBehind" /> |
258 | <xs:enumeration value="Component" /> | 258 | <xs:enumeration value="Component" /> |
259 | <xs:enumeration value="Form" /> | 259 | <xs:enumeration value="Form" /> |
260 | <xs:enumeration value="Settings" /> | 260 | <xs:enumeration value="Settings" /> |
261 | <xs:enumeration value="UserControl" /> | 261 | <xs:enumeration value="UserControl" /> |
262 | </xs:restriction> | 262 | </xs:restriction> |
263 | </xs:simpleType> | 263 | </xs:simpleType> |
264 | </xs:attribute> | 264 | </xs:attribute> |
265 | <xs:attribute name="link" type="xs:boolean" /> | 265 | <xs:attribute name="link" type="xs:boolean" /> |
266 | <xs:attribute name="copyToOutput" default="Never"> | 266 | <xs:attribute name="copyToOutput" default="Never"> |
267 | <xs:simpleType> | 267 | <xs:simpleType> |
268 | <xs:restriction base="xs:string"> | 268 | <xs:restriction base="xs:string"> |
269 | <xs:enumeration value="Never" /> | 269 | <xs:enumeration value="Never" /> |
270 | <xs:enumeration value="Always" /> | 270 | <xs:enumeration value="Always" /> |
271 | <xs:enumeration value="PreserveNewest" /> | 271 | <xs:enumeration value="PreserveNewest" /> |
272 | </xs:restriction> | 272 | </xs:restriction> |
273 | </xs:simpleType> | 273 | </xs:simpleType> |
274 | </xs:attribute> | 274 | </xs:attribute> |
275 | <xs:attribute name="preservePath" type="xs:boolean" /> | 275 | <xs:attribute name="preservePath" type="xs:boolean" /> |
276 | <xs:attribute name="linkPath" type="xs:string" /> | 276 | <xs:attribute name="linkPath" type="xs:string" /> |
277 | </xs:extension> | 277 | </xs:extension> |
278 | </xs:simpleContent> | 278 | </xs:simpleContent> |
279 | </xs:complexType> | 279 | </xs:complexType> |
280 | </xs:element> | 280 | </xs:element> |
281 | 281 | ||
282 | <xs:element name="Match"> | 282 | <xs:element name="Match"> |
283 | <xs:complexType> | 283 | <xs:complexType> |
284 | <xs:sequence> | 284 | <xs:sequence> |
285 | <xs:element ref="Exclude" minOccurs="0" maxOccurs="unbounded" /> | 285 | <xs:element ref="Exclude" minOccurs="0" maxOccurs="unbounded" /> |
286 | </xs:sequence> | 286 | </xs:sequence> |
287 | <xs:attribute name="path" type="xs:string" /> | 287 | <xs:attribute name="path" type="xs:string" /> |
288 | <xs:attribute name="pattern" type="xs:string" use="required" /> | 288 | <xs:attribute name="pattern" type="xs:string" use="required" /> |
289 | <xs:attribute name="recurse" type="xs:boolean" default="false" /> | 289 | <xs:attribute name="recurse" type="xs:boolean" default="false" /> |
290 | <xs:attribute name="useRegex" type="xs:boolean" default="false" /> | 290 | <xs:attribute name="useRegex" type="xs:boolean" default="false" /> |
291 | <xs:attribute name="buildAction" default="Compile"> | 291 | <xs:attribute name="buildAction" default="Compile"> |
292 | <xs:simpleType> | 292 | <xs:simpleType> |
293 | <xs:restriction base="xs:string"> | 293 | <xs:restriction base="xs:string"> |
294 | <xs:enumeration value="None" /> | 294 | <xs:enumeration value="None" /> |
295 | <xs:enumeration value="Compile" /> | 295 | <xs:enumeration value="Compile" /> |
296 | <xs:enumeration value="Content" /> | 296 | <xs:enumeration value="Content" /> |
297 | <xs:enumeration value="EmbeddedResource" /> | 297 | <xs:enumeration value="EmbeddedResource" /> |
298 | </xs:restriction> | 298 | </xs:restriction> |
299 | </xs:simpleType> | 299 | </xs:simpleType> |
300 | </xs:attribute> | 300 | </xs:attribute> |
301 | <xs:attribute name="resourceName" type="xs:string" default="" /> | 301 | <xs:attribute name="resourceName" type="xs:string" default="" /> |
302 | <xs:attribute name="subType" default="Code"> | 302 | <xs:attribute name="subType" default="Code"> |
303 | <xs:simpleType> | 303 | <xs:simpleType> |
304 | <xs:restriction base="xs:string"> | 304 | <xs:restriction base="xs:string"> |
305 | <xs:enumeration value="Code" /> | 305 | <xs:enumeration value="Code" /> |
306 | <xs:enumeration value="CodeBehind" /> | 306 | <xs:enumeration value="CodeBehind" /> |
307 | <xs:enumeration value="Component" /> | 307 | <xs:enumeration value="Component" /> |
308 | <xs:enumeration value="Designer" /> | 308 | <xs:enumeration value="Designer" /> |
309 | <xs:enumeration value="Form" /> | 309 | <xs:enumeration value="Form" /> |
310 | <xs:enumeration value="Settings" /> | 310 | <xs:enumeration value="Settings" /> |
311 | <xs:enumeration value="UserControl" /> | 311 | <xs:enumeration value="UserControl" /> |
312 | </xs:restriction> | 312 | </xs:restriction> |
313 | </xs:simpleType> | 313 | </xs:simpleType> |
314 | </xs:attribute> | 314 | </xs:attribute> |
315 | <xs:attribute name="link" type="xs:boolean" /> | 315 | <xs:attribute name="link" type="xs:boolean" /> |
316 | <xs:attribute name="copyToOutput" default="Never"> | 316 | <xs:attribute name="copyToOutput" default="Never"> |
317 | <xs:simpleType> | 317 | <xs:simpleType> |
318 | <xs:restriction base="xs:string"> | 318 | <xs:restriction base="xs:string"> |
319 | <xs:enumeration value="Never" /> | 319 | <xs:enumeration value="Never" /> |
320 | <xs:enumeration value="Always" /> | 320 | <xs:enumeration value="Always" /> |
321 | <xs:enumeration value="PreserveNewest" /> | 321 | <xs:enumeration value="PreserveNewest" /> |
322 | </xs:restriction> | 322 | </xs:restriction> |
323 | </xs:simpleType> | 323 | </xs:simpleType> |
324 | </xs:attribute> | 324 | </xs:attribute> |
325 | <xs:attribute name="preservePath" type="xs:boolean" /> | 325 | <xs:attribute name="preservePath" type="xs:boolean" /> |
326 | <xs:attribute name="linkPath" type="xs:string" /> | 326 | <xs:attribute name="linkPath" type="xs:string" /> |
327 | </xs:complexType> | 327 | </xs:complexType> |
328 | </xs:element> | 328 | </xs:element> |
329 | 329 | ||
330 | <xs:element name="Exclude"> | 330 | <xs:element name="Exclude"> |
331 | <xs:complexType> | 331 | <xs:complexType> |
332 | <xs:attribute name="name" type="xs:string" /> | 332 | <xs:attribute name="name" type="xs:string" /> |
333 | <xs:attribute name="pattern" type="xs:string" /> | 333 | <xs:attribute name="pattern" type="xs:string" /> |
334 | </xs:complexType> | 334 | </xs:complexType> |
335 | </xs:element> | 335 | </xs:element> |
336 | 336 | ||
337 | <xs:element name="Cleanup"> | 337 | <xs:element name="Cleanup"> |
338 | <xs:complexType> | 338 | <xs:complexType> |
339 | <xs:sequence> | 339 | <xs:sequence> |
340 | <xs:element ref="CleanFiles" minOccurs="1" maxOccurs="unbounded" /> | 340 | <xs:element ref="CleanFiles" minOccurs="1" maxOccurs="unbounded" /> |
341 | </xs:sequence> | 341 | </xs:sequence> |
342 | </xs:complexType> | 342 | </xs:complexType> |
343 | </xs:element> | 343 | </xs:element> |
344 | 344 | ||
345 | <xs:element name="CleanFiles"> | 345 | <xs:element name="CleanFiles"> |
346 | <xs:complexType> | 346 | <xs:complexType> |
347 | <xs:attribute name="pattern" type="xs:string" /> | 347 | <xs:attribute name="pattern" type="xs:string" /> |
348 | </xs:complexType> | 348 | </xs:complexType> |
349 | </xs:element> | 349 | </xs:element> |
350 | </xs:schema> | 350 | </xs:schema> |
diff --git a/Prebuild/src/data/prebuild-1.9.xsd b/Prebuild/src/data/prebuild-1.9.xsd index fbca556..d647e08 100644 --- a/Prebuild/src/data/prebuild-1.9.xsd +++ b/Prebuild/src/data/prebuild-1.9.xsd | |||
@@ -1,336 +1,336 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dnpb.sourceforge.net/schemas/prebuild-1.9.xsd" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.9.xsd"> | 2 | <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dnpb.sourceforge.net/schemas/prebuild-1.9.xsd" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.9.xsd"> |
3 | <xs:annotation> | 3 | <xs:annotation> |
4 | <xs:documentation> | 4 | <xs:documentation> |
5 | Copyright (c) 2004-2007 | 5 | Copyright (c) 2004-2007 |
6 | Matthew Holmes (calefaction at houston . rr . com), | 6 | Matthew Holmes (calefaction at houston . rr . com), |
7 | Dan Moorehead (dan05a at gmail . com), | 7 | Dan Moorehead (dan05a at gmail . com), |
8 | David Hudson (jendave at yahoo dot com), | 8 | David Hudson (jendave at yahoo dot com), |
9 | C.J. Adams-Collier (cjac at colliertech dot com) | 9 | C.J. Adams-Collier (cjac at colliertech dot com) |
10 | 10 | ||
11 | .NET Prebuild is a cross-platform XML-driven pre-build tool which | 11 | .NET Prebuild is a cross-platform XML-driven pre-build tool which |
12 | allows developers to easily generate project or make files for major | 12 | allows developers to easily generate project or make files for major |
13 | IDE's and .NET development tools including: Visual Studio .NET 2002, | 13 | IDE's and .NET development tools including: Visual Studio .NET 2002, |
14 | 2003, and 2005, SharpDevelop, MonoDevelop, NAnt, Xcode and the GNU Autotools. | 14 | 2003, and 2005, SharpDevelop, MonoDevelop, NAnt, Xcode and the GNU Autotools. |
15 | 15 | ||
16 | BSD License: | 16 | BSD License: |
17 | 17 | ||
18 | Redistribution and use in source and binary forms, with or without modification, are permitted | 18 | Redistribution and use in source and binary forms, with or without modification, are permitted |
19 | provided that the following conditions are met: | 19 | provided that the following conditions are met: |
20 | 20 | ||
21 | * Redistributions of source code must retain the above copyright notice, this list of conditions | 21 | * Redistributions of source code must retain the above copyright notice, this list of conditions |
22 | and the following disclaimer. | 22 | and the following disclaimer. |
23 | * Redistributions in binary form must reproduce the above copyright notice, this list of conditions | 23 | * Redistributions in binary form must reproduce the above copyright notice, this list of conditions |
24 | and the following disclaimer in the documentation and/or other materials provided with the | 24 | and the following disclaimer in the documentation and/or other materials provided with the |
25 | distribution. | 25 | distribution. |
26 | * The name of the author may not be used to endorse or promote products derived from this software | 26 | * The name of the author may not be used to endorse or promote products derived from this software |
27 | without specific prior written permission. | 27 | without specific prior written permission. |
28 | 28 | ||
29 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | 29 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, |
30 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 30 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
31 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | 31 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
32 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 32 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
33 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY | 33 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
34 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | 34 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
35 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | </xs:documentation> | 36 | </xs:documentation> |
37 | </xs:annotation> | 37 | </xs:annotation> |
38 | 38 | ||
39 | <xs:element name="Prebuild"> | 39 | <xs:element name="Prebuild"> |
40 | <xs:complexType> | 40 | <xs:complexType> |
41 | <xs:sequence> | 41 | <xs:sequence> |
42 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> | 42 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> |
43 | <xs:element ref="Solution" minOccurs="1" maxOccurs="1" /> | 43 | <xs:element ref="Solution" minOccurs="1" maxOccurs="1" /> |
44 | </xs:sequence> | 44 | </xs:sequence> |
45 | <xs:attribute name="version" /> | 45 | <xs:attribute name="version" /> |
46 | <xs:attribute name="checkOsVars" /> | 46 | <xs:attribute name="checkOsVars" /> |
47 | </xs:complexType> | 47 | </xs:complexType> |
48 | </xs:element> | 48 | </xs:element> |
49 | 49 | ||
50 | <xs:element name="Process" type="xs:string" /> | 50 | <xs:element name="Process" type="xs:string" /> |
51 | 51 | ||
52 | <xs:element name="Solution"> | 52 | <xs:element name="Solution"> |
53 | <xs:complexType> | 53 | <xs:complexType> |
54 | <xs:sequence> | 54 | <xs:sequence> |
55 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> | 55 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> |
56 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> | 56 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> |
57 | <xs:element ref="Options" minOccurs="0" /> | 57 | <xs:element ref="Options" minOccurs="0" /> |
58 | <xs:element ref="Files" minOccurs="0" /> | 58 | <xs:element ref="Files" minOccurs="0" /> |
59 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> | 59 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> |
60 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> | 60 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> |
61 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> | 61 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> |
62 | </xs:sequence> | 62 | </xs:sequence> |
63 | <xs:attribute name="name" type="xs:string" use="required" /> | 63 | <xs:attribute name="name" type="xs:string" use="required" /> |
64 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> | 64 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> |
65 | <xs:attribute name="path" type="xs:string" default="" /> | 65 | <xs:attribute name="path" type="xs:string" default="" /> |
66 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> | 66 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> |
67 | </xs:complexType> | 67 | </xs:complexType> |
68 | </xs:element> | 68 | </xs:element> |
69 | 69 | ||
70 | <xs:element name="EmbeddedSolution"> | 70 | <xs:element name="EmbeddedSolution"> |
71 | <xs:complexType> | 71 | <xs:complexType> |
72 | <xs:sequence> | 72 | <xs:sequence> |
73 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> | 73 | <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> |
74 | <xs:element ref="Files" minOccurs="0" /> | 74 | <xs:element ref="Files" minOccurs="0" /> |
75 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> | 75 | <xs:element ref="Project" minOccurs="0" maxOccurs="unbounded" /> |
76 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> | 76 | <xs:element ref="DatabaseProject" minOccurs="0" maxOccurs="unbounded" /> |
77 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> | 77 | <xs:element ref="EmbeddedSolution" minOccurs="0" maxOccurs="unbounded" /> |
78 | </xs:sequence> | 78 | </xs:sequence> |
79 | <xs:attribute name="name" type="xs:string" use="required" /> | 79 | <xs:attribute name="name" type="xs:string" use="required" /> |
80 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> | 80 | <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> |
81 | <xs:attribute name="path" type="xs:string" default="" /> | 81 | <xs:attribute name="path" type="xs:string" default="" /> |
82 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> | 82 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> |
83 | </xs:complexType> | 83 | </xs:complexType> |
84 | </xs:element> | 84 | </xs:element> |
85 | 85 | ||
86 | <xs:element name="DatabaseProject"> | 86 | <xs:element name="DatabaseProject"> |
87 | <xs:complexType> | 87 | <xs:complexType> |
88 | <xs:sequence> | 88 | <xs:sequence> |
89 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> | 89 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> |
90 | <xs:element ref="DatabaseReference" minOccurs="0" maxOccurs="unbounded" /> | 90 | <xs:element ref="DatabaseReference" minOccurs="0" maxOccurs="unbounded" /> |
91 | </xs:sequence> | 91 | </xs:sequence> |
92 | <xs:attribute name="name" type="xs:string" use="required" /> | 92 | <xs:attribute name="name" type="xs:string" use="required" /> |
93 | <xs:attribute name="path" type="xs:string" /> | 93 | <xs:attribute name="path" type="xs:string" /> |
94 | </xs:complexType> | 94 | </xs:complexType> |
95 | </xs:element> | 95 | </xs:element> |
96 | 96 | ||
97 | <xs:element name="DatabaseReference"> | 97 | <xs:element name="DatabaseReference"> |
98 | <xs:complexType> | 98 | <xs:complexType> |
99 | <xs:attribute name="name" type="xs:string" use="required" /> | 99 | <xs:attribute name="name" type="xs:string" use="required" /> |
100 | <xs:attribute name="providerId" type="xs:string" /> | 100 | <xs:attribute name="providerId" type="xs:string" /> |
101 | <xs:attribute name="providerName" type="xs:string" /> | 101 | <xs:attribute name="providerName" type="xs:string" /> |
102 | <xs:attribute name="connectionString" type="xs:string" use="required" /> | 102 | <xs:attribute name="connectionString" type="xs:string" use="required" /> |
103 | </xs:complexType> | 103 | </xs:complexType> |
104 | </xs:element> | 104 | </xs:element> |
105 | 105 | ||
106 | <xs:element name="Project"> | 106 | <xs:element name="Project"> |
107 | <xs:complexType> | 107 | <xs:complexType> |
108 | <xs:sequence> | 108 | <xs:sequence> |
109 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> | 109 | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> |
110 | <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1" /> | 110 | <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1" /> |
111 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> | 111 | <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> |
112 | <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> | 112 | <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> |
113 | <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded"> | 113 | <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded"> |
114 | <xs:complexType> | 114 | <xs:complexType> |
115 | <xs:attribute name="name" type="xs:string" use="required" /> | 115 | <xs:attribute name="name" type="xs:string" use="required" /> |
116 | <xs:attribute name="path" type="xs:string" /> | 116 | <xs:attribute name="path" type="xs:string" /> |
117 | <xs:attribute name="localCopy" type="xs:boolean" /> | 117 | <xs:attribute name="localCopy" type="xs:boolean" /> |
118 | <xs:attribute name="version" type="xs:string" /> | 118 | <xs:attribute name="version" type="xs:string" /> |
119 | </xs:complexType> | 119 | </xs:complexType> |
120 | </xs:element> | 120 | </xs:element> |
121 | <xs:element ref="Files" /> | 121 | <xs:element ref="Files" /> |
122 | </xs:sequence> | 122 | </xs:sequence> |
123 | <xs:attribute name="name" type="xs:string" use="required" /> | 123 | <xs:attribute name="name" type="xs:string" use="required" /> |
124 | <xs:attribute name="designerFolder" type="xs:string" default="" /> | 124 | <xs:attribute name="designerFolder" type="xs:string" default="" /> |
125 | <xs:attribute name="filterGroups" type="xs:string" default="" /> | 125 | <xs:attribute name="filterGroups" type="xs:string" default="" /> |
126 | <xs:attribute name="path" type="xs:string" default="" /> | 126 | <xs:attribute name="path" type="xs:string" default="" /> |
127 | <xs:attribute name="icon" type="xs:string" default="" /> | 127 | <xs:attribute name="icon" type="xs:string" default="" /> |
128 | <xs:attribute name="configFile" type="xs:string" default="" /> | 128 | <xs:attribute name="configFile" type="xs:string" default="" /> |
129 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> | 129 | <xs:attribute name="version" type="xs:string" default="1.0.0" /> |
130 | <xs:attribute name="guid" type="xs:string"/> | 130 | <xs:attribute name="guid" type="xs:string"/> |
131 | <xs:attribute name="language" default="C#"> | 131 | <xs:attribute name="language" default="C#"> |
132 | <xs:simpleType> | 132 | <xs:simpleType> |
133 | <xs:restriction base="xs:string"> | 133 | <xs:restriction base="xs:string"> |
134 | <xs:enumeration value="C#" /> | 134 | <xs:enumeration value="C#" /> |
135 | <xs:enumeration value="VB.NET" /> | 135 | <xs:enumeration value="VB.NET" /> |
136 | </xs:restriction> | 136 | </xs:restriction> |
137 | </xs:simpleType> | 137 | </xs:simpleType> |
138 | </xs:attribute> | 138 | </xs:attribute> |
139 | <xs:attribute name="type" default="Exe"> | 139 | <xs:attribute name="type" default="Exe"> |
140 | <xs:simpleType> | 140 | <xs:simpleType> |
141 | <xs:restriction base="xs:string"> | 141 | <xs:restriction base="xs:string"> |
142 | <xs:enumeration value="Exe" /> | 142 | <xs:enumeration value="Exe" /> |
143 | <xs:enumeration value="WinExe" /> | 143 | <xs:enumeration value="WinExe" /> |
144 | <xs:enumeration value="Library" /> | 144 | <xs:enumeration value="Library" /> |
145 | <xs:enumeration value="Web" /> | 145 | <xs:enumeration value="Web" /> |
146 | </xs:restriction> | 146 | </xs:restriction> |
147 | </xs:simpleType> | 147 | </xs:simpleType> |
148 | </xs:attribute> | 148 | </xs:attribute> |
149 | <xs:attribute name="runtime" default="Microsoft"> | 149 | <xs:attribute name="runtime" default="Microsoft"> |
150 | <xs:simpleType> | 150 | <xs:simpleType> |
151 | <xs:restriction base="xs:string"> | 151 | <xs:restriction base="xs:string"> |
152 | <xs:enumeration value="Microsoft" /> | 152 | <xs:enumeration value="Microsoft" /> |
153 | <xs:enumeration value="Mono" /> | 153 | <xs:enumeration value="Mono" /> |
154 | </xs:restriction> | 154 | </xs:restriction> |
155 | </xs:simpleType> | 155 | </xs:simpleType> |
156 | </xs:attribute> | 156 | </xs:attribute> |
157 | <xs:attribute name="frameworkVersion" default="v2_0"> | 157 | <xs:attribute name="frameworkVersion" default="v2_0"> |
158 | <xs:simpleType> | 158 | <xs:simpleType> |
159 | <xs:restriction base="xs:string"> | 159 | <xs:restriction base="xs:string"> |
160 | <xs:enumeration value="v2_0" /> | 160 | <xs:enumeration value="v2_0" /> |
161 | <xs:enumeration value="v3_0" /> | 161 | <xs:enumeration value="v3_0" /> |
162 | <xs:enumeration value="v3_5" /> | 162 | <xs:enumeration value="v3_5" /> |
163 | <xs:enumeration value="v4_0" /> | 163 | <xs:enumeration value="v4_0" /> |
164 | </xs:restriction> | 164 | </xs:restriction> |
165 | </xs:simpleType> | 165 | </xs:simpleType> |
166 | </xs:attribute> | 166 | </xs:attribute> |
167 | <xs:attribute name="startupObject" type="xs:string" default="" /> | 167 | <xs:attribute name="startupObject" type="xs:string" default="" /> |
168 | <xs:attribute name="rootNamespace" type="xs:string" /> | 168 | <xs:attribute name="rootNamespace" type="xs:string" /> |
169 | <xs:attribute name="assemblyName" type="xs:string" /> | 169 | <xs:attribute name="assemblyName" type="xs:string" /> |
170 | <xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false" /> | 170 | <xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false" /> |
171 | </xs:complexType> | 171 | </xs:complexType> |
172 | </xs:element> | 172 | </xs:element> |
173 | 173 | ||
174 | <xs:element name="Configuration"> | 174 | <xs:element name="Configuration"> |
175 | <xs:complexType> | 175 | <xs:complexType> |
176 | <xs:sequence> | 176 | <xs:sequence> |
177 | <xs:element ref="Options" minOccurs="0" /> | 177 | <xs:element ref="Options" minOccurs="0" /> |
178 | </xs:sequence> | 178 | </xs:sequence> |
179 | <xs:attribute name="name" type="xs:string" use="required" /> | 179 | <xs:attribute name="name" type="xs:string" use="required" /> |
180 | <xs:attribute name="platform" type="xs:string" use="required" /> | 180 | <xs:attribute name="platform" type="xs:string" use="required" /> |
181 | </xs:complexType> | 181 | </xs:complexType> |
182 | </xs:element> | 182 | </xs:element> |
183 | <xs:element name="Options"> | 183 | <xs:element name="Options"> |
184 | <xs:complexType> | 184 | <xs:complexType> |
185 | <xs:all> | 185 | <xs:all> |
186 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> | 186 | <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> |
187 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> | 187 | <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> |
188 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> | 188 | <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> |
189 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> | 189 | <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> |
190 | <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" /> | 190 | <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" /> |
191 | <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" /> | 191 | <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" /> |
192 | <xs:element name="RunPostBuildEvent" minOccurs="0" default="OnBuildSuccess"> | 192 | <xs:element name="RunPostBuildEvent" minOccurs="0" default="OnBuildSuccess"> |
193 | <xs:simpleType> | 193 | <xs:simpleType> |
194 | <xs:restriction base="xs:string"> | 194 | <xs:restriction base="xs:string"> |
195 | <xs:enumeration value="OnBuildSuccess" /> | 195 | <xs:enumeration value="OnBuildSuccess" /> |
196 | <xs:enumeration value="Always" /> | 196 | <xs:enumeration value="Always" /> |
197 | <xs:enumeration value="OnOutputUpdated" /> | 197 | <xs:enumeration value="OnOutputUpdated" /> |
198 | </xs:restriction> | 198 | </xs:restriction> |
199 | </xs:simpleType> | 199 | </xs:simpleType> |
200 | </xs:element> | 200 | </xs:element> |
201 | <xs:element name="RunScript" type="xs:string" minOccurs="0" /> | 201 | <xs:element name="RunScript" type="xs:string" minOccurs="0" /> |
202 | <xs:element name="PreBuildEventArgs" type="xs:string" minOccurs="0" /> | 202 | <xs:element name="PreBuildEventArgs" type="xs:string" minOccurs="0" /> |
203 | <xs:element name="PostBuildEventArgs" type="xs:string" minOccurs="0" /> | 203 | <xs:element name="PostBuildEventArgs" type="xs:string" minOccurs="0" /> |
204 | <xs:element name="WarningLevel" minOccurs="0"> | 204 | <xs:element name="WarningLevel" minOccurs="0"> |
205 | <xs:simpleType> | 205 | <xs:simpleType> |
206 | <xs:restriction base="xs:integer"> | 206 | <xs:restriction base="xs:integer"> |
207 | <xs:minInclusive value="0" /> | 207 | <xs:minInclusive value="0" /> |
208 | <xs:maxInclusive value="4" /> | 208 | <xs:maxInclusive value="4" /> |
209 | </xs:restriction> | 209 | </xs:restriction> |
210 | </xs:simpleType> | 210 | </xs:simpleType> |
211 | </xs:element> | 211 | </xs:element> |
212 | <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> | 212 | <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> |
213 | <xs:element name="SuppressWarnings" type="xs:string" minOccurs="0" /> | 213 | <xs:element name="SuppressWarnings" type="xs:string" minOccurs="0" /> |
214 | <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> | 214 | <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> |
215 | <xs:element name="GenerateDocumentation" type="xs:boolean" minOccurs="0" /> | 215 | <xs:element name="GenerateDocumentation" type="xs:boolean" minOccurs="0" /> |
216 | <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> | 216 | <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> |
217 | <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> | 217 | <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> |
218 | <xs:element name="RegisterComInterop" type="xs:boolean" minOccurs="0" /> | 218 | <xs:element name="RegisterComInterop" type="xs:boolean" minOccurs="0" /> |
219 | <xs:element name="RemoveIntegerChecks" type="xs:boolean" minOccurs="0" /> | 219 | <xs:element name="RemoveIntegerChecks" type="xs:boolean" minOccurs="0" /> |
220 | <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> | 220 | <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> |
221 | <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> | 221 | <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> |
222 | <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> | 222 | <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> |
223 | <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> | 223 | <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> |
224 | <xs:element name="KeyFile" type="xs:string" minOccurs="0" /> | 224 | <xs:element name="KeyFile" type="xs:string" minOccurs="0" /> |
225 | </xs:all> | 225 | </xs:all> |
226 | </xs:complexType> | 226 | </xs:complexType> |
227 | </xs:element> | 227 | </xs:element> |
228 | <xs:element name="Files"> | 228 | <xs:element name="Files"> |
229 | <xs:complexType> | 229 | <xs:complexType> |
230 | <xs:sequence> | 230 | <xs:sequence> |
231 | <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> | 231 | <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> |
232 | <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> | 232 | <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> |
233 | </xs:sequence> | 233 | </xs:sequence> |
234 | </xs:complexType> | 234 | </xs:complexType> |
235 | </xs:element> | 235 | </xs:element> |
236 | <xs:element name="File"> | 236 | <xs:element name="File"> |
237 | <xs:complexType> | 237 | <xs:complexType> |
238 | <xs:simpleContent> | 238 | <xs:simpleContent> |
239 | <xs:extension base="xs:string"> | 239 | <xs:extension base="xs:string"> |
240 | <xs:attribute name="resourceName" type="xs:string" default="" /> | 240 | <xs:attribute name="resourceName" type="xs:string" default="" /> |
241 | <xs:attribute name="buildAction" default="Compile"> | 241 | <xs:attribute name="buildAction" default="Compile"> |
242 | <xs:simpleType> | 242 | <xs:simpleType> |
243 | <xs:restriction base="xs:string"> | 243 | <xs:restriction base="xs:string"> |
244 | <xs:enumeration value="None" /> | 244 | <xs:enumeration value="None" /> |
245 | <xs:enumeration value="Compile" /> | 245 | <xs:enumeration value="Compile" /> |
246 | <xs:enumeration value="Content" /> | 246 | <xs:enumeration value="Content" /> |
247 | <xs:enumeration value="EmbeddedResource" /> | 247 | <xs:enumeration value="EmbeddedResource" /> |
248 | <xs:enumeration value="ApplicationDefinition" /> | 248 | <xs:enumeration value="ApplicationDefinition" /> |
249 | <xs:enumeration value="Page" /> | 249 | <xs:enumeration value="Page" /> |
250 | </xs:restriction> | 250 | </xs:restriction> |
251 | </xs:simpleType> | 251 | </xs:simpleType> |
252 | </xs:attribute> | 252 | </xs:attribute> |
253 | <xs:attribute name="subType" default="Code"> | 253 | <xs:attribute name="subType" default="Code"> |
254 | <xs:simpleType> | 254 | <xs:simpleType> |
255 | <xs:restriction base="xs:string"> | 255 | <xs:restriction base="xs:string"> |
256 | <xs:enumeration value="Code" /> | 256 | <xs:enumeration value="Code" /> |
257 | <xs:enumeration value="CodeBehind" /> | 257 | <xs:enumeration value="CodeBehind" /> |
258 | <xs:enumeration value="Component" /> | 258 | <xs:enumeration value="Component" /> |
259 | <xs:enumeration value="Form" /> | 259 | <xs:enumeration value="Form" /> |
260 | <xs:enumeration value="Settings" /> | 260 | <xs:enumeration value="Settings" /> |
261 | <xs:enumeration value="UserControl" /> | 261 | <xs:enumeration value="UserControl" /> |
262 | </xs:restriction> | 262 | </xs:restriction> |
263 | </xs:simpleType> | 263 | </xs:simpleType> |
264 | </xs:attribute> | 264 | </xs:attribute> |
265 | <xs:attribute name="link" type="xs:boolean" /> | 265 | <xs:attribute name="link" type="xs:boolean" /> |
266 | <xs:attribute name="copyToOutput" default="Never"> | 266 | <xs:attribute name="copyToOutput" default="Never"> |
267 | <xs:simpleType> | 267 | <xs:simpleType> |
268 | <xs:restriction base="xs:string"> | 268 | <xs:restriction base="xs:string"> |
269 | <xs:enumeration value="Never" /> | 269 | <xs:enumeration value="Never" /> |
270 | <xs:enumeration value="Always" /> | 270 | <xs:enumeration value="Always" /> |
271 | <xs:enumeration value="PreserveNewest" /> | 271 | <xs:enumeration value="PreserveNewest" /> |
272 | </xs:restriction> | 272 | </xs:restriction> |
273 | </xs:simpleType> | 273 | </xs:simpleType> |
274 | </xs:attribute> | 274 | </xs:attribute> |
275 | <xs:attribute name="preservePath" type="xs:boolean" /> | 275 | <xs:attribute name="preservePath" type="xs:boolean" /> |
276 | <xs:attribute name="linkPath" type="xs:string" /> | 276 | <xs:attribute name="linkPath" type="xs:string" /> |
277 | </xs:extension> | 277 | </xs:extension> |
278 | </xs:simpleContent> | 278 | </xs:simpleContent> |
279 | </xs:complexType> | 279 | </xs:complexType> |
280 | </xs:element> | 280 | </xs:element> |
281 | <xs:element name="Match"> | 281 | <xs:element name="Match"> |
282 | <xs:complexType> | 282 | <xs:complexType> |
283 | <xs:sequence> | 283 | <xs:sequence> |
284 | <xs:element ref="Exclude" minOccurs="0" maxOccurs="unbounded" /> | 284 | <xs:element ref="Exclude" minOccurs="0" maxOccurs="unbounded" /> |
285 | </xs:sequence> | 285 | </xs:sequence> |
286 | <xs:attribute name="path" type="xs:string" /> | 286 | <xs:attribute name="path" type="xs:string" /> |
287 | <xs:attribute name="pattern" type="xs:string" use="required" /> | 287 | <xs:attribute name="pattern" type="xs:string" use="required" /> |
288 | <xs:attribute name="recurse" type="xs:boolean" default="false" /> | 288 | <xs:attribute name="recurse" type="xs:boolean" default="false" /> |
289 | <xs:attribute name="useRegex" type="xs:boolean" default="false" /> | 289 | <xs:attribute name="useRegex" type="xs:boolean" default="false" /> |
290 | <xs:attribute name="buildAction" default="Compile"> | 290 | <xs:attribute name="buildAction" default="Compile"> |
291 | <xs:simpleType> | 291 | <xs:simpleType> |
292 | <xs:restriction base="xs:string"> | 292 | <xs:restriction base="xs:string"> |
293 | <xs:enumeration value="None" /> | 293 | <xs:enumeration value="None" /> |
294 | <xs:enumeration value="Compile" /> | 294 | <xs:enumeration value="Compile" /> |
295 | <xs:enumeration value="Content" /> | 295 | <xs:enumeration value="Content" /> |
296 | <xs:enumeration value="EmbeddedResource" /> | 296 | <xs:enumeration value="EmbeddedResource" /> |
297 | <xs:enumeration value="ApplicationDefinition" /> | 297 | <xs:enumeration value="ApplicationDefinition" /> |
298 | <xs:enumeration value="Page" /> | 298 | <xs:enumeration value="Page" /> |
299 | </xs:restriction> | 299 | </xs:restriction> |
300 | </xs:simpleType> | 300 | </xs:simpleType> |
301 | </xs:attribute> | 301 | </xs:attribute> |
302 | <xs:attribute name="resourceName" type="xs:string" default="" /> | 302 | <xs:attribute name="resourceName" type="xs:string" default="" /> |
303 | <xs:attribute name="subType" default="Code"> | 303 | <xs:attribute name="subType" default="Code"> |
304 | <xs:simpleType> | 304 | <xs:simpleType> |
305 | <xs:restriction base="xs:string"> | 305 | <xs:restriction base="xs:string"> |
306 | <xs:enumeration value="Code" /> | 306 | <xs:enumeration value="Code" /> |
307 | <xs:enumeration value="CodeBehind" /> | 307 | <xs:enumeration value="CodeBehind" /> |
308 | <xs:enumeration value="Component" /> | 308 | <xs:enumeration value="Component" /> |
309 | <xs:enumeration value="Designer" /> | 309 | <xs:enumeration value="Designer" /> |
310 | <xs:enumeration value="Form" /> | 310 | <xs:enumeration value="Form" /> |
311 | <xs:enumeration value="Settings" /> | 311 | <xs:enumeration value="Settings" /> |
312 | <xs:enumeration value="UserControl" /> | 312 | <xs:enumeration value="UserControl" /> |
313 | </xs:restriction> | 313 | </xs:restriction> |
314 | </xs:simpleType> | 314 | </xs:simpleType> |
315 | </xs:attribute> | 315 | </xs:attribute> |
316 | <xs:attribute name="link" type="xs:boolean" /> | 316 | <xs:attribute name="link" type="xs:boolean" /> |
317 | <xs:attribute name="copyToOutput" default="Never"> | 317 | <xs:attribute name="copyToOutput" default="Never"> |
318 | <xs:simpleType> | 318 | <xs:simpleType> |
319 | <xs:restriction base="xs:string"> | 319 | <xs:restriction base="xs:string"> |
320 | <xs:enumeration value="Never" /> | 320 | <xs:enumeration value="Never" /> |
321 | <xs:enumeration value="Always" /> | 321 | <xs:enumeration value="Always" /> |
322 | <xs:enumeration value="PreserveNewest" /> | 322 | <xs:enumeration value="PreserveNewest" /> |
323 | </xs:restriction> | 323 | </xs:restriction> |
324 | </xs:simpleType> | 324 | </xs:simpleType> |
325 | </xs:attribute> | 325 | </xs:attribute> |
326 | <xs:attribute name="preservePath" type="xs:boolean" /> | 326 | <xs:attribute name="preservePath" type="xs:boolean" /> |
327 | <xs:attribute name="linkPath" type="xs:string" /> | 327 | <xs:attribute name="linkPath" type="xs:string" /> |
328 | </xs:complexType> | 328 | </xs:complexType> |
329 | </xs:element> | 329 | </xs:element> |
330 | <xs:element name="Exclude"> | 330 | <xs:element name="Exclude"> |
331 | <xs:complexType> | 331 | <xs:complexType> |
332 | <xs:attribute name="name" type="xs:string" /> | 332 | <xs:attribute name="name" type="xs:string" /> |
333 | <xs:attribute name="pattern" type="xs:string" /> | 333 | <xs:attribute name="pattern" type="xs:string" /> |
334 | </xs:complexType> | 334 | </xs:complexType> |
335 | </xs:element> | 335 | </xs:element> |
336 | </xs:schema> | 336 | </xs:schema> |