VCLinkerTool::RegisterOutput Property
Visual Studio 2015
Gets or sets a value indicating whether the primary project output should be registered by using Regsvr32 after deployment.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue if the primary project output should be registered using Regsvr32 after deployment; otherwise, false.
This property should be set to true only if the primary project output is an Internet Server Application Programming Interface (ISAPI) extension DLL.
Show: