-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathppcmasm.xml
More file actions
296 lines (296 loc) · 11.8 KB
/
Copy pathppcmasm.xml
File metadata and controls
296 lines (296 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">
<Rule
Name="PPCMASM"
PageTemplate="tool"
DisplayName="Microsoft PPC Assembler"
Order="200">
<Rule.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType="PPCMASM" />
</Rule.DataSource>
<Rule.Categories>
<Category
Name="General">
<Category.DisplayName>
<sys:String>General</sys:String>
</Category.DisplayName>
</Category>
<Category
Name="Command Line"
Subtype="CommandLine">
<Category.DisplayName>
<sys:String>Command Line</sys:String>
</Category.DisplayName>
</Category>
</Rule.Categories>
<StringProperty
Name="Inputs"
Category="Command Line"
IsRequired="true">
<StringProperty.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType="PPCMASM"
SourceType="Item" />
</StringProperty.DataSource>
</StringProperty>
<BoolProperty
Name="NoLogo"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Suppress Startup Banner"
Description="Suppress the display of the startup banner and information messages. (/nologo)"
Switch="/nologo" />
<BoolProperty
Name="GeneratePreprocessedSourceListing"
Category="Listing File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Generate Preprocessed Source Listing"
Description="Generates a preprocessed source listing to the Output Window. (/EP)"
Switch="/EP" />
<BoolProperty
Name="ListAllAvailableInformation"
Category="Listing File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="List All Available Information"
Description="Turns on listing of all available information. (/Sa)"
Switch="/Sa" />
<BoolProperty
Name="AddFirstPassListing"
Category="Listing File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Add First Pass Listing"
Description="Adds first-pass listing to listing file. (/Sf)"
Switch="/Sf" />
<BoolProperty
Name="DisableSymbolTable"
Category="Listing File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Disable Symbol Table"
Description="Turns off symbol table when producing a listing. (/Sn)"
Switch="/Sn" />
<BoolProperty
Name="EnableFalseConditionalsInListing"
Category="Listing File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Enable False Conditionals In Listing"
Description="Turns on false conditionals in listing. (/Sx)"
Switch="/Sx" />
<BoolProperty
Name="TreatWarningsAsErrors"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Treat Warnings As Errors"
Description="Returns an error code if warnings are generated. (/WX)"
Switch="/WX" />
<BoolProperty
Name="MakeAllSymbolsPublic"
Category="Object File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Make All Symbols Public"
Description="Makes all symbols public. (/Zf)"
Switch="/Zf" />
<BoolProperty
Name="GenerateDebugInformation"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Generate Debug Information"
Description="Generates Debug Information. (/Zi)"
Switch="/Zi" />
<BoolProperty
Name="EnablePPCMASM51Compatibility"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Enable PPCMASM 5.1 Compatibility"
Description="Enables M510 option for maximum compatibility with PPCMASM 5.1. (/Zm)"
Switch="/Zm" />
<BoolProperty
Name="PerformSyntaxCheckOnly"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Perform Syntax Check Only"
Description="Performs a syntax check only. (/Zs)"
Switch="/Zs" />
<StringProperty
Name="ObjectFileName"
Category="Object File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Object File Name"
Description="Specifies the name of the output object file. (/Fo:[file])"
Switch="/Fo"[value]"" />
<StringListProperty
Name="PreprocessorDefinitions"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Preprocessor Definitions"
Description="Defines a text macro with the given name. (/D[symbol])"
Switch="/D"[value]"" />
<StringProperty
Name="AssembledCodeListingFile"
Category="Listing File"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Assembled Code Listing File"
Description="Generates an assembled code listing file. (/Fl[file])"
Switch="/Fl"[value]"" />
<StringListProperty
Name="IncludePaths"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Include Paths"
Description="Sets path for include file. A maximum of 10 /I options is allowed. (/I [path])"
Switch="/I "[value]"" />
<StringListProperty
Name="BrowseFile"
Category="Advanced"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Generate Browse Information File"
Description="Specifies whether to generate browse information file and its optional name or location of the browse information file. (/FR[name])"
Switch="/FR"[value]"" />
<EnumProperty
Name="PreserveIdentifierCase"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Preserve Identifier Case"
Description="Specifies preservation of case of user identifiers. (/Cp, /Cx)">
<EnumValue
Name="0"
DisplayName="Default" />
<EnumValue
Name="1"
DisplayName="Preserves Identifier Case (/Cp)"
Switch="/Cp" />
<EnumValue
Name="2"
DisplayName="Preserves case in public and extern symbols. (/Cx)"
Switch="/Cx" />
</EnumProperty>
<EnumProperty
Name="WarningLevel"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Warning Level"
Description="Sets the warning level, where level = 0, 1, 2, or 3. (/W0, /W1, /W2, /W3)">
<EnumValue
Name="0"
DisplayName="Warning Level 0 (/W0)"
Switch="/W0" />
<EnumValue
Name="1"
DisplayName="Warning Level 1 (/W1)"
Switch="/W1" />
<EnumValue
Name="2"
DisplayName="Warning Level 2 (/W2)"
Switch="/W2" />
<EnumValue
Name="3"
DisplayName="Warning Level 3 (/W3)"
Switch="/W3" />
</EnumProperty>
<EnumProperty
Name="PackAlignmentBoundary"
Category="Advanced"
HelpUrl="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcPPCMASM/html/vclrfml.asp"
DisplayName="Pack Alignment Boundary"
Description="Packs structures on the specified byte boundary. The alignment can be 1, 2, 4, 8 or 16. (/Zp1, /Zp2, /Zp4, /Zp8, /Zp16)">
<EnumValue
Name="0"
DisplayName="Default" />
<EnumValue
Name="1"
DisplayName="One Byte Boundary (/Zp1)"
Switch="/Zp1" />
<EnumValue
Name="2"
DisplayName="Two Byte Boundary (/Zp2)"
Switch="/Zp2" />
<EnumValue
Name="3"
DisplayName="Four Byte Boundary (/Zp4)"
Switch="/Zp4" />
<EnumValue
Name="4"
DisplayName="Eight Byte Boundary (/Zp8)"
Switch="/Zp8" />
<EnumValue
Name="5"
DisplayName="Sixteen Byte Boundary (/Zp16)"
Switch="/Zp16" />
</EnumProperty>
<StringProperty
Name="CommandLineTemplate"
DisplayName="Command Line"
Visible="False"
IncludeInCommandLine="False" />
<DynamicEnumProperty
Name="PPCMASMBeforeTargets"
Category="General"
EnumProvider="Targets"
IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute Before</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run before.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair
Name="Exclude"
Value="^PPCMASMBeforeTargets|^Compute" />
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType=""
HasConfigurationCondition="true" />
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<DynamicEnumProperty
Name="PPCMASMAfterTargets"
Category="General"
EnumProvider="Targets"
IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute After</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run after.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair
Name="Exclude"
Value="^PPCMASMAfterTargets|^Compute" />
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType=""
HasConfigurationCondition="true" />
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<StringProperty
Name="ExecutionDescription"
DisplayName="Execution Description"
IncludeInCommandLine="False"
Visible="False" />
<StringListProperty
Name="AdditionalDependencies"
DisplayName="Additional Dependencies"
IncludeInCommandLine="False"
Visible="False" />
<StringProperty
Subtype="AdditionalOptions"
Name="AdditionalOptions"
Category="Command Line">
<StringProperty.DisplayName>
<sys:String>Additional Options</sys:String>
</StringProperty.DisplayName>
<StringProperty.Description>
<sys:String>Additional Options</sys:String>
</StringProperty.Description>
</StringProperty>
</Rule>
<ItemType
Name="PPCMASM"
DisplayName="Microsoft PPC Assembler" />
<FileExtension
Name="*.asm"
ContentType="PPCMASM" />
<ContentType
Name="PPCMASM"
DisplayName="Microsoft PPC Assembler"
ItemType="PPCMASM" />
</ProjectSchemaDefinitions>