.WIXPDB Přípona souboru
WiX Debug File
| Vývojář | Outercurve Foundation |
| Popularita |
2.0 | 2 Hlasů |
Co je soubor WIXPDB?
File created by the WiX toolset, a Windows installer development program; generated by the linker tool for every final output; contains debugging information.
Další informace
The output WIXPDB file is created by the PdbOutputFile string parameter. This common WiX MSBuild parameter indicates to the linker to create the WIXPDB file. The parameters are used by the Light tool, which is included in the WiX Toolset.
The PdbOutputFile parameter is contained in the PropertyGroup parameter, which is located in the .WIXPROJ file. The following is an example:
<PropertyGroup>
<PdbOutputFile>output.wixpdb</PdbOutputFile>
</PropertyGroup>
Programy, které otevírají nebo odkazují na soubory WIXPDB
Windows
Zdarma