(svn r13903) -Fix: missing eol-style property.

This commit is contained in:
rubidium 2008-07-31 21:06:19 +00:00
parent 50f7e7a71e
commit fb80ed218d

View File

@ -1,266 +1,266 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile <VisualStudioToolFile
Name="Microsoft Macro Assembler 64" Name="Microsoft Macro Assembler 64"
Version="8.00" Version="8.00"
> >
<Rules> <Rules>
<CustomBuildRule <CustomBuildRule
Name="MASM AMD64" Name="MASM AMD64"
DisplayName="Microsoft Macro Assembler for AMD64" DisplayName="Microsoft Macro Assembler for AMD64"
CommandLine="ml64.exe /c [AllOptions] [AdditionalOptions] /Ta[inputs]" CommandLine="ml64.exe /c [AllOptions] [AdditionalOptions] /Ta[inputs]"
Outputs="[$ObjectFileName]" Outputs="[$ObjectFileName]"
FileExtensions="*.asm" FileExtensions="*.asm"
ExecutionDescription="Assembling..." ExecutionDescription="Assembling..."
> >
<Properties> <Properties>
<BooleanProperty <BooleanProperty
Name="NoLogo" Name="NoLogo"
DisplayName="Suppress Startup Banner" DisplayName="Suppress Startup Banner"
Description="Suppress the display of the startup banner and information messages. (/nologo)" Description="Suppress the display of the startup banner and information messages. (/nologo)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/nologo" Switch="/nologo"
DefaultValue="true" DefaultValue="true"
/> />
<StringProperty <StringProperty
Name="ObjectFileName" Name="ObjectFileName"
DisplayName="Object File Name" DisplayName="Object File Name"
PropertyPageName="Object File" PropertyPageName="Object File"
Description="Specifies the name of the output object file. (/Fo:[file])" Description="Specifies the name of the output object file. (/Fo:[file])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Fo&quot;[value]&quot;" Switch="/Fo&quot;[value]&quot;"
DefaultValue="$(IntDir)\$(InputName).obj" DefaultValue="$(IntDir)\$(InputName).obj"
/> />
<BooleanProperty <BooleanProperty
Name="PreserveIdentifierCase" Name="PreserveIdentifierCase"
DisplayName="Preserve Identifier Case" DisplayName="Preserve Identifier Case"
PropertyPageName="Identifiers" PropertyPageName="Identifiers"
Description="Preserves case of all user identifiers. (/Cp)" Description="Preserves case of all user identifiers. (/Cp)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Cp" Switch="/Cp"
/> />
<BooleanProperty <BooleanProperty
Name="PreservePublicAndExternSymbolCase" Name="PreservePublicAndExternSymbolCase"
DisplayName="Preserve Public and Extern Symbol Case" DisplayName="Preserve Public and Extern Symbol Case"
PropertyPageName="Identifiers" PropertyPageName="Identifiers"
Description="Preserves case in public and extern symbols. (/Cx)" Description="Preserves case in public and extern symbols. (/Cx)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Cx" Switch="/Cx"
/> />
<StringProperty <StringProperty
Name="PreprocessorDefinitions" Name="PreprocessorDefinitions"
DisplayName="Preprocessor Definitions" DisplayName="Preprocessor Definitions"
Description="Defines a text macro with the given name. (/D[symbol])" Description="Defines a text macro with the given name. (/D[symbol])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/D&quot;[value]&quot;" Switch="/D&quot;[value]&quot;"
Delimited="true" Delimited="true"
Inheritable="true" Inheritable="true"
/> />
<BooleanProperty <BooleanProperty
Name="GeneratePreprocessedSourceListing" Name="GeneratePreprocessedSourceListing"
DisplayName="Generate Preprocessed Source Listing" DisplayName="Generate Preprocessed Source Listing"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Generates a preprocessed source listing to the Output Window. (/EP)" Description="Generates a preprocessed source listing to the Output Window. (/EP)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/EP" Switch="/EP"
/> />
<StringProperty <StringProperty
Name="AssembledCodeListingFile" Name="AssembledCodeListingFile"
DisplayName="Assembled Code Listing File" DisplayName="Assembled Code Listing File"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Generates an assembled code listing file. (/Fl[file])" Description="Generates an assembled code listing file. (/Fl[file])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Fl&quot;[value]&quot;" Switch="/Fl&quot;[value]&quot;"
/> />
<StringProperty <StringProperty
Name="SourceBrowserFile" Name="SourceBrowserFile"
DisplayName="Source Browser File" DisplayName="Source Browser File"
PropertyPageName="Source Browser File" PropertyPageName="Source Browser File"
Description="Generates a source browser .sbr file. (/Fr[file])" Description="Generates a source browser .sbr file. (/Fr[file])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Fr&quot;[value]&quot;" Switch="/Fr&quot;[value]&quot;"
/> />
<StringProperty <StringProperty
Name="ExtendedSourceBrowserFile" Name="ExtendedSourceBrowserFile"
DisplayName="Extended Source Browser File" DisplayName="Extended Source Browser File"
PropertyPageName="Source Browser File" PropertyPageName="Source Browser File"
Description="Generates an extended form of a source browser .sbr file. (/FR[file])" Description="Generates an extended form of a source browser .sbr file. (/FR[file])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/FR&quot;[value]&quot;" Switch="/FR&quot;[value]&quot;"
/> />
<StringProperty <StringProperty
Name="IncludePaths" Name="IncludePaths"
DisplayName="Include Paths" DisplayName="Include Paths"
Description="Sets path for include file. A maximum of 10 /I options is allowed. (/I [path])" Description="Sets path for include file. A maximum of 10 /I options is allowed. (/I [path])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/I &quot;[value]&quot;" Switch="/I &quot;[value]&quot;"
Delimited="true" Delimited="true"
Inheritable="true" Inheritable="true"
/> />
<BooleanProperty <BooleanProperty
Name="ListAllAvailableInformation" Name="ListAllAvailableInformation"
DisplayName="List All Available Information" DisplayName="List All Available Information"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Turns on listing of all available information. (/Sa)" Description="Turns on listing of all available information. (/Sa)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Sa" Switch="/Sa"
/> />
<BooleanProperty <BooleanProperty
Name="AddInstructionTimings" Name="AddInstructionTimings"
DisplayName="Add Instruction Timings" DisplayName="Add Instruction Timings"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Adds instruction timings to listing file. (/Sc)" Description="Adds instruction timings to listing file. (/Sc)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Sc" Switch="/Sc"
/> />
<BooleanProperty <BooleanProperty
Name="AddFirstPassListing" Name="AddFirstPassListing"
DisplayName="Add First Pass Listing" DisplayName="Add First Pass Listing"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Adds first-pass listing to listing file. (/Sf)" Description="Adds first-pass listing to listing file. (/Sf)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Sf" Switch="/Sf"
/> />
<IntegerProperty <IntegerProperty
Name="SourceListingLineWidth" Name="SourceListingLineWidth"
DisplayName="Source Listing Line Width" DisplayName="Source Listing Line Width"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Sets the line width of source listing in characters per line. Range is 60 to 255 or 0. Default is 0. Same as PAGE width. (/Sl [width])" Description="Sets the line width of source listing in characters per line. Range is 60 to 255 or 0. Default is 0. Same as PAGE width. (/Sl [width])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Sl [value]" Switch="/Sl [value]"
/> />
<BooleanProperty <BooleanProperty
Name="DisableSymbolTable" Name="DisableSymbolTable"
DisplayName="Disable Symbol Table" DisplayName="Disable Symbol Table"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Turns off symbol table when producing a listing. (/Sn)" Description="Turns off symbol table when producing a listing. (/Sn)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Sn" Switch="/Sn"
/> />
<IntegerProperty <IntegerProperty
Name="SourceListingPageLength" Name="SourceListingPageLength"
DisplayName="Source Listing Page Length" DisplayName="Source Listing Page Length"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Sets the page length of source listing in lines per page. Range is 10 to 255 or 0. Default is 0. Same as PAGE length. (/Sp [length])" Description="Sets the page length of source listing in lines per page. Range is 10 to 255 or 0. Default is 0. Same as PAGE length. (/Sp [length])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Sp [value]" Switch="/Sp [value]"
/> />
<StringProperty <StringProperty
Name="SourceListingSubTitle" Name="SourceListingSubTitle"
DisplayName="Source Listing Subtitle" DisplayName="Source Listing Subtitle"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Specifies subtitle text for source listing. Same as SUBTITLE text. (/Ss [subtitle])" Description="Specifies subtitle text for source listing. Same as SUBTITLE text. (/Ss [subtitle])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Ss [value]" Switch="/Ss [value]"
/> />
<StringProperty <StringProperty
Name="SourceListingTitle" Name="SourceListingTitle"
DisplayName="Source Listing Title" DisplayName="Source Listing Title"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Specifies title for source listing. Same as TITLE text. (/St [title])" Description="Specifies title for source listing. Same as TITLE text. (/St [title])"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/St [value]" Switch="/St [value]"
/> />
<BooleanProperty <BooleanProperty
Name="EnableFalseConditionalsInListing" Name="EnableFalseConditionalsInListing"
DisplayName="Enable False Conditionals In Listing" DisplayName="Enable False Conditionals In Listing"
PropertyPageName="Listing File" PropertyPageName="Listing File"
Description="Turns on false conditionals in listing. (/Sx)" Description="Turns on false conditionals in listing. (/Sx)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Sx" Switch="/Sx"
/> />
<EnumProperty <EnumProperty
Name="WarningLevel" Name="WarningLevel"
DisplayName="Warning Level" DisplayName="Warning Level"
Description="Sets the warning level, where level = 0, 1, 2, or 3. (/W0, /W1, /W2, /W3)" Description="Sets the warning level, where level = 0, 1, 2, or 3. (/W0, /W1, /W2, /W3)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
> >
<Values> <Values>
<EnumValue <EnumValue
Value="0" Value="0"
Switch="/W0" Switch="/W0"
DisplayName="Warning Level 0 (/W0)" DisplayName="Warning Level 0 (/W0)"
/> />
<EnumValue <EnumValue
Value="1" Value="1"
Switch="/W1" Switch="/W1"
DisplayName="Warning Level 1 (/W1)" DisplayName="Warning Level 1 (/W1)"
/> />
<EnumValue <EnumValue
Value="2" Value="2"
Switch="/W2" Switch="/W2"
DisplayName="Warning Level 2 (/W2)" DisplayName="Warning Level 2 (/W2)"
/> />
<EnumValue <EnumValue
Value="3" Value="3"
Switch="/W3" Switch="/W3"
DisplayName="Warning Level 3 (/W3)" DisplayName="Warning Level 3 (/W3)"
/> />
</Values> </Values>
</EnumProperty> </EnumProperty>
<BooleanProperty <BooleanProperty
Name="TreatWarningsAsErrors" Name="TreatWarningsAsErrors"
DisplayName="Treat Warnings As Errors" DisplayName="Treat Warnings As Errors"
Description="Returns an error code if warnings are generated. (/WX)" Description="Returns an error code if warnings are generated. (/WX)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/WX" Switch="/WX"
/> />
<BooleanProperty <BooleanProperty
Name="GenerateLineInformation" Name="GenerateLineInformation"
DisplayName="Generate Line Information" DisplayName="Generate Line Information"
PropertyPageName="Object File" PropertyPageName="Object File"
Description="Generates line-number information in object file. (/Zd)" Description="Generates line-number information in object file. (/Zd)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Zd" Switch="/Zd"
/> />
<BooleanProperty <BooleanProperty
Name="MakeAllSymbolsPublic" Name="MakeAllSymbolsPublic"
DisplayName="Make All Symbols Public" DisplayName="Make All Symbols Public"
PropertyPageName="Object File" PropertyPageName="Object File"
Description="Makes all symbols public. (/Zf)" Description="Makes all symbols public. (/Zf)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Zf" Switch="/Zf"
/> />
<BooleanProperty <BooleanProperty
Name="GenerateCodeViewInformation" Name="GenerateCodeViewInformation"
DisplayName="Generate CodeView Information" DisplayName="Generate CodeView Information"
PropertyPageName="Object File" PropertyPageName="Object File"
Description="Generates CodeView information in object file. (/Zi)" Description="Generates CodeView information in object file. (/Zi)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Zi" Switch="/Zi"
/> />
<EnumProperty <EnumProperty
Name="PackAlignmentBoundary" Name="PackAlignmentBoundary"
DisplayName="Pack Alignment Boundary" DisplayName="Pack Alignment Boundary"
PropertyPageName="Advanced" PropertyPageName="Advanced"
Description="Packs structures on the specified byte boundary. The alignment can be 1, 2, or 4. (/Zp1, /Zp2, /Zp4)" Description="Packs structures on the specified byte boundary. The alignment can be 1, 2, or 4. (/Zp1, /Zp2, /Zp4)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
> >
<Values> <Values>
<EnumValue <EnumValue
Value="0" Value="0"
Switch="/Zp1" Switch="/Zp1"
DisplayName="One Byte Boundary (/Zp1)" DisplayName="One Byte Boundary (/Zp1)"
/> />
<EnumValue <EnumValue
Value="1" Value="1"
Switch="/Zp2" Switch="/Zp2"
DisplayName="Two Byte Boundary (/Zp2)" DisplayName="Two Byte Boundary (/Zp2)"
/> />
<EnumValue <EnumValue
Value="2" Value="2"
Switch="/Zp4" Switch="/Zp4"
DisplayName="Four Byte Boundary (/Zp4)" DisplayName="Four Byte Boundary (/Zp4)"
/> />
</Values> </Values>
</EnumProperty> </EnumProperty>
<BooleanProperty <BooleanProperty
Name="PerformSyntaxCheckOnly" Name="PerformSyntaxCheckOnly"
DisplayName="Perform Syntax Check Only" DisplayName="Perform Syntax Check Only"
Description="Performs a syntax check only. (/Zs)" Description="Performs a syntax check only. (/Zs)"
HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp" HelpURL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmasm/html/vclrfml.asp"
Switch="/Zs" Switch="/Zs"
/> />
</Properties> </Properties>
</CustomBuildRule> </CustomBuildRule>
</Rules> </Rules>
</VisualStudioToolFile> </VisualStudioToolFile>