aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/data/prebuild-1.7.xsd
diff options
context:
space:
mode:
authorJeff Ames2008-01-26 10:34:49 +0000
committerJeff Ames2008-01-26 10:34:49 +0000
commit20215c3d30fb55bf232bff1b3d6652d82e00b798 (patch)
tree19fce94014cafb1a235b3874b7bde8bc92767415 /Prebuild/src/data/prebuild-1.7.xsd
parentRemoved ScriptServer.csproj from svn. (diff)
downloadopensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.zip
opensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.tar.gz
opensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.tar.bz2
opensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.tar.xz
Rewrote svn properties handling script in python. Added more file types.
Diffstat (limited to '')
-rw-r--r--Prebuild/src/data/prebuild-1.7.xsd520
1 files changed, 260 insertions, 260 deletions
diff --git a/Prebuild/src/data/prebuild-1.7.xsd b/Prebuild/src/data/prebuild-1.7.xsd
index 9d63ce6..381b9f0 100644
--- a/Prebuild/src/data/prebuild-1.7.xsd
+++ b/Prebuild/src/data/prebuild-1.7.xsd
@@ -1,261 +1,261 @@
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" 2<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd"
3 xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd"> 3 xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd">
4 <xs:annotation> 4 <xs:annotation>
5 <xs:documentation> 5 <xs:documentation>
6 Copyright (c) 2004-2005 Matthew Holmes (calefaction at houston . rr . com), Dan Moorehead (dan05a at gmail . com), David Hudson (jendave at yahoo dot com) 6 Copyright (c) 2004-2005 Matthew Holmes (calefaction at houston . rr . com), Dan Moorehead (dan05a at gmail . com), David Hudson (jendave at yahoo dot com)
7 7
8 .NET Prebuild is a cross-platform XML-driven pre-build tool which 8 .NET Prebuild is a cross-platform XML-driven pre-build tool which
9 allows developers to easily generate project or make files for major 9 allows developers to easily generate project or make files for major
10 IDE's and .NET development tools including: Visual Studio .NET 2002 and 10 IDE's and .NET development tools including: Visual Studio .NET 2002 and
11 2003, SharpDevelop, MonoDevelop, and NAnt. 11 2003, SharpDevelop, MonoDevelop, and NAnt.
12 12
13 BSD License: 13 BSD License:
14 14
15 Redistribution and use in source and binary forms, with or without modification, are permitted 15 Redistribution and use in source and binary forms, with or without modification, are permitted
16 provided that the following conditions are met: 16 provided that the following conditions are met:
17 17
18 * Redistributions of source code must retain the above copyright notice, this list of conditions 18 * Redistributions of source code must retain the above copyright notice, this list of conditions
19 and the following disclaimer. 19 and the following disclaimer.
20 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions 20 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions
21 and the following disclaimer in the documentation and/or other materials provided with the 21 and the following disclaimer in the documentation and/or other materials provided with the
22 distribution. 22 distribution.
23 * The name of the author may not be used to endorse or promote products derived from this software 23 * The name of the author may not be used to endorse or promote products derived from this software
24 without specific prior written permission. 24 without specific prior written permission.
25 25
26 THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 26 THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
27 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 27 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 30 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
31 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 31 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
32 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 </xs:documentation> 33 </xs:documentation>
34 </xs:annotation> 34 </xs:annotation>
35 <xs:element name="Prebuild"> 35 <xs:element name="Prebuild">
36 <xs:complexType> 36 <xs:complexType>
37 <xs:sequence> 37 <xs:sequence>
38 <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" /> 38 <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded" />
39 <xs:element ref="Solution" minOccurs="0" maxOccurs="unbounded" /> 39 <xs:element ref="Solution" minOccurs="0" maxOccurs="unbounded" />
40 </xs:sequence> 40 </xs:sequence>
41 <xs:attribute name="version" /> 41 <xs:attribute name="version" />
42 <xs:attribute name="checkOsVars" /> 42 <xs:attribute name="checkOsVars" />
43 </xs:complexType> 43 </xs:complexType>
44 </xs:element> 44 </xs:element>
45 <xs:element name="Process" type="xs:string" /> 45 <xs:element name="Process" type="xs:string" />
46 <xs:element name="Solution"> 46 <xs:element name="Solution">
47 <xs:complexType> 47 <xs:complexType>
48 <xs:sequence> 48 <xs:sequence>
49 <xs:element ref="Options" minOccurs="0" /> 49 <xs:element ref="Options" minOccurs="0" />
50 <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" /> 50 <xs:element ref="Configuration" minOccurs="1" maxOccurs="unbounded" />
51 <xs:element ref="Files" minOccurs="0" /> 51 <xs:element ref="Files" minOccurs="0" />
52 <xs:element ref="Project" minOccurs="1" maxOccurs="unbounded" /> 52 <xs:element ref="Project" minOccurs="1" maxOccurs="unbounded" />
53 </xs:sequence> 53 </xs:sequence>
54 <xs:attribute name="name" type="xs:string" use="required" /> 54 <xs:attribute name="name" type="xs:string" use="required" />
55 <xs:attribute name="activeConfig" type="xs:string" default="Debug" /> 55 <xs:attribute name="activeConfig" type="xs:string" default="Debug" />
56 <xs:attribute name="path" type="xs:string" default="" /> 56 <xs:attribute name="path" type="xs:string" default="" />
57 <xs:attribute name="version" type="xs:string" default="1.0.0" /> 57 <xs:attribute name="version" type="xs:string" default="1.0.0" />
58 </xs:complexType> 58 </xs:complexType>
59 </xs:element> 59 </xs:element>
60 <xs:element name="Project"> 60 <xs:element name="Project">
61 <xs:complexType> 61 <xs:complexType>
62 <xs:sequence> 62 <xs:sequence>
63 <xs:element ref="Configuration" minOccurs="0" maxOccurs="unbounded" /> 63 <xs:element ref="Configuration" minOccurs="0" maxOccurs="unbounded" />
64 <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> 64 <xs:element name="ReferencePath" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
65 <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded"> 65 <xs:element name="Reference" minOccurs="0" maxOccurs="unbounded">
66 <xs:complexType> 66 <xs:complexType>
67 <xs:attribute name="name" type="xs:string" use="required" /> 67 <xs:attribute name="name" type="xs:string" use="required" />
68 <xs:attribute name="path" type="xs:string" /> 68 <xs:attribute name="path" type="xs:string" />
69 <xs:attribute name="localCopy" type="xs:boolean" /> 69 <xs:attribute name="localCopy" type="xs:boolean" />
70 <xs:attribute name="version" type="xs:string" default="1.0.0"/> 70 <xs:attribute name="version" type="xs:string" default="1.0.0"/>
71 </xs:complexType> 71 </xs:complexType>
72 </xs:element> 72 </xs:element>
73 <xs:element ref="Files" /> 73 <xs:element ref="Files" />
74 </xs:sequence> 74 </xs:sequence>
75 <xs:attribute name="name" type="xs:string" use="required" /> 75 <xs:attribute name="name" type="xs:string" use="required" />
76 <xs:attribute name="designerFolder" type="xs:string" default="" /> 76 <xs:attribute name="designerFolder" type="xs:string" default="" />
77 <xs:attribute name="filterGroups" type="xs:string" default="" /> 77 <xs:attribute name="filterGroups" type="xs:string" default="" />
78 <xs:attribute name="path" type="xs:string" default="" /> 78 <xs:attribute name="path" type="xs:string" default="" />
79 <xs:attribute name="icon" type="xs:string" default="" /> 79 <xs:attribute name="icon" type="xs:string" default="" />
80 <xs:attribute name="language" default="C#"> 80 <xs:attribute name="language" default="C#">
81 <xs:simpleType> 81 <xs:simpleType>
82 <xs:restriction base="xs:string"> 82 <xs:restriction base="xs:string">
83 <xs:enumeration value="C#" /> 83 <xs:enumeration value="C#" />
84 <xs:enumeration value="VB.NET" /> 84 <xs:enumeration value="VB.NET" />
85 </xs:restriction> 85 </xs:restriction>
86 </xs:simpleType> 86 </xs:simpleType>
87 </xs:attribute> 87 </xs:attribute>
88 <xs:attribute name="type" default="Exe"> 88 <xs:attribute name="type" default="Exe">
89 <xs:simpleType> 89 <xs:simpleType>
90 <xs:restriction base="xs:string"> 90 <xs:restriction base="xs:string">
91 <xs:enumeration value="Exe" /> 91 <xs:enumeration value="Exe" />
92 <xs:enumeration value="WinExe" /> 92 <xs:enumeration value="WinExe" />
93 <xs:enumeration value="Library" /> 93 <xs:enumeration value="Library" />
94 </xs:restriction> 94 </xs:restriction>
95 </xs:simpleType> 95 </xs:simpleType>
96 </xs:attribute> 96 </xs:attribute>
97 <xs:attribute name="runtime" default="Microsoft"> 97 <xs:attribute name="runtime" default="Microsoft">
98 <xs:simpleType> 98 <xs:simpleType>
99 <xs:restriction base="xs:string"> 99 <xs:restriction base="xs:string">
100 <xs:enumeration value="Microsoft" /> 100 <xs:enumeration value="Microsoft" />
101 <xs:enumeration value="Mono" /> 101 <xs:enumeration value="Mono" />
102 </xs:restriction> 102 </xs:restriction>
103 </xs:simpleType> 103 </xs:simpleType>
104 </xs:attribute> 104 </xs:attribute>
105 <xs:attribute name="startupObject" type="xs:string" default="" /> 105 <xs:attribute name="startupObject" type="xs:string" default="" />
106 <xs:attribute name="rootNamespace" type="xs:string" /> 106 <xs:attribute name="rootNamespace" type="xs:string" />
107 <xs:attribute name="assemblyName" type="xs:string" /> 107 <xs:attribute name="assemblyName" type="xs:string" />
108 <xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false"/> 108 <xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false"/>
109 </xs:complexType> 109 </xs:complexType>
110 </xs:element> 110 </xs:element>
111 <xs:element name="Configuration"> 111 <xs:element name="Configuration">
112 <xs:complexType> 112 <xs:complexType>
113 <xs:sequence> 113 <xs:sequence>
114 <xs:element ref="Options" minOccurs="0" /> 114 <xs:element ref="Options" minOccurs="0" />
115 </xs:sequence> 115 </xs:sequence>
116 <xs:attribute name="name" type="xs:string" use="required" /> 116 <xs:attribute name="name" type="xs:string" use="required" />
117 </xs:complexType> 117 </xs:complexType>
118 </xs:element> 118 </xs:element>
119 <xs:element name="Options"> 119 <xs:element name="Options">
120 <xs:complexType> 120 <xs:complexType>
121 <xs:all> 121 <xs:all>
122 <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" /> 122 <xs:element name="CompilerDefines" type="xs:string" minOccurs="0" />
123 <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" /> 123 <xs:element name="OptimizeCode" type="xs:boolean" minOccurs="0" />
124 <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" /> 124 <xs:element name="CheckUnderflowOverflow" type="xs:boolean" minOccurs="0" />
125 <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" /> 125 <xs:element name="AllowUnsafe" type="xs:boolean" minOccurs="0" />
126 <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" /> 126 <xs:element name="PreBuildEvent" type="xs:string" minOccurs="0" />
127 <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" /> 127 <xs:element name="PostBuildEvent" type="xs:string" minOccurs="0" />
128 <xs:element name="RunPostBuildEvent" minOccurs="0" default="OnBuildSuccess"> 128 <xs:element name="RunPostBuildEvent" minOccurs="0" default="OnBuildSuccess">
129 <xs:simpleType> 129 <xs:simpleType>
130 <xs:restriction base="xs:string"> 130 <xs:restriction base="xs:string">
131 <xs:enumeration value="OnBuildSuccess" /> 131 <xs:enumeration value="OnBuildSuccess" />
132 <xs:enumeration value="Always" /> 132 <xs:enumeration value="Always" />
133 <xs:enumeration value="OnOutputUpdated" /> 133 <xs:enumeration value="OnOutputUpdated" />
134 </xs:restriction> 134 </xs:restriction>
135 </xs:simpleType> 135 </xs:simpleType>
136 </xs:element> 136 </xs:element>
137 <xs:element name="RunScript" type="xs:string" minOccurs="0" /> 137 <xs:element name="RunScript" type="xs:string" minOccurs="0" />
138 <xs:element name="PreBuildEventArgs" type="xs:string" minOccurs="0" /> 138 <xs:element name="PreBuildEventArgs" type="xs:string" minOccurs="0" />
139 <xs:element name="PostBuildEventArgs" type="xs:string" minOccurs="0" /> 139 <xs:element name="PostBuildEventArgs" type="xs:string" minOccurs="0" />
140 <xs:element name="WarningLevel" minOccurs="0"> 140 <xs:element name="WarningLevel" minOccurs="0">
141 <xs:simpleType> 141 <xs:simpleType>
142 <xs:restriction base="xs:integer"> 142 <xs:restriction base="xs:integer">
143 <xs:minInclusive value="0" /> 143 <xs:minInclusive value="0" />
144 <xs:maxInclusive value="4" /> 144 <xs:maxInclusive value="4" />
145 </xs:restriction> 145 </xs:restriction>
146 </xs:simpleType> 146 </xs:simpleType>
147 </xs:element> 147 </xs:element>
148 <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" /> 148 <xs:element name="WarningsAsErrors" type="xs:boolean" minOccurs="0" />
149 <xs:element name="SuppressWarnings" type="xs:string" minOccurs="0" /> 149 <xs:element name="SuppressWarnings" type="xs:string" minOccurs="0" />
150 <xs:element name="OutputPath" type="xs:string" minOccurs="0" /> 150 <xs:element name="OutputPath" type="xs:string" minOccurs="0" />
151 <xs:element name="GenerateDocumentation" type="xs:boolean" minOccurs="0" /> 151 <xs:element name="GenerateDocumentation" type="xs:boolean" minOccurs="0" />
152 <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" /> 152 <xs:element name="XmlDocFile" type="xs:string" minOccurs="0" />
153 <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" /> 153 <xs:element name="DebugInformation" type="xs:boolean" minOccurs="0" />
154 <xs:element name="RegisterComInterop" type="xs:boolean" minOccurs="0" /> 154 <xs:element name="RegisterComInterop" type="xs:boolean" minOccurs="0" />
155 <xs:element name="RemoveIntegerChecks" type="xs:boolean" minOccurs="0" /> 155 <xs:element name="RemoveIntegerChecks" type="xs:boolean" minOccurs="0" />
156 <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" /> 156 <xs:element name="IncrementalBuild" type="xs:boolean" minOccurs="0" />
157 <xs:element name="BaseAddress" type="xs:string" minOccurs="0" /> 157 <xs:element name="BaseAddress" type="xs:string" minOccurs="0" />
158 <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" /> 158 <xs:element name="FileAlignment" type="xs:integer" minOccurs="0" />
159 <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" /> 159 <xs:element name="NoStdLib" type="xs:boolean" minOccurs="0" />
160 <xs:element name="KeyFile" type="xs:string" minOccurs="0" /> 160 <xs:element name="KeyFile" type="xs:string" minOccurs="0" />
161 </xs:all> 161 </xs:all>
162 </xs:complexType> 162 </xs:complexType>
163 </xs:element> 163 </xs:element>
164 <xs:element name="Files"> 164 <xs:element name="Files">
165 <xs:complexType> 165 <xs:complexType>
166 <xs:sequence> 166 <xs:sequence>
167 <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" /> 167 <xs:element ref="File" minOccurs="0" maxOccurs="unbounded" />
168 <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" /> 168 <xs:element ref="Match" minOccurs="0" maxOccurs="unbounded" />
169 </xs:sequence> 169 </xs:sequence>
170 </xs:complexType> 170 </xs:complexType>
171 </xs:element> 171 </xs:element>
172 <xs:element name="File"> 172 <xs:element name="File">
173 <xs:complexType> 173 <xs:complexType>
174 <xs:simpleContent> 174 <xs:simpleContent>
175 <xs:extension base="xs:string"> 175 <xs:extension base="xs:string">
176 <xs:attribute name="resourceName" type="xs:string" default="" /> 176 <xs:attribute name="resourceName" type="xs:string" default="" />
177 <xs:attribute name="buildAction" default="Compile"> 177 <xs:attribute name="buildAction" default="Compile">
178 <xs:simpleType> 178 <xs:simpleType>
179 <xs:restriction base="xs:string"> 179 <xs:restriction base="xs:string">
180 <xs:enumeration value="None" /> 180 <xs:enumeration value="None" />
181 <xs:enumeration value="Compile" /> 181 <xs:enumeration value="Compile" />
182 <xs:enumeration value="Content" /> 182 <xs:enumeration value="Content" />
183 <xs:enumeration value="EmbeddedResource" /> 183 <xs:enumeration value="EmbeddedResource" />
184 </xs:restriction> 184 </xs:restriction>
185 </xs:simpleType> 185 </xs:simpleType>
186 </xs:attribute> 186 </xs:attribute>
187 <xs:attribute name="subType" default="Code"> 187 <xs:attribute name="subType" default="Code">
188 <xs:simpleType> 188 <xs:simpleType>
189 <xs:restriction base="xs:string"> 189 <xs:restriction base="xs:string">
190 <xs:enumeration value="Code" /> 190 <xs:enumeration value="Code" />
191 <xs:enumeration value="Component" /> 191 <xs:enumeration value="Component" />
192 <xs:enumeration value="Form" /> 192 <xs:enumeration value="Form" />
193 <xs:enumeration value="Settings" /> 193 <xs:enumeration value="Settings" />
194 <xs:enumeration value="UserControl" /> 194 <xs:enumeration value="UserControl" />
195 </xs:restriction> 195 </xs:restriction>
196 </xs:simpleType> 196 </xs:simpleType>
197 </xs:attribute> 197 </xs:attribute>
198 <xs:attribute name="link" type="xs:boolean" /> 198 <xs:attribute name="link" type="xs:boolean" />
199 <xs:attribute name="copyToOutput" default="Never"> 199 <xs:attribute name="copyToOutput" default="Never">
200 <xs:simpleType> 200 <xs:simpleType>
201 <xs:restriction base="xs:string"> 201 <xs:restriction base="xs:string">
202 <xs:enumeration value="Never" /> 202 <xs:enumeration value="Never" />
203 <xs:enumeration value="Always" /> 203 <xs:enumeration value="Always" />
204 <xs:enumeration value="PreserveNewest" /> 204 <xs:enumeration value="PreserveNewest" />
205 </xs:restriction> 205 </xs:restriction>
206 </xs:simpleType> 206 </xs:simpleType>
207 </xs:attribute> 207 </xs:attribute>
208 </xs:extension> 208 </xs:extension>
209 </xs:simpleContent> 209 </xs:simpleContent>
210 </xs:complexType> 210 </xs:complexType>
211 </xs:element> 211 </xs:element>
212 <xs:element name="Match"> 212 <xs:element name="Match">
213 <xs:complexType> 213 <xs:complexType>
214 <xs:sequence> 214 <xs:sequence>
215 <xs:element ref="Exclude" minOccurs="0" maxOccurs="unbounded" /> 215 <xs:element ref="Exclude" minOccurs="0" maxOccurs="unbounded" />
216 </xs:sequence> 216 </xs:sequence>
217 <xs:attribute name="path" type="xs:string" /> 217 <xs:attribute name="path" type="xs:string" />
218 <xs:attribute name="pattern" type="xs:string" use="required" /> 218 <xs:attribute name="pattern" type="xs:string" use="required" />
219 <xs:attribute name="recurse" type="xs:boolean" default="false" /> 219 <xs:attribute name="recurse" type="xs:boolean" default="false" />
220 <xs:attribute name="useRegex" type="xs:boolean" default="false" /> 220 <xs:attribute name="useRegex" type="xs:boolean" default="false" />
221 <xs:attribute name="buildAction" default="Compile"> 221 <xs:attribute name="buildAction" default="Compile">
222 <xs:simpleType> 222 <xs:simpleType>
223 <xs:restriction base="xs:string"> 223 <xs:restriction base="xs:string">
224 <xs:enumeration value="None" /> 224 <xs:enumeration value="None" />
225 <xs:enumeration value="Compile" /> 225 <xs:enumeration value="Compile" />
226 <xs:enumeration value="Content" /> 226 <xs:enumeration value="Content" />
227 <xs:enumeration value="EmbeddedResource" /> 227 <xs:enumeration value="EmbeddedResource" />
228 </xs:restriction> 228 </xs:restriction>
229 </xs:simpleType> 229 </xs:simpleType>
230 </xs:attribute> 230 </xs:attribute>
231 <xs:attribute name="resourceName" type="xs:string" default="" /> 231 <xs:attribute name="resourceName" type="xs:string" default="" />
232 <xs:attribute name="subType" default="Code"> 232 <xs:attribute name="subType" default="Code">
233 <xs:simpleType> 233 <xs:simpleType>
234 <xs:restriction base="xs:string"> 234 <xs:restriction base="xs:string">
235 <xs:enumeration value="Code" /> 235 <xs:enumeration value="Code" />
236 <xs:enumeration value="Component" /> 236 <xs:enumeration value="Component" />
237 <xs:enumeration value="Designer" /> 237 <xs:enumeration value="Designer" />
238 <xs:enumeration value="Form" /> 238 <xs:enumeration value="Form" />
239 <xs:enumeration value="Settings" /> 239 <xs:enumeration value="Settings" />
240 <xs:enumeration value="UserControl" /> 240 <xs:enumeration value="UserControl" />
241 </xs:restriction> 241 </xs:restriction>
242 </xs:simpleType> 242 </xs:simpleType>
243 </xs:attribute> 243 </xs:attribute>
244 <xs:attribute name="link" type="xs:boolean" /> 244 <xs:attribute name="link" type="xs:boolean" />
245 <xs:attribute name="copyToOutput" default="Never"> 245 <xs:attribute name="copyToOutput" default="Never">
246 <xs:simpleType> 246 <xs:simpleType>
247 <xs:restriction base="xs:string"> 247 <xs:restriction base="xs:string">
248 <xs:enumeration value="Never" /> 248 <xs:enumeration value="Never" />
249 <xs:enumeration value="Always" /> 249 <xs:enumeration value="Always" />
250 <xs:enumeration value="PreserveNewest" /> 250 <xs:enumeration value="PreserveNewest" />
251 </xs:restriction> 251 </xs:restriction>
252 </xs:simpleType> 252 </xs:simpleType>
253 </xs:attribute> 253 </xs:attribute>
254 </xs:complexType> 254 </xs:complexType>
255 </xs:element> 255 </xs:element>
256 <xs:element name="Exclude"> 256 <xs:element name="Exclude">
257 <xs:complexType> 257 <xs:complexType>
258 <xs:attribute name="name" type="xs:string" use="required" /> 258 <xs:attribute name="name" type="xs:string" use="required" />
259 </xs:complexType> 259 </xs:complexType>
260 </xs:element> 260 </xs:element>
261</xs:schema> 261</xs:schema>