/// /// 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.Omea.Infra { /// /// Names for the task attribute items in the property bag. /// public enum AttributeName { /// /// The folder where the product binaries are located. /// ProductBinariesDir, /// /// The Lib folder of the project. /// ProductReferencesDir, /// /// The folder where the Windows Installer XML binaries are located. /// WixBinariesDir, AssembliesConfiguration, AddInDescriptorType, WixDirectoryId, DiskId, OutputFile, WixComponentGroupId, LoadAssemblies, Arguments, Async, IncludePdb, IncludeXmlDoc, LicenseGeneratorBinariesDir, Username, Days, Product, VersionNumber, GuidCacheFile, ApplicationDescriptor, ToolDir, ProjectDir, HelpCollectionFile, OutDir, InputFile, OutputName, ProductEdition, DevenvExecutableName, Directory, What, With, InputFiles, CaseSensitive, Input, Result, Table, RequireStrongName, IncludePublisherPolicy, IntDir, SourceVersionLow, SourceVersionHigh, TargetVersion, KeyFile, Verbose, TimestampingServer, Text, Password, Items, AfxException, AfxProbingDirectories, AfxUnresolvedTaskName, AfxLog, AllAssembliesXml, ProductHomeDir, Stage } }