1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 Name=
"Netwide Macro Assembler"
9 DisplayName=
"Netwide Macro Assembler"
10 CommandLine=
"nasm.exe -f win32 -Xvc [AllOptions] [AdditionalOptions] [Inputs]"
11 Outputs=
"[$ObjectFileName]"
12 FileExtensions=
"*.asm"
13 ExecutionDescription=
"Assembling..."
18 DisplayName=
"Object File Name"
19 PropertyPageName=
"Object File"
20 Description=
"Specifies the name of the output object file. (-o [file])"
21 HelpURL=
"http://www.nasm.us/doc/"
22 Switch=
"-o "[value]""
23 DefaultValue=
"$(IntDir)\$(InputName).obj"
26 Name=
"PreprocessorDefinitions"
27 DisplayName=
"Preprocessor Definitions"
28 Description=
"Defines a text macro with the given name. (-D[symbol])"
29 HelpURL=
"http://www.nasm.us/doc/"
35 Name=
"UndefinePreprocessorDefinitions"
36 DisplayName=
"Undefine Preprocessor Definitions"
37 Description=
"Undefines a text macro with the given name. (-U[symbol])"
38 HelpURL=
"http://www.nasm.us/doc/"
44 Name=
"AssembledCodeListingFile"
45 DisplayName=
"Assembled Code Listing File"
46 PropertyPageName=
"Listing File"
47 Description=
"Generates an assembled code listing file. (-l [file])"
48 HelpURL=
"http://www.nasm.us/doc/"
49 Switch=
"-l "[value]""
53 DisplayName=
"Include Paths"
54 Description=
"Sets path for include file. (-I[path])"
55 HelpURL=
"http://www.nasm.us/doc/"
61 Name=
"TreatWarningsAsErrors"
62 DisplayName=
"Treat Warnings As Errors"
63 Description=
"Returns an error code if warnings are generated. (-Werror)"
64 HelpURL=
"http://www.nasm.us/doc/"
68 Name=
"GenerateDebugInformation"
69 DisplayName=
"Generate Debug Information"
70 Description=
"Generates Debug Information. (-g)"
71 HelpURL=
"http://www.nasm.us/doc/"
79 </VisualStudioToolFile>