publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -102,8 +102,8 @@
defines { "_WIN32_WINNT=0x0603" }
premake.vstudio.storeapp = "8.2"
local action = premake.action.current()
action.vstudio.windowsTargetPlatformVersion = "10.0.10240.0"
action.vstudio.windowsTargetPlatformMinVersion = "10.0.10240.0"
action.vstudio.archTargetPlatformVersion = "10.0.10240.0"
action.vstudio.archTargetPlatformMinVersion = "10.0.10240.0"
elseif _OPTIONS["target"] == "winstore10" then
defines { "_WIN32_WINNT=0x0A00" }

View file

@ -17,7 +17,7 @@ newoption {
newoption {
trigger = "target",
value = "PROJECTS",
description = "windows target platform",
description = "arch target platform",
allowed = {
{ "windesktop81", "windesktop81" },
{ "winphone8" , "winphone8" },