v4.2.16 #106
alexrp
announced in
Announcements
v4.2.16
#106
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OutputType
to acceptWinExe
in addition toExe
andLibrary
.OutputType
when targeting Windows.ImageBase
andDynamicImageBase
properties to control load location on Windows.StackSize
property for controlling the main thread's stack size.AllowUndefinedSymbols
property for controlling whether libraries are allowed to have undefined references.AsyncExceptions
property that controls whether standard C++try
/catch
statements can catch SEH exceptions on Windows.Pack
not working correctly when aRuntimeIdentifier
was explicitly set (turning the build into an inner build).qemu-i386
instead ofqemu-x86
.qemu-ppc64
instead ofqemu-powerpc64le
.wine64
instead ofwine
for 64-bit.IsOuterBuild
property (set by the SDK) indicating whether the current build is an outer or inner build.RuntimeIdentifiers
.RuntimeIdentifier
.Build
,Clean
, andPublish
.OuterBuild
/InnerBuild
,OuterClean
/InnerClean
, andOuterPublish
/InnerPublish
.Beta Was this translation helpful? Give feedback.
All reactions