Public property | Description |
public string ProjectFile | Input project file path |
public string LogFilePath | Log file path |
public int AutoFix | Perform manifest auto-fix, default: 1. |
public int UseGenericProcessorInRef | Use generic processor type in assembly references, default: 0. |
public int UpdatePrivateAssemblyRef | Update private assembly reference identities, default: 0. |
public uint EmbedClrManifestAs | Embed CLR manifest as '#number' resource. |
public int CompressIntoMSI | Compress files into the MSI file, default: registry setting. |
public uint FileSearchOrder | 0=none, 1=project folder first, 2=target folder first. |
public string ManifestFragmentPath | Build a manifest fragment, path: full path to the manifest file. |
public string AssemblyVersionFromFile | Get assembly version from this file (EXE or DLL). |
public string ManifestSearchRootFolder | Manifest search root folder, default: project destination folder. |
public string DestinationFolder | Destination folder: overrides the folder saved in the project. |
public int TraceEnable | Enable trace, default: 1. |
public uint TraceLevel | Trace level (between 0 and 9), default: 2. |
public int QuietMode | Quiet mode, Visual Studio compatible messages only. |
public int CopyNotMove | Copy DLL files instead of moving, default: 0. |
public string ProcessorArchitecture | Override processorArchitecture; x86/win32->x86, amd64/x64->x64,AnyCPU/*->* |
public int MultipleTlbInSameTag | Write multiple type libraries in <file name='abc.dll'> tags. |
public int BuildWithNoClr | Build even if CLR DLLs present and no CLR available, default: 0. |
public string AdditionalOptions | Additional sxs32cmd.exe command line options. |
public bool Debug | Display detailed diagnostics from the task DLL |