/// /// Copyright © 2003-2008 JetBrains s.r.o. /// You may distribute under the terms of the GNU General Public License, as published by the Free Software Foundation, version 2 (see License.txt in the repository root folder). /// namespace JetBrains.Build.Common.Infra { /// /// Names for the task attribute items in the property bag. /// public enum AttributeName { InputFiles, ToolDir, IntDir, OutDir, OutputFile, KeyFile, SourceVersionHigh, SourceVersionLow, TargetVersion, InputFile, HelpCollectionFile, ProjectDir, What, With, Directory, CaseSensitive, Text, TimestampingServer, Verbose, Password, VsRootSuffix, VsVersion, Arguments, Async, DevenvExecutableName, Input, Table, Result } }