package microsoft.targets

Targets that wrap Microsoft code generation tools

XDCspec declarations sourced in microsoft/targets/package.xdc
package microsoft.targets [1, 0, 2, 0] {
 
    interface ITarget;
    // A Microsoft-specific extension to the base xdc.bld.ITarget3 interface
    module Net32;
    // Microsoft .Net 32-bit native target
    module Win32;
    // Microsoft Windows 32-bit target using the Visual C/C++ compiler
    module Win64;
    // Microsoft Windows 64-bit target using the Visual C/C++ compiler
}
generated on Wed, 27 May 2020 16:22:31 GMT