mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
11 lines
362 B
Plaintext
11 lines
362 B
Plaintext
using msvc : 14.0 : :
|
|
<compileflags>"\"/AIC:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\store\\references\""
|
|
<linkflags>/appcontainer
|
|
<linkflags>/nodefaultlibs
|
|
<linkflags>WindowsApp.lib
|
|
<variant>release:<linkflags>vcruntime.lib
|
|
<variant>debug:<linkflags>vcruntimed.lib
|
|
<variant>release:<linkflags>ucrt.lib
|
|
<variant>debug:<linkflags>ucrtd.lib
|
|
;
|