removed windows sdk

This commit is contained in:
Andrew Zambazos
2026-06-11 14:02:39 +12:00
parent c0395a49bd
commit ffdc88608e
2155 changed files with 0 additions and 451005 deletions
-42
View File
@@ -1,42 +0,0 @@
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 15,
"patch": 0
},
"configurePresets": [
{
"name": "Release",
"displayName": "Release",
"description": "Release build configuration",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/out",
"CMAKE_BUILD_TYPE": "Release"
}
},
{
"name": "Debug",
"displayName": "Debug",
"description": "Debug build configuration",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build/out",
"CMAKE_BUILD_TYPE": "Debug"
}
}
],
"buildPresets": [
{
"name": "Release",
"configurePreset": "Release",
"targets": ["install"]
},
{
"name": "Debug",
"configurePreset": "Debug",
"targets": ["install"]
}
]
}