diff --git a/.gitignore b/.gitignore index 5738d7d..b5951f7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,10 @@ CMakeUserPresets.json !projects/WinDurango.Testing/WinDurango.Testing.vcxproj ALL_BUILD.dir ZERO_CHECK.dir -.vscode \ No newline at end of file +.vscode +/.cmake +/.vs +/.vs +/artifacts +/cmake-build-debug +/out diff --git a/CMakeLists.txt b/CMakeLists.txt index 4317e14..824c491 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,20 +1,23 @@ -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.30) project(WinDurango) set(CMAKE_CXX_STANDARD 20) add_subdirectory(projects/WinDurango.Common) add_subdirectory(projects/WinDurango.Implementation.WinRT) +add_subdirectory(projects/WinDurango.Implementation.Native) add_subdirectory(projects/WinDurango.WinRT) add_subdirectory("etwplus") -add_subdirectory("kernelx") +add_subdirectory("d3d11.x") +add_subdirectory(projects/WinDurango.Kernel) add_custom_target(WinDurango ALL DEPENDS WinDurango.Common WinDurango.Implementation.WinRT + WinDurango.Implementation.Native WinDurango.WinRT etwplus - kernelx + WinDurango.Kernel + d3d11_x ) -add_subdirectory("d3d11.x") diff --git a/CMakePresets.json b/CMakePresets.json new file mode 100644 index 0000000..182764e --- /dev/null +++ b/CMakePresets.json @@ -0,0 +1,47 @@ +{ + "version": 2, + "cmakeMinimumRequired": { + "major": 3, + "minor": 23, + "patch": 0 + }, + "configurePresets": [ + { + "name": "default", + "hidden": true, + "displayName": "Default Config", + "generator": "Ninja", + "binaryDir": "${sourceDir}/.cmake/${presetName}", + "architecture": { + "value": "x64", + "strategy": "external" + }, + "cacheVariables": { + "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", + "CMAKE_RUNTIME_OUTPUT_DIRECTORY": "${sourceDir}/artifacts/${presetName}" + } + }, + { + "name": "Debug", + "displayName": "Debug", + "inherits": "default", + "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" } + }, + { + "name": "Release", + "displayName": "Release", + "inherits": "default", + "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" } + } + ], + "buildPresets": [ + { + "name": "Debug", + "configurePreset": "Debug" + }, + { + "name": "Release", + "configurePreset": "Release" + } + ] +} \ No newline at end of file diff --git a/idl/WinDurango.WinRT.Stub.idl b/idl/WinDurango.WinRT.Stub.idl new file mode 100644 index 0000000..90a41bd --- /dev/null +++ b/idl/WinDurango.WinRT.Stub.idl @@ -0,0 +1,3 @@ +namespace WinDurango.WinRT.Stub +{ +} diff --git a/kernelx/CMakeLists.txt b/kernelx/CMakeLists.txt deleted file mode 100644 index ca194b6..0000000 --- a/kernelx/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_library(kernelx SHARED "kernelx.cpp" "kernelx.h" "Logan.h") diff --git a/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json b/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json deleted file mode 100644 index 7d776af..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json +++ /dev/null @@ -1 +0,0 @@ -{"requests":[{"kind":"cache","version":2},{"kind":"cmakeFiles","version":1},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]} \ No newline at end of file diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/cache-v2-ae492d2f1c7fac179a1c.json b/out/build/x64-Debug/.cmake/api/v1/reply/cache-v2-ae492d2f1c7fac179a1c.json deleted file mode 100644 index f76d08e..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/cache-v2-ae492d2f1c7fac179a1c.json +++ /dev/null @@ -1,1911 +0,0 @@ -{ - "entries" : - [ - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "F:/VS2026/VC/Tools/MSVC/14.50.35717/bin/Hostx64/x64/lib.exe" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "c:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "4" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cpack.exe" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest.exe" - }, - { - "name" : "CMAKE_CXX_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "FILEPATH", - "value" : "F:/VS2026/VC/Tools/MSVC/14.50.35717/bin/Hostx64/x64/cl.exe" - }, - { - "name" : "CMAKE_CXX_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during all build types." - } - ], - "type" : "STRING", - "value" : "/DWIN32 /D_WINDOWS /EHsc" - }, - { - "name" : "CMAKE_CXX_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "/Ob0 /Od" - }, - { - "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "/O1 /Ob1 /DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "/O2 /Ob2 /DNDEBUG" - }, - { - "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "/O2 /Ob1 /DNDEBUG" - }, - { - "name" : "CMAKE_CXX_STANDARD_LIBRARIES", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Libraries linked by default with all C++ applications." - } - ], - "type" : "STRING", - "value" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "FILEPATH", - "value" : "F:/VS2026/VC/Tools/MSVC/14.50.35717/bin/Hostx64/x64/cl.exe" - }, - { - "name" : "CMAKE_C_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during all build types." - } - ], - "type" : "STRING", - "value" : "/DWIN32 /D_WINDOWS" - }, - { - "name" : "CMAKE_C_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "/Ob0 /Od" - }, - { - "name" : "CMAKE_C_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "/O1 /Ob1 /DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "/O2 /Ob2 /DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "/O2 /Ob1 /DNDEBUG" - }, - { - "name" : "CMAKE_C_STANDARD_LIBRARIES", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Libraries linked by default with all C applications." - } - ], - "type" : "STRING", - "value" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "Unknown" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during all build types." - } - ], - "type" : "STRING", - "value" : "/machine:x64" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "/debug /INCREMENTAL" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "/INCREMENTAL:NO" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "/INCREMENTAL:NO" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "/debug /INCREMENTAL" - }, - { - "name" : "CMAKE_EXPORT_BUILD_DATABASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable output of build database during the build." - } - ], - "type" : "BOOL", - "value" : "" - }, - { - "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable output of compile commands during generation." - } - ], - "type" : "BOOL", - "value" : "" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of external makefile project generator." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake." - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/CMakeFiles/pkgRedirects" - }, - { - "name" : "CMAKE_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator." - } - ], - "type" : "INTERNAL", - "value" : "Ninja" - }, - { - "name" : "CMAKE_GENERATOR_INSTANCE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generator instance identifier." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_PLATFORM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator platform." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_TOOLSET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator toolset." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "C:/Users/umidi/source/repos/WinDurango" - }, - { - "name" : "CMAKE_INSTALL_BINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "User executables (bin)" - } - ], - "type" : "PATH", - "value" : "bin" - }, - { - "name" : "CMAKE_INSTALL_DATADIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data (DATAROOTDIR)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_DATAROOTDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only architecture-independent data root (share)" - } - ], - "type" : "PATH", - "value" : "share" - }, - { - "name" : "CMAKE_INSTALL_DOCDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_INCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files (include)" - } - ], - "type" : "PATH", - "value" : "include" - }, - { - "name" : "CMAKE_INSTALL_INFODIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Info documentation (DATAROOTDIR/info)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LIBDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Object code libraries (lib)" - } - ], - "type" : "PATH", - "value" : "lib" - }, - { - "name" : "CMAKE_INSTALL_LIBEXECDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Program executables (libexec)" - } - ], - "type" : "PATH", - "value" : "libexec" - }, - { - "name" : "CMAKE_INSTALL_LOCALEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Locale-dependent data (DATAROOTDIR/locale)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_LOCALSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable single-machine data (var)" - } - ], - "type" : "PATH", - "value" : "var" - }, - { - "name" : "CMAKE_INSTALL_MANDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Man documentation (DATAROOTDIR/man)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C header files for non-gcc (/usr/include)" - } - ], - "type" : "PATH", - "value" : "/usr/include" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "PATH", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/install/x64-Debug" - }, - { - "name" : "CMAKE_INSTALL_RUNSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Run-time variable data (LOCALSTATEDIR/run)" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "CMAKE_INSTALL_SBINDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "System admin executables (sbin)" - } - ], - "type" : "PATH", - "value" : "sbin" - }, - { - "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Modifiable architecture-independent data (com)" - } - ], - "type" : "PATH", - "value" : "com" - }, - { - "name" : "CMAKE_INSTALL_SYSCONFDIR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Read-only single-machine data (etc)" - } - ], - "type" : "PATH", - "value" : "etc" - }, - { - "name" : "CMAKE_LINKER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "F:/VS2026/VC/Tools/MSVC/14.50.35717/bin/Hostx64/x64/link.exe" - }, - { - "name" : "CMAKE_LIST_FILE_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of CMakeLists files to read" - } - ], - "type" : "INTERNAL", - "value" : "CMakeLists.txt" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "No help, variable specified on the command line." - } - ], - "type" : "UNINITIALIZED", - "value" : "F:\\VS2026\\COMMON7\\IDE\\COMMONEXTENSIONS\\MICROSOFT\\CMAKE\\Ninja\\ninja.exe" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during all build types." - } - ], - "type" : "STRING", - "value" : "/machine:x64" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "/debug /INCREMENTAL" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "/INCREMENTAL:NO" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "/INCREMENTAL:NO" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "/debug /INCREMENTAL" - }, - { - "name" : "CMAKE_MT", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/mt.exe" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "8" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_COMPAT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_DESCRIPTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_HOMEPAGE_URL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "WinDurango" - }, - { - "name" : "CMAKE_PROJECT_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MAJOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_VERSION_MINOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_VERSION_PATCH", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_VERSION_TWEAK", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "noop for ranlib" - } - ], - "type" : "INTERNAL", - "value" : ":" - }, - { - "name" : "CMAKE_RC_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "RC compiler" - } - ], - "type" : "FILEPATH", - "value" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/rc.exe" - }, - { - "name" : "CMAKE_RC_COMPILER_WORKS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_RC_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during all build types." - } - ], - "type" : "STRING", - "value" : "-DWIN32" - }, - { - "name" : "CMAKE_RC_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-D_DEBUG" - }, - { - "name" : "CMAKE_RC_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during all build types." - } - ], - "type" : "STRING", - "value" : "/machine:x64" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "/debug /INCREMENTAL" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "/INCREMENTAL:NO" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "/INCREMENTAL:NO" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "/debug /INCREMENTAL" - }, - { - "name" : "CMAKE_SKIP_INSTALL_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_SKIP_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when using shared libraries." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the archiver during the creation of static libraries during all build types." - } - ], - "type" : "STRING", - "value" : "/machine:x64" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the archiver during the creation of static libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the archiver during the creation of static libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the archiver during the creation of static libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the archiver during the creation of static libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_VERBOSE_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." - } - ], - "type" : "BOOL", - "value" : "FALSE" - }, - { - "name" : "FETCHCONTENT_BASE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Directory under which to collect all populated content" - } - ], - "type" : "PATH", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps" - }, - { - "name" : "FETCHCONTENT_FULLY_DISCONNECTED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Disables all attempts to download or update content and assumes source dirs already exist" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_QUIET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables QUIET option for all content population" - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "FETCHCONTENT_SOURCE_DIR_JSON", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "When not empty, overrides where to find pre-populated content for json" - } - ], - "type" : "PATH", - "value" : "" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior for all content population" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_JSON", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enables UPDATE_DISCONNECTED behavior just for population of json" - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_BuildTests", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Build the unit tests when BUILD_TESTING is enabled." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_CI", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable CI build targets." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_Diagnostic_Positions", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable diagnostic positions." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_Diagnostics", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Use extended diagnostic messages." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_DisableEnumSerialization", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Disable default integer enum serialization." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_GlobalUDLs", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Place user-defined string literals in the global namespace." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "JSON_ImplicitConversions", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable implicit conversions." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "JSON_Install", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install CMake targets during install step." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_LegacyDiscardedValueComparison", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Enable legacy discarded value comparison." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "JSON_MultipleHeaders", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Use non-amalgamated version of the library." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "JSON_SystemInclude", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Include as system headers (skip for clang-tidy)." - } - ], - "type" : "BOOL", - "value" : "OFF" - }, - { - "name" : "NLOHMANN_JSON_CONFIG_INSTALL_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "" - } - ], - "type" : "INTERNAL", - "value" : "share/cmake/nlohmann_json" - }, - { - "name" : "WinDurango.Common_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Common" - }, - { - "name" : "WinDurango.Common_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "WinDurango.Common_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Common" - }, - { - "name" : "WinDurango.Implementation.WinRT_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT" - }, - { - "name" : "WinDurango.Implementation.WinRT_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "WinDurango.Implementation.WinRT_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Implementation.WinRT" - }, - { - "name" : "WinDurango.Kernel_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Kernel" - }, - { - "name" : "WinDurango.Kernel_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "WinDurango.Kernel_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Kernel" - }, - { - "name" : "WinDurango.WinRT_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.WinRT" - }, - { - "name" : "WinDurango.WinRT_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "WinDurango.WinRT_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.WinRT" - }, - { - "name" : "WinDurango_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug" - }, - { - "name" : "WinDurango_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "WinDurango_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango" - }, - { - "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "CMAKE_INSTALL_PREFIX during last run" - } - ], - "type" : "INTERNAL", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/install/x64-Debug" - }, - { - "name" : "kernelx_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Kernel" - }, - { - "name" : "kernelx_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "kernelx_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Kernel" - }, - { - "name" : "nlohmann_json_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps/json-build" - }, - { - "name" : "nlohmann_json_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "OFF" - }, - { - "name" : "nlohmann_json_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps/json-src" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/cmakeFiles-v1-413b36039ef7ab75ddfb.json b/out/build/x64-Debug/.cmake/api/v1/reply/cmakeFiles-v1-413b36039ef7ab75ddfb.json deleted file mode 100644 index 61f9556..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/cmakeFiles-v1-413b36039ef7ab75ddfb.json +++ /dev/null @@ -1,324 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/CMakeFiles/4.1.1-msvc1/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Windows-Initialize.cmake" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/CMakeFiles/4.1.1-msvc1/CMakeCCompiler.cmake" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/CMakeFiles/4.1.1-msvc1/CMakeCXXCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Windows.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/WindowsPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Compiler/MSVC-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Compiler/MSVC.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Windows-MSVC-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Windows-MSVC.cmake" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/CMakeFiles/4.1.1-msvc1/CMakeRCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeRCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Internal/CMakeCLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Linker/MSVC-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Linker/MSVC.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Linker/Windows-MSVC-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Linker/Windows-MSVC.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeCXXInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Compiler/MSVC-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Compiler/MSVC.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Windows-MSVC-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Windows-MSVC.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Linker/MSVC-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Linker/MSVC.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Linker/Windows-MSVC-CXX.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/Platform/Linker/Windows-MSVC.cmake" - }, - { - "path" : "projects/WinDurango.Common/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/FetchContent.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/shared_internal_commands.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/download.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/extractfile.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/RepositoryInfo.txt.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/stepscript.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/UpdateInfo.txt.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/stepscript.cmake.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/PatchInfo.txt.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/stepscript.cmake.in" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/_deps/json-src/CMakeLists.txt" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/ExternalProject/shared_internal_commands.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/GNUInstallDirs.cmake" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/_deps/json-src/cmake/pkg-config.pc.in" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/CMakePackageConfigHelpers.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1/Modules/WriteBasicConfigVersionFile.cmake" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/_deps/json-src/cmake/nlohmann_jsonConfigVersion.cmake.in" - }, - { - "isGenerated" : true, - "path" : "out/build/x64-Debug/_deps/json-src/cmake/config.cmake.in" - }, - { - "path" : "projects/WinDurango.Implementation.WinRT/CMakeLists.txt" - }, - { - "path" : "projects/WinDurango.WinRT/CMakeLists.txt" - }, - { - "path" : "etwplus/CMakeLists.txt" - }, - { - "path" : "kernelx/CMakeLists.txt" - }, - { - "path" : "d3d11.x/CMakeLists.txt" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug", - "source" : "C:/Users/umidi/source/repos/WinDurango" - }, - "version" : - { - "major" : 1, - "minor" : 1 - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/codemodel-v2-68d3d17cbf415c8f0e80.json b/out/build/x64-Debug/.cmake/api/v1/reply/codemodel-v2-68d3d17cbf415c8f0e80.json deleted file mode 100644 index 7a00f7f..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/codemodel-v2-68d3d17cbf415c8f0e80.json +++ /dev/null @@ -1,276 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "childIndexes" : - [ - 1, - 3, - 4, - 5, - 6, - 7 - ], - "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", - "minimumCMakeVersion" : - { - "string" : "4.0" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0 - ] - }, - { - "build" : "projects/WinDurango.Common", - "childIndexes" : - [ - 2 - ], - "jsonFile" : "directory-projects.WinDurango.Common-Debug-0f7b722c332ee4a42ba5.json", - "minimumCMakeVersion" : - { - "string" : "4.0" - }, - "parentIndex" : 0, - "projectIndex" : 1, - "source" : "projects/WinDurango.Common", - "targetIndexes" : - [ - 1 - ] - }, - { - "build" : "_deps/json-build", - "jsonFile" : "directory-_deps.json-build-Debug-22ac37aaee65079284db.json", - "minimumCMakeVersion" : - { - "string" : "3.5" - }, - "parentIndex" : 1, - "projectIndex" : 2, - "source" : "out/build/x64-Debug/_deps/json-src" - }, - { - "build" : "projects/WinDurango.Implementation.WinRT", - "jsonFile" : "directory-projects.WinDurango.Implementation.WinRT-Debug-ff0c9fe633461f5280fa.json", - "minimumCMakeVersion" : - { - "string" : "4.0" - }, - "parentIndex" : 0, - "projectIndex" : 3, - "source" : "projects/WinDurango.Implementation.WinRT", - "targetIndexes" : - [ - 2 - ] - }, - { - "build" : "projects/WinDurango.WinRT", - "jsonFile" : "directory-projects.WinDurango.WinRT-Debug-250ac47eae54aea70d39.json", - "minimumCMakeVersion" : - { - "string" : "4.0" - }, - "parentIndex" : 0, - "projectIndex" : 4, - "source" : "projects/WinDurango.WinRT", - "targetIndexes" : - [ - 3 - ] - }, - { - "build" : "etwplus", - "jsonFile" : "directory-etwplus-Debug-61055710974904d7e893.json", - "minimumCMakeVersion" : - { - "string" : "4.0" - }, - "parentIndex" : 0, - "projectIndex" : 0, - "source" : "etwplus", - "targetIndexes" : - [ - 5 - ] - }, - { - "build" : "kernelx", - "jsonFile" : "directory-kernelx-Debug-1ab2f9f40f4d1d165202.json", - "minimumCMakeVersion" : - { - "string" : "4.0" - }, - "parentIndex" : 0, - "projectIndex" : 0, - "source" : "kernelx", - "targetIndexes" : - [ - 6 - ] - }, - { - "build" : "d3d11.x", - "jsonFile" : "directory-d3d11.x-Debug-70d84b0307a7460d26b6.json", - "minimumCMakeVersion" : - { - "string" : "4.0" - }, - "parentIndex" : 0, - "projectIndex" : 0, - "source" : "d3d11.x", - "targetIndexes" : - [ - 4 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "childIndexes" : - [ - 1, - 3, - 4 - ], - "directoryIndexes" : - [ - 0, - 5, - 6, - 7 - ], - "name" : "WinDurango", - "targetIndexes" : - [ - 0, - 4, - 5, - 6 - ] - }, - { - "childIndexes" : - [ - 2 - ], - "directoryIndexes" : - [ - 1 - ], - "name" : "WinDurango.Common", - "parentIndex" : 0, - "targetIndexes" : - [ - 1 - ] - }, - { - "directoryIndexes" : - [ - 2 - ], - "name" : "nlohmann_json", - "parentIndex" : 1 - }, - { - "directoryIndexes" : - [ - 3 - ], - "name" : "WinDurango.Implementation.WinRT", - "parentIndex" : 0, - "targetIndexes" : - [ - 2 - ] - }, - { - "directoryIndexes" : - [ - 4 - ], - "name" : "WinDurango.WinRT", - "parentIndex" : 0, - "targetIndexes" : - [ - 3 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "WinDurango::@6890427a1f51a3e7e1df", - "jsonFile" : "target-WinDurango-Debug-ce43248c26becb9c876c.json", - "name" : "WinDurango", - "projectIndex" : 0 - }, - { - "directoryIndex" : 1, - "id" : "WinDurango.Common::@8b1614c16e9f61155cc5", - "jsonFile" : "target-WinDurango.Common-Debug-1c907b1833451c57a815.json", - "name" : "WinDurango.Common", - "projectIndex" : 1 - }, - { - "directoryIndex" : 3, - "id" : "WinDurango.Implementation.WinRT::@a709d3acf67cd3a3c422", - "jsonFile" : "target-WinDurango.Implementation.WinRT-Debug-872feefe31e086c152dd.json", - "name" : "WinDurango.Implementation.WinRT", - "projectIndex" : 3 - }, - { - "directoryIndex" : 4, - "id" : "WinDurango.WinRT::@45c147f30586ea4f43a2", - "jsonFile" : "target-WinDurango.WinRT-Debug-3f3b07318d5995aa3b5c.json", - "name" : "WinDurango.WinRT", - "projectIndex" : 4 - }, - { - "directoryIndex" : 7, - "id" : "d3d11_x::@4fa90ef760f3cfa7a424", - "jsonFile" : "target-d3d11_x-Debug-dd965d5872c3e8527f56.json", - "name" : "d3d11_x", - "projectIndex" : 0 - }, - { - "directoryIndex" : 5, - "id" : "etwplus::@2b25748f72f7aaa4dfc9", - "jsonFile" : "target-etwplus-Debug-7b88d190ab878f27fce7.json", - "name" : "etwplus", - "projectIndex" : 0 - }, - { - "directoryIndex" : 6, - "id" : "kernelx::@47a08a042e3f84c0ca17", - "jsonFile" : "target-kernelx-Debug-155dc72ad4c25d803cf7.json", - "name" : "kernelx", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug", - "source" : "C:/Users/umidi/source/repos/WinDurango" - }, - "version" : - { - "major" : 2, - "minor" : 8 - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json deleted file mode 100644 index 3a67af9..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : ".", - "source" : "." - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-_deps.json-build-Debug-22ac37aaee65079284db.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-_deps.json-build-Debug-22ac37aaee65079284db.json deleted file mode 100644 index 82c1582..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-_deps.json-build-Debug-22ac37aaee65079284db.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "_deps/json-build", - "source" : "out/build/x64-Debug/_deps/json-src" - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-d3d11.x-Debug-70d84b0307a7460d26b6.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-d3d11.x-Debug-70d84b0307a7460d26b6.json deleted file mode 100644 index 548d6d5..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-d3d11.x-Debug-70d84b0307a7460d26b6.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "d3d11.x", - "source" : "d3d11.x" - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-etwplus-Debug-61055710974904d7e893.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-etwplus-Debug-61055710974904d7e893.json deleted file mode 100644 index 37eb59a..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-etwplus-Debug-61055710974904d7e893.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "etwplus", - "source" : "etwplus" - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-kernelx-Debug-1ab2f9f40f4d1d165202.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-kernelx-Debug-1ab2f9f40f4d1d165202.json deleted file mode 100644 index 376d234..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-kernelx-Debug-1ab2f9f40f4d1d165202.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "kernelx", - "source" : "kernelx" - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.Common-Debug-0f7b722c332ee4a42ba5.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.Common-Debug-0f7b722c332ee4a42ba5.json deleted file mode 100644 index caceae6..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.Common-Debug-0f7b722c332ee4a42ba5.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "projects/WinDurango.Common", - "source" : "projects/WinDurango.Common" - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.Implementation.WinRT-Debug-ff0c9fe633461f5280fa.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.Implementation.WinRT-Debug-ff0c9fe633461f5280fa.json deleted file mode 100644 index 00f99d7..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.Implementation.WinRT-Debug-ff0c9fe633461f5280fa.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "projects/WinDurango.Implementation.WinRT", - "source" : "projects/WinDurango.Implementation.WinRT" - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.WinRT-Debug-250ac47eae54aea70d39.json b/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.WinRT-Debug-250ac47eae54aea70d39.json deleted file mode 100644 index 15544d4..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/directory-projects.WinDurango.WinRT-Debug-250ac47eae54aea70d39.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "backtraceGraph" : - { - "commands" : [], - "files" : [], - "nodes" : [] - }, - "installers" : [], - "paths" : - { - "build" : "projects/WinDurango.WinRT", - "source" : "projects/WinDurango.WinRT" - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/index-2026-01-25T16-26-10-0852.json b/out/build/x64-Debug/.cmake/api/v1/reply/index-2026-01-25T16-26-10-0852.json deleted file mode 100644 index f1de8c0..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/index-2026-01-25T16-26-10-0852.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Ninja" - }, - "paths" : - { - "cmake" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe", - "cpack" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cpack.exe", - "ctest" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/ctest.exe", - "root" : "F:/VS2026/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-4.1" - }, - "version" : - { - "isDirty" : false, - "major" : 4, - "minor" : 1, - "patch" : 1, - "string" : "4.1.1-msvc1", - "suffix" : "msvc1" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-68d3d17cbf415c8f0e80.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 8 - } - }, - { - "jsonFile" : "cache-v2-ae492d2f1c7fac179a1c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-413b36039ef7ab75ddfb.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 1 - } - }, - { - "jsonFile" : "toolchains-v1-ac7f6c639a38a82be393.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "client-MicrosoftVS" : - { - "query.json" : - { - "requests" : - [ - { - "kind" : "cache", - "version" : 2 - }, - { - "kind" : "cmakeFiles", - "version" : 1 - }, - { - "kind" : "codemodel", - "version" : 2 - }, - { - "kind" : "toolchains", - "version" : 1 - } - ], - "responses" : - [ - { - "jsonFile" : "cache-v2-ae492d2f1c7fac179a1c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-413b36039ef7ab75ddfb.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 1 - } - }, - { - "jsonFile" : "codemodel-v2-68d3d17cbf415c8f0e80.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 8 - } - }, - { - "jsonFile" : "toolchains-v1-ac7f6c639a38a82be393.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ] - } - } - } -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango-Debug-ce43248c26becb9c876c.json b/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango-Debug-ce43248c26becb9c876c.json deleted file mode 100644 index d0dc0fe..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango-Debug-ce43248c26becb9c876c.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_custom_target" - ], - "files" : - [ - "CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 12, - "parent" : 0 - } - ] - }, - "dependencies" : - [ - { - "id" : "WinDurango.Common::@8b1614c16e9f61155cc5" - }, - { - "id" : "WinDurango.Implementation.WinRT::@a709d3acf67cd3a3c422" - }, - { - "id" : "WinDurango.WinRT::@45c147f30586ea4f43a2" - }, - { - "id" : "etwplus::@2b25748f72f7aaa4dfc9" - }, - { - "id" : "kernelx::@47a08a042e3f84c0ca17" - } - ], - "id" : "WinDurango::@6890427a1f51a3e7e1df", - "name" : "WinDurango", - "paths" : - { - "build" : ".", - "source" : "." - }, - "sourceGroups" : - [ - { - "name" : "", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "CMake Rules", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "isGenerated" : true, - "path" : "out/build/x64-Debug/CMakeFiles/WinDurango", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "out/build/x64-Debug/CMakeFiles/WinDurango.rule", - "sourceGroupIndex" : 1 - } - ], - "type" : "UTILITY" -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.Common-Debug-1c907b1833451c57a815.json b/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.Common-Debug-1c907b1833451c57a815.json deleted file mode 100644 index aaf2d02..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.Common-Debug-1c907b1833451c57a815.json +++ /dev/null @@ -1,222 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "projects/WinDurango.Common/WinDurango.Common.dll" - }, - { - "path" : "projects/WinDurango.Common/WinDurango.Common.lib" - }, - { - "path" : "projects/WinDurango.Common/WinDurango.Common.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "add_compile_definitions", - "target_compile_definitions", - "target_include_directories", - "target_link_libraries" - ], - "files" : - [ - "projects/WinDurango.Common/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 24, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 9, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 31, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 25, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 29, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "/DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi" - } - ], - "defines" : - [ - { - "backtrace" : 2, - "define" : "WD_API_EXPORTS" - }, - { - "backtrace" : 3, - "define" : "WINDURANGO_COMMON_COMPILER_NAME=\"MSVC\"" - }, - { - "backtrace" : 3, - "define" : "WINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\"" - }, - { - "backtrace" : 3, - "define" : "WINDURANGO_COMMON_PLATFORM_NAME=\"Windows\"" - }, - { - "backtrace" : 3, - "define" : "WINDURANGO_COMMON_RC_VERSION=1,0,0" - }, - { - "backtrace" : 3, - "define" : "WINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\"" - }, - { - "define" : "WinDurango_Common_EXPORTS" - } - ], - "includes" : - [ - { - "backtrace" : 4, - "path" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Common/include/WinDurango.Common" - }, - { - "backtrace" : 5, - "path" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps/json-src/include" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 5 - ], - "standard" : "20" - }, - "sourceIndexes" : - [ - 1 - ] - } - ], - "id" : "WinDurango.Common::@8b1614c16e9f61155cc5", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "/machine:x64 /debug /INCREMENTAL", - "role" : "flags" - }, - { - "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "WinDurango.Common", - "nameOnDisk" : "WinDurango.Common.dll", - "paths" : - { - "build" : "projects/WinDurango.Common", - "source" : "projects/WinDurango.Common" - }, - "sourceGroups" : - [ - { - "name" : "Header Files", - "sourceIndexes" : - [ - 0, - 2, - 3, - 4, - 5 - ] - }, - { - "name" : "Source Files", - "sourceIndexes" : - [ - 1 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 6 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "path" : "projects/WinDurango.Common/include/WinDurango.Common/WinDurango.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "projects/WinDurango.Common/src/WinDurango.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "projects/WinDurango.Common/include/WinDurango.Common/Config.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "projects/WinDurango.Common/include/WinDurango.Common/Logging.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "projects/WinDurango.Common/include/WinDurango.Common/Interfaces/Storage/Directory.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "projects/WinDurango.Common/include/WinDurango.Common/Interfaces/Storage/File.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 5, - "path" : "out/build/x64-Debug/_deps/json-src/nlohmann_json.natvis", - "sourceGroupIndex" : 2 - } - ], - "type" : "SHARED_LIBRARY" -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.Implementation.WinRT-Debug-872feefe31e086c152dd.json b/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.Implementation.WinRT-Debug-872feefe31e086c152dd.json deleted file mode 100644 index 21c0ec4..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.Implementation.WinRT-Debug-872feefe31e086c152dd.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.dll" - }, - { - "path" : "projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.lib" - }, - { - "path" : "projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "target_link_libraries", - "add_compile_definitions", - "target_compile_definitions", - "target_include_directories" - ], - "files" : - [ - "projects/WinDurango.Implementation.WinRT/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 16, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 22, - "parent" : 0 - }, - { - "command" : 2, - "file" : 0, - "line" : 14, - "parent" : 0 - }, - { - "command" : 3, - "file" : 0, - "line" : 24, - "parent" : 0 - }, - { - "command" : 4, - "file" : 0, - "line" : 17, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "/DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi" - } - ], - "defines" : - [ - { - "backtrace" : 3, - "define" : "WDIMPL_API_EXPORTS" - }, - { - "backtrace" : 2, - "define" : "WINDURANGO_COMMON_COMPILER_NAME=\"MSVC\"" - }, - { - "backtrace" : 2, - "define" : "WINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\"" - }, - { - "backtrace" : 2, - "define" : "WINDURANGO_COMMON_PLATFORM_NAME=\"Windows\"" - }, - { - "backtrace" : 2, - "define" : "WINDURANGO_COMMON_RC_VERSION=1,0,0" - }, - { - "backtrace" : 2, - "define" : "WINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\"" - }, - { - "backtrace" : 4, - "define" : "WINDURANGO_IMPLEMENTATION_WINRT_COMPILER_NAME=\"MSVC\"" - }, - { - "backtrace" : 4, - "define" : "WINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_ARCH=\"AMD64\"" - }, - { - "backtrace" : 4, - "define" : "WINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_NAME=\"Windows\"" - }, - { - "backtrace" : 4, - "define" : "WINDURANGO_IMPLEMENTATION_WINRT_RC_VERSION=1,0,0" - }, - { - "backtrace" : 4, - "define" : "WINDURANGO_IMPLEMENTATION_WINRT_VERSION=\"1.0.0-dev.1\"" - }, - { - "define" : "WinDurango_Implementation_WinRT_EXPORTS" - } - ], - "includes" : - [ - { - "backtrace" : 5, - "path" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT" - }, - { - "backtrace" : 5, - "path" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Implementation.WinRT/../WinDurango.Common/include" - }, - { - "backtrace" : 2, - "path" : "C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Common/include/WinDurango.Common" - }, - { - "backtrace" : 2, - "path" : "C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps/json-src/include" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 2 - ], - "standard" : "20" - }, - "sourceIndexes" : - [ - 2, - 3 - ] - } - ], - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "WinDurango.Common::@8b1614c16e9f61155cc5" - } - ], - "id" : "WinDurango.Implementation.WinRT::@a709d3acf67cd3a3c422", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "/machine:x64 /debug /INCREMENTAL", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "projects\\WinDurango.Common\\WinDurango.Common.lib", - "role" : "libraries" - }, - { - "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "WinDurango.Implementation.WinRT", - "nameOnDisk" : "WinDurango.Implementation.WinRT.dll", - "paths" : - { - "build" : "projects/WinDurango.Implementation.WinRT", - "source" : "projects/WinDurango.Implementation.WinRT" - }, - "sourceGroups" : - [ - { - "name" : "Header Files", - "sourceIndexes" : - [ - 0, - 1 - ] - }, - { - "name" : "Source Files", - "sourceIndexes" : - [ - 2, - 3 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 4 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "path" : "projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/Directory.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/File.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/Directory.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/File.cpp", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 2, - "path" : "out/build/x64-Debug/_deps/json-src/nlohmann_json.natvis", - "sourceGroupIndex" : 2 - } - ], - "type" : "SHARED_LIBRARY" -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.WinRT-Debug-3f3b07318d5995aa3b5c.json b/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.WinRT-Debug-3f3b07318d5995aa3b5c.json deleted file mode 100644 index 59bfb6e..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/target-WinDurango.WinRT-Debug-3f3b07318d5995aa3b5c.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "projects/WinDurango.WinRT/WinDurango.WinRT.dll" - }, - { - "path" : "projects/WinDurango.WinRT/WinDurango.WinRT.lib" - }, - { - "path" : "projects/WinDurango.WinRT/WinDurango.WinRT.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "target_link_libraries" - ], - "files" : - [ - "projects/WinDurango.WinRT/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 14, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 20, - "parent" : 0 - } - ] - }, - "dependencies" : - [ - { - "backtrace" : 2, - "id" : "WinDurango.Common::@8b1614c16e9f61155cc5" - } - ], - "id" : "WinDurango.WinRT::@45c147f30586ea4f43a2", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "/machine:x64 /debug /INCREMENTAL", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "projects\\WinDurango.Common\\WinDurango.Common.lib", - "role" : "libraries" - }, - { - "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "WinDurango.WinRT", - "nameOnDisk" : "WinDurango.WinRT.dll", - "paths" : - { - "build" : "projects/WinDurango.WinRT", - "source" : "projects/WinDurango.WinRT" - }, - "sourceGroups" : - [ - { - "name" : "Header Files", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "path" : "projects/WinDurango.WinRT/include/WinDurango.WinRT/stub.h", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 2, - "path" : "out/build/x64-Debug/_deps/json-src/nlohmann_json.natvis", - "sourceGroupIndex" : 1 - } - ], - "type" : "SHARED_LIBRARY" -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/target-d3d11_x-Debug-dd965d5872c3e8527f56.json b/out/build/x64-Debug/.cmake/api/v1/reply/target-d3d11_x-Debug-dd965d5872c3e8527f56.json deleted file mode 100644 index 739a32d..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/target-d3d11_x-Debug-dd965d5872c3e8527f56.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "d3d11.x/d3d11_x.dll" - }, - { - "path" : "d3d11.x/d3d11_x.lib" - }, - { - "path" : "d3d11.x/d3d11_x.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library", - "target_link_options" - ], - "files" : - [ - "d3d11.x/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 1, - "parent" : 0 - }, - { - "command" : 1, - "file" : 0, - "line" : 3, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "/DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi" - } - ], - "defines" : - [ - { - "define" : "d3d11_x_EXPORTS" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "20" - }, - "sourceIndexes" : - [ - 0, - 4, - 6 - ] - } - ], - "id" : "d3d11_x::@4fa90ef760f3cfa7a424", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "/machine:x64 /debug /INCREMENTAL", - "role" : "flags" - }, - { - "backtrace" : 2, - "fragment" : "/FORCE:MULTIPLE", - "role" : "flags" - }, - { - "fragment" : "/DEF:C:\\Users\\umidi\\source\\repos\\WinDurango\\d3d11.x\\Exports.def", - "role" : "flags" - }, - { - "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "d3d11_x", - "nameOnDisk" : "d3d11_x.dll", - "paths" : - { - "build" : "d3d11.x", - "source" : "d3d11.x" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0, - 4, - 6, - 7 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 1, - 2, - 3, - 5 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "d3d11.x/d3d11.x.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "d3d11.x/d3d11.x.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "d3d11.x/unknown.g.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "d3d11.x/IGraphicsUnknown.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "d3d11.x/IGraphicsUnknown.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "d3d11.x/IIDExports.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "d3d11.x/IIDExports.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "d3d11.x/Exports.def", - "sourceGroupIndex" : 0 - } - ], - "type" : "SHARED_LIBRARY" -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/target-etwplus-Debug-7b88d190ab878f27fce7.json b/out/build/x64-Debug/.cmake/api/v1/reply/target-etwplus-Debug-7b88d190ab878f27fce7.json deleted file mode 100644 index 070ef09..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/target-etwplus-Debug-7b88d190ab878f27fce7.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "etwplus/etwplus.dll" - }, - { - "path" : "etwplus/etwplus.lib" - }, - { - "path" : "etwplus/etwplus.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library" - ], - "files" : - [ - "etwplus/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 1, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "/DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi" - } - ], - "defines" : - [ - { - "define" : "etwplus_EXPORTS" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "20" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "id" : "etwplus::@2b25748f72f7aaa4dfc9", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "/machine:x64 /debug /INCREMENTAL", - "role" : "flags" - }, - { - "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "etwplus", - "nameOnDisk" : "etwplus.dll", - "paths" : - { - "build" : "etwplus", - "source" : "etwplus" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 1 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "etwplus/etwplus.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "etwplus/etwplus.h", - "sourceGroupIndex" : 1 - } - ], - "type" : "SHARED_LIBRARY" -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/target-kernelx-Debug-155dc72ad4c25d803cf7.json b/out/build/x64-Debug/.cmake/api/v1/reply/target-kernelx-Debug-155dc72ad4c25d803cf7.json deleted file mode 100644 index d158ad0..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/target-kernelx-Debug-155dc72ad4c25d803cf7.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "artifacts" : - [ - { - "path" : "kernelx/kernelx.dll" - }, - { - "path" : "kernelx/kernelx.lib" - }, - { - "path" : "kernelx/kernelx.pdb" - } - ], - "backtrace" : 1, - "backtraceGraph" : - { - "commands" : - [ - "add_library" - ], - "files" : - [ - "kernelx/CMakeLists.txt" - ], - "nodes" : - [ - { - "file" : 0 - }, - { - "command" : 0, - "file" : 0, - "line" : 1, - "parent" : 0 - } - ] - }, - "compileGroups" : - [ - { - "compileCommandFragments" : - [ - { - "fragment" : "/DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi" - } - ], - "defines" : - [ - { - "define" : "kernelx_EXPORTS" - } - ], - "language" : "CXX", - "languageStandard" : - { - "backtraces" : - [ - 1 - ], - "standard" : "20" - }, - "sourceIndexes" : - [ - 0 - ] - } - ], - "id" : "kernelx::@47a08a042e3f84c0ca17", - "link" : - { - "commandFragments" : - [ - { - "fragment" : "/machine:x64 /debug /INCREMENTAL", - "role" : "flags" - }, - { - "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", - "role" : "libraries" - } - ], - "language" : "CXX" - }, - "name" : "kernelx", - "nameOnDisk" : "kernelx.dll", - "paths" : - { - "build" : "kernelx", - "source" : "kernelx" - }, - "sourceGroups" : - [ - { - "name" : "Source Files", - "sourceIndexes" : - [ - 0 - ] - }, - { - "name" : "Header Files", - "sourceIndexes" : - [ - 1, - 2 - ] - } - ], - "sources" : - [ - { - "backtrace" : 1, - "compileGroupIndex" : 0, - "path" : "kernelx/kernelx.cpp", - "sourceGroupIndex" : 0 - }, - { - "backtrace" : 1, - "path" : "kernelx/kernelx.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 1, - "path" : "kernelx/Logan.h", - "sourceGroupIndex" : 1 - } - ], - "type" : "SHARED_LIBRARY" -} diff --git a/out/build/x64-Debug/.cmake/api/v1/reply/toolchains-v1-ac7f6c639a38a82be393.json b/out/build/x64-Debug/.cmake/api/v1/reply/toolchains-v1-ac7f6c639a38a82be393.json deleted file mode 100644 index e4ec5aa..0000000 --- a/out/build/x64-Debug/.cmake/api/v1/reply/toolchains-v1-ac7f6c639a38a82be393.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "kind" : "toolchains", - "toolchains" : - [ - { - "compiler" : - { - "id" : "MSVC", - "implicit" : - { - "includeDirectories" : [], - "linkDirectories" : [], - "linkFrameworkDirectories" : [], - "linkLibraries" : [] - }, - "path" : "F:/VS2026/VC/Tools/MSVC/14.50.35717/bin/Hostx64/x64/cl.exe", - "version" : "19.50.35723.0" - }, - "language" : "C", - "sourceFileExtensions" : - [ - "c", - "m" - ] - }, - { - "compiler" : - { - "id" : "MSVC", - "implicit" : - { - "includeDirectories" : [], - "linkDirectories" : [], - "linkFrameworkDirectories" : [], - "linkLibraries" : [] - }, - "path" : "F:/VS2026/VC/Tools/MSVC/14.50.35717/bin/Hostx64/x64/cl.exe", - "version" : "19.50.35723.0" - }, - "language" : "CXX", - "sourceFileExtensions" : - [ - "C", - "M", - "c++", - "cc", - "cpp", - "cxx", - "mm", - "mpp", - "CPP", - "ixx", - "cppm", - "ccm", - "cxxm", - "c++m" - ] - }, - { - "compiler" : - { - "implicit" : {}, - "path" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/rc.exe" - }, - "language" : "RC", - "sourceFileExtensions" : - [ - "rc", - "RC" - ] - } - ], - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/out/build/x64-Debug/.ninja_deps b/out/build/x64-Debug/.ninja_deps deleted file mode 100644 index 8734be2..0000000 Binary files a/out/build/x64-Debug/.ninja_deps and /dev/null differ diff --git a/out/build/x64-Debug/.ninja_log b/out/build/x64-Debug/.ninja_log deleted file mode 100644 index 1a59019..0000000 --- a/out/build/x64-Debug/.ninja_log +++ /dev/null @@ -1,70 +0,0 @@ -# ninja log v6 -29 59 7910590474193355 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/src/interfaces/Storage/File.cpp.obj.modmap 8fe8ecefebb8b996 -7 235 7910615706782040 C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Common/cmake_install.cmake b374a857868906cb -24 66 7910590474143294 projects/WinDurango.Common/CMakeFiles/WinDurango.Common.dir/CXX.dd f47348b31d1b0044 -16 192 7910587224117477 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/src/interfaces/Storage/File.cpp.obj.ddi d4bf425449819f3d -12 197 7910587224082370 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/src/interfaces/Storage/Directory.cpp.obj.ddi 25e6aa5f1ab409f8 -29 59 7910590474193355 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/CXX.dd 8fe8ecefebb8b996 -346 1179 7910604202792627 d3d11.x/CMakeFiles/d3d11.x.dir/IGraphicsUnknown.cpp.obj 12de2bfdf025862 -32 312 7910605437045593 d3d11.x/CMakeFiles/d3d11.x.dir/d3d11.x.cpp.obj.ddi 61547aeab287d409 -42 804 7910587566391325 projects/WinDurango.Common/WinDurango.Common.dll 857c4aa508452a4c -597 2417 7910587229932149 projects/WinDurango.Common/CMakeFiles/WinDurango.Common.dir/src/WinDurango.cpp.obj e0776735bd94cbb3 -29 59 7910590474193355 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/CXXModules.json 8fe8ecefebb8b996 -291 318 7910588172722043 projects/WinDurango.Kernel/CMakeFiles/WinDurango.Kernel.dir/CXX.dd a1147dd314c1948b -29 59 7910590474193355 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/src/interfaces/Storage/Directory.cpp.obj.modmap 8fe8ecefebb8b996 -216 243 7910615211553338 d3d11.x/CMakeFiles/d3d11.x.dir/CXXModules.json 76f7efc7ff720ae2 -32 290 7910588170133398 projects/WinDurango.Kernel/CMakeFiles/WinDurango.Kernel.dir/src/Kernel.cpp.obj.ddi 434de597537151e2 -307 621 7910591713021529 etwplus/etwplus.lib 10f5e444d363e898 -291 318 7910588172722043 projects/WinDurango.Kernel/CMakeFiles/WinDurango.Kernel.dir/CXXModules.json a1147dd314c1948b -216 243 7910615211553338 d3d11.x/CMakeFiles/d3d11.x.dir/IGraphicsUnknown.cpp.obj.modmap 76f7efc7ff720ae2 -291 318 7910588172722043 projects/WinDurango.Kernel/CMakeFiles/WinDurango.Kernel.dir/src/Kernel.cpp.obj.modmap a1147dd314c1948b -8 546 7910587224037260 projects/WinDurango.Common/CMakeFiles/WinDurango.Common.dir/src/WinDurango.cpp.obj.ddi 99dd102cec9fdb3a -24 66 7910590474143294 projects/WinDurango.Common/CMakeFiles/WinDurango.Common.dir/CXXModules.json f47348b31d1b0044 -29 298 7910604199624050 d3d11.x/CMakeFiles/d3d11.x.dir/IGraphicsUnknown.cpp.obj.ddi e6496478a53e1a19 -24 66 7910590474143294 projects/WinDurango.Common/CMakeFiles/WinDurango.Common.dir/src/WinDurango.cpp.obj.modmap f47348b31d1b0044 -583 945 7910596593737934 kernelx/kernelx.lib 5c9ebcb1d7d6748c -262 1913 7910587226585549 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/src/interfaces/Storage/Directory.cpp.obj 266da5643e14d9c0 -265 1921 7910587226615548 projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/src/interfaces/Storage/File.cpp.obj 30563b7d5342d208 -42 804 7910587566391325 projects/WinDurango.Common/WinDurango.Common.lib 857c4aa508452a4c -989 1334 7910590486849664 projects/WinDurango.Kernel/kernelx.dll 7bec9cccde5560f1 -804 1248 7910587570674931 projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.dll 27f1df9483ab75ac -804 1248 7910587570674931 projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.lib 27f1df9483ab75ac -320 1040 7910588173007668 projects/WinDurango.Kernel/CMakeFiles/WinDurango.Kernel.dir/src/Kernel.cpp.obj 138c244326424074 -7 235 7910615706906136 C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/etwplus/cmake_install.cmake b374a857868906cb -33 264 7910590474233420 projects/WinDurango.Kernel/CMakeFiles/kernelx.dir/src/Kernel.cpp.obj.ddi 6885a779820b7479 -264 302 7910590476885521 projects/WinDurango.Kernel/CMakeFiles/kernelx.dir/CXX.dd 25f543df88534b0a -7 235 7910615706852094 C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/cmake_install.cmake b374a857868906cb -264 302 7910590476885521 projects/WinDurango.Kernel/CMakeFiles/kernelx.dir/CXXModules.json 25f543df88534b0a -7 235 7910615706797036 C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps/json-build/cmake_install.cmake b374a857868906cb -264 302 7910590476885521 projects/WinDurango.Kernel/CMakeFiles/kernelx.dir/src/Kernel.cpp.obj.modmap 25f543df88534b0a -308 988 7910590476985608 projects/WinDurango.Kernel/CMakeFiles/kernelx.dir/src/Kernel.cpp.obj 3f158bab9875e528 -989 1334 7910590486849664 projects/WinDurango.Kernel/kernelx.lib 7bec9cccde5560f1 -8 306 7910591707249836 etwplus/CMakeFiles/etwplus.dir/etwplus.cpp.obj a73a5dd7f0519dde -307 621 7910591713021529 etwplus/etwplus.dll 10f5e444d363e898 -7 235 7910615707026339 build.ninja b374a857868906cb -7 235 7910615706736923 C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/cmake_install.cmake b374a857868906cb -7 235 7910615706867127 C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.WinRT/cmake_install.cmake b374a857868906cb -7 235 7910615706936143 C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/kernelx/cmake_install.cmake b374a857868906cb -342 1198 7910605440140159 d3d11.x/CMakeFiles/d3d11.x.dir/d3d11.x.cpp.obj ada65fcbfc08a2ce -8 582 7910596584783655 kernelx/CMakeFiles/kernelx.dir/kernelx.cpp.obj aab25d2affd137e0 -583 945 7910596593737934 kernelx/kernelx.dll 5c9ebcb1d7d6748c -27 215 7910615209666526 d3d11.x/CMakeFiles/d3d11.x.dir/IIDExports.cpp.obj.ddi d71b308b46f2ef01 -216 243 7910615211553338 d3d11.x/CMakeFiles/d3d11.x.dir/CXX.dd 76f7efc7ff720ae2 -216 243 7910615211553338 d3d11.x/CMakeFiles/d3d11.x.dir/d3d11.x.cpp.obj.modmap 76f7efc7ff720ae2 -216 243 7910615211553338 d3d11.x/CMakeFiles/d3d11.x.dir/IIDExports.cpp.obj.modmap 76f7efc7ff720ae2 -244 830 7910615211836738 d3d11.x/CMakeFiles/d3d11.x.dir/IIDExports.cpp.obj b056b68d675b9aa4 -831 1154 7910615220729638 d3d11.x/d3d11.x.dll fd9db952b1a57447 -831 1154 7910615220729638 d3d11.x/d3d11.x.lib fd9db952b1a57447 -38 239 7910615737233753 d3d11.x/CMakeFiles/d3d11_x.dir/IIDExports.cpp.obj.ddi 159dab44cd5a974d -31 317 7910615737158652 d3d11.x/CMakeFiles/d3d11_x.dir/d3d11.x.cpp.obj.ddi a8d76ecc9ab249c0 -35 321 7910615737203778 d3d11.x/CMakeFiles/d3d11_x.dir/IGraphicsUnknown.cpp.obj.ddi 29e9575a523ce674 -322 373 7910615740545434 d3d11.x/CMakeFiles/d3d11_x.dir/CXX.dd e74a77862ae42c36 -322 373 7910615740545434 d3d11.x/CMakeFiles/d3d11_x.dir/CXXModules.json e74a77862ae42c36 -322 373 7910615740545434 d3d11.x/CMakeFiles/d3d11_x.dir/d3d11.x.cpp.obj.modmap e74a77862ae42c36 -322 373 7910615740545434 d3d11.x/CMakeFiles/d3d11_x.dir/IGraphicsUnknown.cpp.obj.modmap e74a77862ae42c36 -322 373 7910615740545434 d3d11.x/CMakeFiles/d3d11_x.dir/IIDExports.cpp.obj.modmap e74a77862ae42c36 -387 730 7910615740721981 d3d11.x/CMakeFiles/d3d11_x.dir/IIDExports.cpp.obj 21054c244406a943 -384 1266 7910615740686851 d3d11.x/CMakeFiles/d3d11_x.dir/IGraphicsUnknown.cpp.obj 54ce850199357128 -380 1270 7910615740656774 d3d11.x/CMakeFiles/d3d11_x.dir/d3d11.x.cpp.obj 8ba0ab17ee537264 -1271 1536 7910615752023451 d3d11.x/d3d11_x.dll 96d8b03523087528 -1271 1536 7910615752023451 d3d11.x/d3d11_x.lib 96d8b03523087528 diff --git a/out/build/x64-Debug/VSInheritEnvironments.txt b/out/build/x64-Debug/VSInheritEnvironments.txt deleted file mode 100644 index f8cc9d8..0000000 --- a/out/build/x64-Debug/VSInheritEnvironments.txt +++ /dev/null @@ -1 +0,0 @@ -msvc_x64_x64 \ No newline at end of file diff --git a/out/build/x64-Debug/build.ninja b/out/build/x64-Debug/build.ninja deleted file mode 100644 index 5eebe58..0000000 --- a/out/build/x64-Debug/build.ninja +++ /dev/null @@ -1,802 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 4.1 - -# This file contains all the build statements describing the -# compilation DAG. - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# -# Which is the root file. -# ============================================================================= - -# ============================================================================= -# Project: WinDurango -# Configurations: Debug -# ============================================================================= - -############################################# -# Minimal version of Ninja required by this file - -ninja_required_version = 1.5 - - -############################################# -# Set configuration variable for custom commands. - -CONFIGURATION = Debug -# ============================================================================= -# Include auxiliary files. - - -############################################# -# Include rules file. - -include CMakeFiles\rules.ninja - -# ============================================================================= - -############################################# -# Logical path to working directory; prefix for absolute paths. - -cmake_ninja_workdir = C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\ - -############################################# -# Utility command for WinDurango - -build WinDurango: phony CMakeFiles\WinDurango etwplus\etwplus.dll kernelx\kernelx.dll projects\WinDurango.Common\WinDurango.Common.dll projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll projects\WinDurango.WinRT\WinDurango.WinRT.dll - - -############################################# -# Utility command for edit_cache - -build CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build edit_cache: phony CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build rebuild_cache: phony CMakeFiles\rebuild_cache.util - - -############################################# -# Phony custom command for CMakeFiles\WinDurango - -build CMakeFiles\WinDurango | ${cmake_ninja_workdir}CMakeFiles\WinDurango: phony projects\WinDurango.Common\WinDurango.Common.dll projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll projects\WinDurango.WinRT\WinDurango.WinRT.dll etwplus\etwplus.dll kernelx\kernelx.dll || etwplus\etwplus.dll kernelx\kernelx.dll projects\WinDurango.Common\WinDurango.Common.dll projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll projects\WinDurango.WinRT\WinDurango.WinRT.dll - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/umidi/source/repos/WinDurango/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target WinDurango.Common - - -############################################# -# Order-only phony target for WinDurango.Common - -build cmake_object_order_depends_target_WinDurango.Common: phony || . - -build projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.ddi: CXX_SCAN__WinDurango.2eCommon_Debug C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\src\WinDurango.cpp || cmake_object_order_depends_target_WinDurango.Common - DEFINES = -DWD_API_EXPORTS -DWINDURANGO_COMMON_COMPILER_NAME=\"MSVC\" -DWINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_COMMON_PLATFORM_NAME=\"Windows\" -DWINDURANGO_COMMON_RC_VERSION=1,0,0 -DWINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\" -DWinDurango_Common_EXPORTS - DEP_FILE = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - INCLUDES = -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\include\WinDurango.Common -IC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-src\include - OBJ_FILE = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj - PREPROCESSED_OUTPUT_FILE = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.ddi.i - -build projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj: CXX_COMPILER__WinDurango.2eCommon_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\src\WinDurango.cpp | projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.modmap || cmake_object_order_depends_target_WinDurango.Common projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\CXX.dd - CONFIG = Debug - DEFINES = -DWD_API_EXPORTS -DWINDURANGO_COMMON_COMPILER_NAME=\"MSVC\" -DWINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_COMMON_PLATFORM_NAME=\"Windows\" -DWINDURANGO_COMMON_RC_VERSION=1,0,0 -DWINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\" -DWinDurango_Common_EXPORTS - DYNDEP_MODULE_MAP_FILE = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - INCLUDES = -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\include\WinDurango.Common -IC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-src\include - OBJECT_DIR = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir - OBJECT_FILE_DIR = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src - TARGET_COMPILE_PDB = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\ - TARGET_PDB = projects\WinDurango.Common\WinDurango.Common.pdb - dyndep = projects/WinDurango.Common/CMakeFiles/WinDurango.Common.dir/CXX.dd - -build projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\CXX.dd | projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\CXXModules.json projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.modmap: CXX_DYNDEP__WinDurango.2eCommon_Debug projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj.ddi | C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\CXXDependInfo.json - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target WinDurango.Common - - -############################################# -# Link the shared library projects\WinDurango.Common\WinDurango.Common.dll - -build projects\WinDurango.Common\WinDurango.Common.dll projects\WinDurango.Common\WinDurango.Common.lib: CXX_SHARED_LIBRARY_LINKER__WinDurango.2eCommon_Debug projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\src\WinDurango.cpp.obj - CONFIG = Debug - LANGUAGE_COMPILE_FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -MDd -RTC1 -Zi - LINK_FLAGS = /machine:x64 /debug /INCREMENTAL - LINK_LIBRARIES = kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib - OBJECT_DIR = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir - POST_BUILD = cd . - PRE_LINK = cd . - RESTAT = 1 - TARGET_COMPILE_PDB = projects\WinDurango.Common\CMakeFiles\WinDurango.Common.dir\ - TARGET_FILE = projects\WinDurango.Common\WinDurango.Common.dll - TARGET_IMPLIB = projects\WinDurango.Common\WinDurango.Common.lib - TARGET_PDB = projects\WinDurango.Common\WinDurango.Common.pdb - - -############################################# -# Utility command for edit_cache - -build projects\WinDurango.Common\CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Common && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build projects\WinDurango.Common\edit_cache: phony projects\WinDurango.Common\CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build projects\WinDurango.Common\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Common && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build projects\WinDurango.Common\rebuild_cache: phony projects\WinDurango.Common\CMakeFiles\rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/umidi/source/repos/WinDurango/projects/WinDurango.Common/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build _deps\json-build\CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-build && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build _deps\json-build\edit_cache: phony _deps\json-build\CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build _deps\json-build\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-build && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build _deps\json-build\rebuild_cache: phony _deps\json-build\CMakeFiles\rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/umidi/source/repos/WinDurango/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target WinDurango.Implementation.WinRT - - -############################################# -# Order-only phony target for WinDurango.Implementation.WinRT - -build cmake_object_order_depends_target_WinDurango.Implementation.WinRT: phony || cmake_object_order_depends_target_WinDurango.Common - -build projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.ddi: CXX_SCAN__WinDurango.2eImplementation.2eWinRT_Debug C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\src\interfaces\Storage\Directory.cpp || cmake_object_order_depends_target_WinDurango.Implementation.WinRT - DEFINES = -DWDIMPL_API_EXPORTS -DWINDURANGO_COMMON_COMPILER_NAME=\"MSVC\" -DWINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_COMMON_PLATFORM_NAME=\"Windows\" -DWINDURANGO_COMMON_RC_VERSION=1,0,0 -DWINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\" -DWINDURANGO_IMPLEMENTATION_WINRT_COMPILER_NAME=\"MSVC\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_NAME=\"Windows\" -DWINDURANGO_IMPLEMENTATION_WINRT_RC_VERSION=1,0,0 -DWINDURANGO_IMPLEMENTATION_WINRT_VERSION=\"1.0.0-dev.1\" -DWinDurango_Implementation_WinRT_EXPORTS - DEP_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - INCLUDES = -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\include\WinDurango.Implementation.WinRT -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\..\WinDurango.Common\include -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\include\WinDurango.Common -IC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-src\include - OBJ_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj - PREPROCESSED_OUTPUT_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.ddi.i - -build projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj: CXX_COMPILER__WinDurango.2eImplementation.2eWinRT_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\src\interfaces\Storage\Directory.cpp | projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.modmap || cmake_object_order_depends_target_WinDurango.Implementation.WinRT projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\CXX.dd - CONFIG = Debug - DEFINES = -DWDIMPL_API_EXPORTS -DWINDURANGO_COMMON_COMPILER_NAME=\"MSVC\" -DWINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_COMMON_PLATFORM_NAME=\"Windows\" -DWINDURANGO_COMMON_RC_VERSION=1,0,0 -DWINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\" -DWINDURANGO_IMPLEMENTATION_WINRT_COMPILER_NAME=\"MSVC\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_NAME=\"Windows\" -DWINDURANGO_IMPLEMENTATION_WINRT_RC_VERSION=1,0,0 -DWINDURANGO_IMPLEMENTATION_WINRT_VERSION=\"1.0.0-dev.1\" -DWinDurango_Implementation_WinRT_EXPORTS - DYNDEP_MODULE_MAP_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - INCLUDES = -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\include\WinDurango.Implementation.WinRT -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\..\WinDurango.Common\include -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\include\WinDurango.Common -IC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-src\include - OBJECT_DIR = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir - OBJECT_FILE_DIR = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage - TARGET_COMPILE_PDB = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\ - TARGET_PDB = projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.pdb - dyndep = projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/CXX.dd - -build projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.ddi: CXX_SCAN__WinDurango.2eImplementation.2eWinRT_Debug C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\src\interfaces\Storage\File.cpp || cmake_object_order_depends_target_WinDurango.Implementation.WinRT - DEFINES = -DWDIMPL_API_EXPORTS -DWINDURANGO_COMMON_COMPILER_NAME=\"MSVC\" -DWINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_COMMON_PLATFORM_NAME=\"Windows\" -DWINDURANGO_COMMON_RC_VERSION=1,0,0 -DWINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\" -DWINDURANGO_IMPLEMENTATION_WINRT_COMPILER_NAME=\"MSVC\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_NAME=\"Windows\" -DWINDURANGO_IMPLEMENTATION_WINRT_RC_VERSION=1,0,0 -DWINDURANGO_IMPLEMENTATION_WINRT_VERSION=\"1.0.0-dev.1\" -DWinDurango_Implementation_WinRT_EXPORTS - DEP_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - INCLUDES = -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\include\WinDurango.Implementation.WinRT -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\..\WinDurango.Common\include -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\include\WinDurango.Common -IC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-src\include - OBJ_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj - PREPROCESSED_OUTPUT_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.ddi.i - -build projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj: CXX_COMPILER__WinDurango.2eImplementation.2eWinRT_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\src\interfaces\Storage\File.cpp | projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.modmap || cmake_object_order_depends_target_WinDurango.Implementation.WinRT projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\CXX.dd - CONFIG = Debug - DEFINES = -DWDIMPL_API_EXPORTS -DWINDURANGO_COMMON_COMPILER_NAME=\"MSVC\" -DWINDURANGO_COMMON_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_COMMON_PLATFORM_NAME=\"Windows\" -DWINDURANGO_COMMON_RC_VERSION=1,0,0 -DWINDURANGO_COMMON_VERSION=\"1.0.0-dev.5\" -DWINDURANGO_IMPLEMENTATION_WINRT_COMPILER_NAME=\"MSVC\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_ARCH=\"AMD64\" -DWINDURANGO_IMPLEMENTATION_WINRT_PLATFORM_NAME=\"Windows\" -DWINDURANGO_IMPLEMENTATION_WINRT_RC_VERSION=1,0,0 -DWINDURANGO_IMPLEMENTATION_WINRT_VERSION=\"1.0.0-dev.1\" -DWinDurango_Implementation_WinRT_EXPORTS - DYNDEP_MODULE_MAP_FILE = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - INCLUDES = -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\include\WinDurango.Implementation.WinRT -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\..\WinDurango.Common\include -IC:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\include\WinDurango.Common -IC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-src\include - OBJECT_DIR = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir - OBJECT_FILE_DIR = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage - TARGET_COMPILE_PDB = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\ - TARGET_PDB = projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.pdb - dyndep = projects/WinDurango.Implementation.WinRT/CMakeFiles/WinDurango.Implementation.WinRT.dir/CXX.dd - -build projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\CXX.dd | projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\CXXModules.json projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.modmap projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.modmap: CXX_DYNDEP__WinDurango.2eImplementation.2eWinRT_Debug projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj.ddi projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj.ddi | C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\CXXDependInfo.json - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target WinDurango.Implementation.WinRT - - -############################################# -# Link the shared library projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll - -build projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.lib: CXX_SHARED_LIBRARY_LINKER__WinDurango.2eImplementation.2eWinRT_Debug projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\Directory.cpp.obj projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\src\interfaces\Storage\File.cpp.obj | projects\WinDurango.Common\WinDurango.Common.lib || projects\WinDurango.Common\WinDurango.Common.dll - CONFIG = Debug - LANGUAGE_COMPILE_FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -MDd -RTC1 -Zi - LINK_FLAGS = /machine:x64 /debug /INCREMENTAL - LINK_LIBRARIES = projects\WinDurango.Common\WinDurango.Common.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib - OBJECT_DIR = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir - POST_BUILD = cd . - PRE_LINK = cd . - RESTAT = 1 - TARGET_COMPILE_PDB = projects\WinDurango.Implementation.WinRT\CMakeFiles\WinDurango.Implementation.WinRT.dir\ - TARGET_FILE = projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll - TARGET_IMPLIB = projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.lib - TARGET_PDB = projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.pdb - - -############################################# -# Utility command for edit_cache - -build projects\WinDurango.Implementation.WinRT\CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Implementation.WinRT && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build projects\WinDurango.Implementation.WinRT\edit_cache: phony projects\WinDurango.Implementation.WinRT\CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build projects\WinDurango.Implementation.WinRT\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Implementation.WinRT && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build projects\WinDurango.Implementation.WinRT\rebuild_cache: phony projects\WinDurango.Implementation.WinRT\CMakeFiles\rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/umidi/source/repos/WinDurango/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target WinDurango.WinRT - - -############################################# -# Order-only phony target for WinDurango.WinRT - -build cmake_object_order_depends_target_WinDurango.WinRT: phony || cmake_object_order_depends_target_WinDurango.Common - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target WinDurango.WinRT - - -############################################# -# Link the shared library projects\WinDurango.WinRT\WinDurango.WinRT.dll - -build projects\WinDurango.WinRT\WinDurango.WinRT.dll projects\WinDurango.WinRT\WinDurango.WinRT.lib: CXX_SHARED_LIBRARY_LINKER__WinDurango.2eWinRT_Debug | projects\WinDurango.Common\WinDurango.Common.lib || projects\WinDurango.Common\WinDurango.Common.dll - CONFIG = Debug - LANGUAGE_COMPILE_FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -MDd -RTC1 -Zi - LINK_FLAGS = /machine:x64 /debug /INCREMENTAL - LINK_LIBRARIES = projects\WinDurango.Common\WinDurango.Common.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib - OBJECT_DIR = projects\WinDurango.WinRT\CMakeFiles\WinDurango.WinRT.dir - POST_BUILD = cd . - PRE_LINK = cd . - RESTAT = 1 - TARGET_COMPILE_PDB = projects\WinDurango.WinRT\CMakeFiles\WinDurango.WinRT.dir\ - TARGET_FILE = projects\WinDurango.WinRT\WinDurango.WinRT.dll - TARGET_IMPLIB = projects\WinDurango.WinRT\WinDurango.WinRT.lib - TARGET_PDB = projects\WinDurango.WinRT\WinDurango.WinRT.pdb - - -############################################# -# Utility command for edit_cache - -build projects\WinDurango.WinRT\CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.WinRT && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build projects\WinDurango.WinRT\edit_cache: phony projects\WinDurango.WinRT\CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build projects\WinDurango.WinRT\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.WinRT && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build projects\WinDurango.WinRT\rebuild_cache: phony projects\WinDurango.WinRT\CMakeFiles\rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/umidi/source/repos/WinDurango/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target etwplus - - -############################################# -# Order-only phony target for etwplus - -build cmake_object_order_depends_target_etwplus: phony || . - -build etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.ddi: CXX_SCAN__etwplus_Debug C$:\Users\umidi\source\repos\WinDurango\etwplus\etwplus.cpp || cmake_object_order_depends_target_etwplus - DEFINES = -Detwplus_EXPORTS - DEP_FILE = etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJ_FILE = etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj - PREPROCESSED_OUTPUT_FILE = etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.ddi.i - -build etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj: CXX_COMPILER__etwplus_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\etwplus\etwplus.cpp | etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.modmap || cmake_object_order_depends_target_etwplus etwplus\CMakeFiles\etwplus.dir\CXX.dd - CONFIG = Debug - DEFINES = -Detwplus_EXPORTS - DYNDEP_MODULE_MAP_FILE = etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJECT_DIR = etwplus\CMakeFiles\etwplus.dir - OBJECT_FILE_DIR = etwplus\CMakeFiles\etwplus.dir - TARGET_COMPILE_PDB = etwplus\CMakeFiles\etwplus.dir\ - TARGET_PDB = etwplus\etwplus.pdb - dyndep = etwplus/CMakeFiles/etwplus.dir/CXX.dd - -build etwplus\CMakeFiles\etwplus.dir\CXX.dd | etwplus\CMakeFiles\etwplus.dir\CXXModules.json etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.modmap: CXX_DYNDEP__etwplus_Debug etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj.ddi | C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\etwplus\CMakeFiles\etwplus.dir\CXXDependInfo.json - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target etwplus - - -############################################# -# Link the shared library etwplus\etwplus.dll - -build etwplus\etwplus.dll etwplus\etwplus.lib: CXX_SHARED_LIBRARY_LINKER__etwplus_Debug etwplus\CMakeFiles\etwplus.dir\etwplus.cpp.obj - CONFIG = Debug - LANGUAGE_COMPILE_FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -MDd -RTC1 -Zi - LINK_FLAGS = /machine:x64 /debug /INCREMENTAL - LINK_LIBRARIES = kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib - OBJECT_DIR = etwplus\CMakeFiles\etwplus.dir - POST_BUILD = cd . - PRE_LINK = cd . - RESTAT = 1 - TARGET_COMPILE_PDB = etwplus\CMakeFiles\etwplus.dir\ - TARGET_FILE = etwplus\etwplus.dll - TARGET_IMPLIB = etwplus\etwplus.lib - TARGET_PDB = etwplus\etwplus.pdb - - -############################################# -# Utility command for edit_cache - -build etwplus\CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\etwplus && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build etwplus\edit_cache: phony etwplus\CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build etwplus\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\etwplus && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build etwplus\rebuild_cache: phony etwplus\CMakeFiles\rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/umidi/source/repos/WinDurango/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target kernelx - - -############################################# -# Order-only phony target for kernelx - -build cmake_object_order_depends_target_kernelx: phony || . - -build kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.ddi: CXX_SCAN__kernelx_Debug C$:\Users\umidi\source\repos\WinDurango\kernelx\kernelx.cpp || cmake_object_order_depends_target_kernelx - DEFINES = -Dkernelx_EXPORTS - DEP_FILE = kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJ_FILE = kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj - PREPROCESSED_OUTPUT_FILE = kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.ddi.i - -build kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj: CXX_COMPILER__kernelx_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\kernelx\kernelx.cpp | kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.modmap || cmake_object_order_depends_target_kernelx kernelx\CMakeFiles\kernelx.dir\CXX.dd - CONFIG = Debug - DEFINES = -Dkernelx_EXPORTS - DYNDEP_MODULE_MAP_FILE = kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJECT_DIR = kernelx\CMakeFiles\kernelx.dir - OBJECT_FILE_DIR = kernelx\CMakeFiles\kernelx.dir - TARGET_COMPILE_PDB = kernelx\CMakeFiles\kernelx.dir\ - TARGET_PDB = kernelx\kernelx.pdb - dyndep = kernelx/CMakeFiles/kernelx.dir/CXX.dd - -build kernelx\CMakeFiles\kernelx.dir\CXX.dd | kernelx\CMakeFiles\kernelx.dir\CXXModules.json kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.modmap: CXX_DYNDEP__kernelx_Debug kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj.ddi | C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\kernelx\CMakeFiles\kernelx.dir\CXXDependInfo.json - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target kernelx - - -############################################# -# Link the shared library kernelx\kernelx.dll - -build kernelx\kernelx.dll kernelx\kernelx.lib: CXX_SHARED_LIBRARY_LINKER__kernelx_Debug kernelx\CMakeFiles\kernelx.dir\kernelx.cpp.obj - CONFIG = Debug - LANGUAGE_COMPILE_FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -MDd -RTC1 -Zi - LINK_FLAGS = /machine:x64 /debug /INCREMENTAL - LINK_LIBRARIES = kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib - OBJECT_DIR = kernelx\CMakeFiles\kernelx.dir - POST_BUILD = cd . - PRE_LINK = cd . - RESTAT = 1 - TARGET_COMPILE_PDB = kernelx\CMakeFiles\kernelx.dir\ - TARGET_FILE = kernelx\kernelx.dll - TARGET_IMPLIB = kernelx\kernelx.lib - TARGET_PDB = kernelx\kernelx.pdb - - -############################################# -# Utility command for edit_cache - -build kernelx\CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\kernelx && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build kernelx\edit_cache: phony kernelx\CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build kernelx\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\kernelx && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build kernelx\rebuild_cache: phony kernelx\CMakeFiles\rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/umidi/source/repos/WinDurango/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target d3d11_x - - -############################################# -# Order-only phony target for d3d11_x - -build cmake_object_order_depends_target_d3d11_x: phony || . - -build d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.ddi: CXX_SCAN__d3d11_x_Debug C$:\Users\umidi\source\repos\WinDurango\d3d11.x\d3d11.x.cpp || cmake_object_order_depends_target_d3d11_x - DEFINES = -Dd3d11_x_EXPORTS - DEP_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJ_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj - PREPROCESSED_OUTPUT_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.ddi.i - -build d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj: CXX_COMPILER__d3d11_x_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\d3d11.x\d3d11.x.cpp | d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.modmap || cmake_object_order_depends_target_d3d11_x d3d11.x\CMakeFiles\d3d11_x.dir\CXX.dd - CONFIG = Debug - DEFINES = -Dd3d11_x_EXPORTS - DYNDEP_MODULE_MAP_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJECT_DIR = d3d11.x\CMakeFiles\d3d11_x.dir - OBJECT_FILE_DIR = d3d11.x\CMakeFiles\d3d11_x.dir - TARGET_COMPILE_PDB = d3d11.x\CMakeFiles\d3d11_x.dir\ - TARGET_PDB = d3d11.x\d3d11_x.pdb - dyndep = d3d11.x/CMakeFiles/d3d11_x.dir/CXX.dd - -build d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.ddi: CXX_SCAN__d3d11_x_Debug C$:\Users\umidi\source\repos\WinDurango\d3d11.x\IGraphicsUnknown.cpp || cmake_object_order_depends_target_d3d11_x - DEFINES = -Dd3d11_x_EXPORTS - DEP_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJ_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj - PREPROCESSED_OUTPUT_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.ddi.i - -build d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj: CXX_COMPILER__d3d11_x_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\d3d11.x\IGraphicsUnknown.cpp | d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.modmap || cmake_object_order_depends_target_d3d11_x d3d11.x\CMakeFiles\d3d11_x.dir\CXX.dd - CONFIG = Debug - DEFINES = -Dd3d11_x_EXPORTS - DYNDEP_MODULE_MAP_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJECT_DIR = d3d11.x\CMakeFiles\d3d11_x.dir - OBJECT_FILE_DIR = d3d11.x\CMakeFiles\d3d11_x.dir - TARGET_COMPILE_PDB = d3d11.x\CMakeFiles\d3d11_x.dir\ - TARGET_PDB = d3d11.x\d3d11_x.pdb - dyndep = d3d11.x/CMakeFiles/d3d11_x.dir/CXX.dd - -build d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.ddi: CXX_SCAN__d3d11_x_Debug C$:\Users\umidi\source\repos\WinDurango\d3d11.x\IIDExports.cpp || cmake_object_order_depends_target_d3d11_x - DEFINES = -Dd3d11_x_EXPORTS - DEP_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.ddi.d - DYNDEP_INTERMEDIATE_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.ddi - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJ_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj - PREPROCESSED_OUTPUT_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.ddi.i - -build d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj: CXX_COMPILER__d3d11_x_scanned_Debug C$:\Users\umidi\source\repos\WinDurango\d3d11.x\IIDExports.cpp | d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.modmap || cmake_object_order_depends_target_d3d11_x d3d11.x\CMakeFiles\d3d11_x.dir\CXX.dd - CONFIG = Debug - DEFINES = -Dd3d11_x_EXPORTS - DYNDEP_MODULE_MAP_FILE = d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.modmap - FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -std:c++20 -MDd -RTC1 -Zi - OBJECT_DIR = d3d11.x\CMakeFiles\d3d11_x.dir - OBJECT_FILE_DIR = d3d11.x\CMakeFiles\d3d11_x.dir - TARGET_COMPILE_PDB = d3d11.x\CMakeFiles\d3d11_x.dir\ - TARGET_PDB = d3d11.x\d3d11_x.pdb - dyndep = d3d11.x/CMakeFiles/d3d11_x.dir/CXX.dd - -build d3d11.x\CMakeFiles\d3d11_x.dir\CXX.dd | d3d11.x\CMakeFiles\d3d11_x.dir\CXXModules.json d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.modmap d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.modmap d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.modmap: CXX_DYNDEP__d3d11_x_Debug d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj.ddi d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj.ddi d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj.ddi | C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\d3d11.x\CMakeFiles\d3d11_x.dir\CXXDependInfo.json - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target d3d11_x - - -############################################# -# Link the shared library d3d11.x\d3d11_x.dll - -build d3d11.x\d3d11_x.dll d3d11.x\d3d11_x.lib: CXX_SHARED_LIBRARY_LINKER__d3d11_x_Debug d3d11.x\CMakeFiles\d3d11_x.dir\d3d11.x.cpp.obj d3d11.x\CMakeFiles\d3d11_x.dir\IGraphicsUnknown.cpp.obj d3d11.x\CMakeFiles\d3d11_x.dir\IIDExports.cpp.obj | C$:\Users\umidi\source\repos\WinDurango\d3d11.x\Exports.def - CONFIG = Debug - LANGUAGE_COMPILE_FLAGS = /DWIN32 /D_WINDOWS /EHsc /Ob0 /Od -MDd -RTC1 -Zi - LINK_FLAGS = /machine:x64 /debug /INCREMENTAL /FORCE:MULTIPLE /DEF:C:\Users\umidi\source\repos\WinDurango\d3d11.x\Exports.def - LINK_LIBRARIES = kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib - OBJECT_DIR = d3d11.x\CMakeFiles\d3d11_x.dir - POST_BUILD = cd . - PRE_LINK = cd . - RESTAT = 1 - TARGET_COMPILE_PDB = d3d11.x\CMakeFiles\d3d11_x.dir\ - TARGET_FILE = d3d11.x\d3d11_x.dll - TARGET_IMPLIB = d3d11.x\d3d11_x.lib - TARGET_PDB = d3d11.x\d3d11_x.pdb - - -############################################# -# Utility command for edit_cache - -build d3d11.x\CMakeFiles\edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\d3d11.x && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E echo "No interactive CMake dialog available."" - DESC = No interactive CMake dialog available... - restat = 1 - -build d3d11.x\edit_cache: phony d3d11.x\CMakeFiles\edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build d3d11.x\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\d3d11.x && F:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SC:\Users\umidi\source\repos\WinDurango -BC:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build d3d11.x\rebuild_cache: phony d3d11.x\CMakeFiles\rebuild_cache.util - -# ============================================================================= -# Target aliases. - -build WinDurango.Common: phony projects\WinDurango.Common\WinDurango.Common.dll - -build WinDurango.Common.dll: phony projects\WinDurango.Common\WinDurango.Common.dll - -build WinDurango.Implementation.WinRT: phony projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll - -build WinDurango.Implementation.WinRT.dll: phony projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll - -build WinDurango.WinRT: phony projects\WinDurango.WinRT\WinDurango.WinRT.dll - -build WinDurango.WinRT.dll: phony projects\WinDurango.WinRT\WinDurango.WinRT.dll - -build d3d11_x: phony d3d11.x\d3d11_x.dll - -build d3d11_x.dll: phony d3d11.x\d3d11_x.dll - -build etwplus: phony etwplus\etwplus.dll - -build etwplus.dll: phony etwplus\etwplus.dll - -build kernelx: phony kernelx\kernelx.dll - -build kernelx.dll: phony kernelx\kernelx.dll - -# ============================================================================= -# Folder targets. - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug - -build codegen: phony projects\WinDurango.Common\codegen projects\WinDurango.Implementation.WinRT\codegen projects\WinDurango.WinRT\codegen etwplus\codegen kernelx\codegen d3d11.x\codegen - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps/json-build - -build _deps\json-build\codegen: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/d3d11.x - -build d3d11.x\codegen: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/etwplus - -build etwplus\codegen: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/kernelx - -build kernelx\codegen: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Common - -build projects\WinDurango.Common\codegen: phony _deps\json-build\codegen - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT - -build projects\WinDurango.Implementation.WinRT\codegen: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.WinRT - -build projects\WinDurango.WinRT\codegen: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug - -build all: phony WinDurango projects\WinDurango.Common\all projects\WinDurango.Implementation.WinRT\all projects\WinDurango.WinRT\all etwplus\all kernelx\all d3d11.x\all - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/_deps/json-build - -build _deps\json-build\all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/d3d11.x - -build d3d11.x\all: phony d3d11.x\d3d11_x.dll - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/etwplus - -build etwplus\all: phony etwplus\etwplus.dll - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/kernelx - -build kernelx\all: phony kernelx\kernelx.dll - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Common - -build projects\WinDurango.Common\all: phony projects\WinDurango.Common\WinDurango.Common.dll _deps\json-build\all - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT - -build projects\WinDurango.Implementation.WinRT\all: phony projects\WinDurango.Implementation.WinRT\WinDurango.Implementation.WinRT.dll - -# ============================================================================= - -############################################# -# Folder: C:/Users/umidi/source/repos/WinDurango/out/build/x64-Debug/projects/WinDurango.WinRT - -build projects\WinDurango.WinRT\all: phony projects\WinDurango.WinRT\WinDurango.WinRT.dll - -# ============================================================================= -# Built-in targets - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\cmake_install.cmake C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Common\cmake_install.cmake C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\_deps\json-build\cmake_install.cmake C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.Implementation.WinRT\cmake_install.cmake C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\projects\WinDurango.WinRT\cmake_install.cmake C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\etwplus\cmake_install.cmake C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\kernelx\cmake_install.cmake C$:\Users\umidi\source\repos\WinDurango\out\build\x64-Debug\d3d11.x\cmake_install.cmake: RERUN_CMAKE | C$:\Users\umidi\source\repos\WinDurango\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\d3d11.x\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\etwplus\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\kernelx\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.WinRT\CMakeLists.txt CMakeCache.txt CMakeFiles\4.1.1-msvc1\CMakeCCompiler.cmake CMakeFiles\4.1.1-msvc1\CMakeCXXCompiler.cmake CMakeFiles\4.1.1-msvc1\CMakeRCCompiler.cmake CMakeFiles\4.1.1-msvc1\CMakeSystem.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeCInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeCXXInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeCommonLanguageInclude.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeGenericSystem.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeInitializeConfigs.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeLanguageInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakePackageConfigHelpers.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeRCInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeSystemSpecificInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeSystemSpecificInitialize.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\CMakeCommonCompilerMacros.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\PatchInfo.txt.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\RepositoryInfo.txt.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\UpdateInfo.txt.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\download.cmake.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\extractfile.cmake.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\shared_internal_commands.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\stepscript.cmake.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\FetchContent.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\GNUInstallDirs.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Internal\CMakeCLinkerInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Internal\CMakeCXXLinkerInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Internal\CMakeCommonLinkerInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Linker\MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Linker\MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Linker\MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Linker\Windows-MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Linker\Windows-MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Linker\Windows-MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-Initialize.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\WindowsPaths.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\WriteBasicConfigVersionFile.cmake _deps\json-src\CMakeLists.txt _deps\json-src\cmake\config.cmake.in _deps\json-src\cmake\nlohmann_jsonConfigVersion.cmake.in _deps\json-src\cmake\pkg-config.pc.in - pool = console - - -############################################# -# A missing CMake input file is not an error. - -build C$:\Users\umidi\source\repos\WinDurango\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\d3d11.x\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\etwplus\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\kernelx\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Common\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.Implementation.WinRT\CMakeLists.txt C$:\Users\umidi\source\repos\WinDurango\projects\WinDurango.WinRT\CMakeLists.txt CMakeCache.txt CMakeFiles\4.1.1-msvc1\CMakeCCompiler.cmake CMakeFiles\4.1.1-msvc1\CMakeCXXCompiler.cmake CMakeFiles\4.1.1-msvc1\CMakeRCCompiler.cmake CMakeFiles\4.1.1-msvc1\CMakeSystem.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeCInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeCXXInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeCommonLanguageInclude.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeGenericSystem.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeInitializeConfigs.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeLanguageInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakePackageConfigHelpers.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeRCInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeSystemSpecificInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\CMakeSystemSpecificInitialize.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\CMakeCommonCompilerMacros.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Compiler\MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\PatchInfo.txt.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\RepositoryInfo.txt.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\UpdateInfo.txt.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\download.cmake.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\extractfile.cmake.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\shared_internal_commands.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\ExternalProject\stepscript.cmake.in F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\FetchContent.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\GNUInstallDirs.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Internal\CMakeCLinkerInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Internal\CMakeCXXLinkerInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Internal\CMakeCommonLinkerInformation.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Linker\MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Linker\MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Linker\MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Linker\Windows-MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Linker\Windows-MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Linker\Windows-MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-Initialize.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-MSVC-C.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-MSVC-CXX.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows-MSVC.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\Windows.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\Platform\WindowsPaths.cmake F$:\VS2026\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-4.1\Modules\WriteBasicConfigVersionFile.cmake _deps\json-src\CMakeLists.txt _deps\json-src\cmake\config.cmake.in _deps\json-src\cmake\nlohmann_jsonConfigVersion.cmake.in _deps\json-src\cmake\pkg-config.pc.in: phony - - -############################################# -# Clean all the built files. - -build clean: CLEAN - - -############################################# -# Print all primary targets available. - -build help: HELP - - -############################################# -# Make the all target the default. - -default all diff --git a/out/build/x64-Debug/d3d11.x/d3d11.x.dll b/out/build/x64-Debug/d3d11.x/d3d11.x.dll deleted file mode 100644 index 6d6bd8a..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11.x.dll and /dev/null differ diff --git a/out/build/x64-Debug/d3d11.x/d3d11.x.exp b/out/build/x64-Debug/d3d11.x/d3d11.x.exp deleted file mode 100644 index fe8247e..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11.x.exp and /dev/null differ diff --git a/out/build/x64-Debug/d3d11.x/d3d11.x.lib b/out/build/x64-Debug/d3d11.x/d3d11.x.lib deleted file mode 100644 index 1be7e33..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11.x.lib and /dev/null differ diff --git a/out/build/x64-Debug/d3d11.x/d3d11.x.pdb b/out/build/x64-Debug/d3d11.x/d3d11.x.pdb deleted file mode 100644 index 1e22b9f..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11.x.pdb and /dev/null differ diff --git a/out/build/x64-Debug/d3d11.x/d3d11_x.dll b/out/build/x64-Debug/d3d11.x/d3d11_x.dll deleted file mode 100644 index fd4cc18..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11_x.dll and /dev/null differ diff --git a/out/build/x64-Debug/d3d11.x/d3d11_x.exp b/out/build/x64-Debug/d3d11.x/d3d11_x.exp deleted file mode 100644 index eb289ac..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11_x.exp and /dev/null differ diff --git a/out/build/x64-Debug/d3d11.x/d3d11_x.lib b/out/build/x64-Debug/d3d11.x/d3d11_x.lib deleted file mode 100644 index 1be7e33..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11_x.lib and /dev/null differ diff --git a/out/build/x64-Debug/d3d11.x/d3d11_x.pdb b/out/build/x64-Debug/d3d11.x/d3d11_x.pdb deleted file mode 100644 index 96b94be..0000000 Binary files a/out/build/x64-Debug/d3d11.x/d3d11_x.pdb and /dev/null differ diff --git a/out/build/x64-Debug/etwplus/etwplus.dll b/out/build/x64-Debug/etwplus/etwplus.dll deleted file mode 100644 index 4d4202e..0000000 Binary files a/out/build/x64-Debug/etwplus/etwplus.dll and /dev/null differ diff --git a/out/build/x64-Debug/etwplus/etwplus.exp b/out/build/x64-Debug/etwplus/etwplus.exp deleted file mode 100644 index d24120f..0000000 Binary files a/out/build/x64-Debug/etwplus/etwplus.exp and /dev/null differ diff --git a/out/build/x64-Debug/etwplus/etwplus.ilk b/out/build/x64-Debug/etwplus/etwplus.ilk deleted file mode 100644 index 18a7865..0000000 Binary files a/out/build/x64-Debug/etwplus/etwplus.ilk and /dev/null differ diff --git a/out/build/x64-Debug/etwplus/etwplus.lib b/out/build/x64-Debug/etwplus/etwplus.lib deleted file mode 100644 index 6326814..0000000 Binary files a/out/build/x64-Debug/etwplus/etwplus.lib and /dev/null differ diff --git a/out/build/x64-Debug/etwplus/etwplus.pdb b/out/build/x64-Debug/etwplus/etwplus.pdb deleted file mode 100644 index f503fb6..0000000 Binary files a/out/build/x64-Debug/etwplus/etwplus.pdb and /dev/null differ diff --git a/out/build/x64-Debug/kernelx/kernelx.dll b/out/build/x64-Debug/kernelx/kernelx.dll deleted file mode 100644 index 18ded4d..0000000 Binary files a/out/build/x64-Debug/kernelx/kernelx.dll and /dev/null differ diff --git a/out/build/x64-Debug/kernelx/kernelx.exp b/out/build/x64-Debug/kernelx/kernelx.exp deleted file mode 100644 index 1818109..0000000 Binary files a/out/build/x64-Debug/kernelx/kernelx.exp and /dev/null differ diff --git a/out/build/x64-Debug/kernelx/kernelx.ilk b/out/build/x64-Debug/kernelx/kernelx.ilk deleted file mode 100644 index 51ebaa7..0000000 Binary files a/out/build/x64-Debug/kernelx/kernelx.ilk and /dev/null differ diff --git a/out/build/x64-Debug/kernelx/kernelx.lib b/out/build/x64-Debug/kernelx/kernelx.lib deleted file mode 100644 index 3bfbb22..0000000 Binary files a/out/build/x64-Debug/kernelx/kernelx.lib and /dev/null differ diff --git a/out/build/x64-Debug/kernelx/kernelx.pdb b/out/build/x64-Debug/kernelx/kernelx.pdb deleted file mode 100644 index e21a363..0000000 Binary files a/out/build/x64-Debug/kernelx/kernelx.pdb and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.dll b/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.dll deleted file mode 100644 index 0ef7e86..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.dll and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.exp b/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.exp deleted file mode 100644 index 0d12194..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.exp and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.ilk b/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.ilk deleted file mode 100644 index 0059126..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.ilk and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.lib b/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.lib deleted file mode 100644 index ffe080b..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.lib and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.pdb b/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.pdb deleted file mode 100644 index cfebf84..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Common/WinDurango.Common.pdb and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.dll b/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.dll deleted file mode 100644 index 4f371b1..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.dll and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.exp b/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.exp deleted file mode 100644 index 1b25016..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.exp and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.ilk b/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.ilk deleted file mode 100644 index be807b2..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.ilk and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.lib b/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.lib deleted file mode 100644 index 68c1fd7..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.lib and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.pdb b/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.pdb deleted file mode 100644 index 25248f7..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Implementation.WinRT/WinDurango.Implementation.WinRT.pdb and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.dll b/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.dll deleted file mode 100644 index ae136a5..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.dll and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.exp b/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.exp deleted file mode 100644 index e160d61..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.exp and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.ilk b/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.ilk deleted file mode 100644 index 77c19c1..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.ilk and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.lib b/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.lib deleted file mode 100644 index 3bfbb22..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.lib and /dev/null differ diff --git a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.pdb b/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.pdb deleted file mode 100644 index ae718d5..0000000 Binary files a/out/build/x64-Debug/projects/WinDurango.Kernel/kernelx.pdb and /dev/null differ diff --git a/projects/WinDurango.Common/CMakeLists.txt b/projects/WinDurango.Common/CMakeLists.txt index 18b116e..6d6c78a 100644 --- a/projects/WinDurango.Common/CMakeLists.txt +++ b/projects/WinDurango.Common/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.30) project(WinDurango.Common VERSION 1.0.0) include(FetchContent) @@ -23,7 +23,7 @@ FetchContent_MakeAvailable(json) add_library(WinDurango.Common SHARED ${FILES}) target_include_directories(WinDurango.Common PUBLIC - $ + $ ) target_link_libraries(WinDurango.Common PUBLIC nlohmann_json::nlohmann_json) diff --git a/projects/WinDurango.Common/src/WinDurango.cpp b/projects/WinDurango.Common/src/WinDurango.cpp index 33fa059..67044fd 100644 --- a/projects/WinDurango.Common/src/WinDurango.cpp +++ b/projects/WinDurango.Common/src/WinDurango.cpp @@ -1,7 +1,7 @@ // // Created by DexrnZacAttack on 1/23/26 using zPc-i2. // -#include "WinDurango.h" +#include "WinDurango.Common/WinDurango.h" namespace wd::common { diff --git a/projects/WinDurango.Implementation.Native/CMakeLists.txt b/projects/WinDurango.Implementation.Native/CMakeLists.txt new file mode 100644 index 0000000..2fa9696 --- /dev/null +++ b/projects/WinDurango.Implementation.Native/CMakeLists.txt @@ -0,0 +1,28 @@ +cmake_minimum_required(VERSION 3.30) +project(WinDurango.Implementation.Native VERSION 1.0.0) + +set(VERSION_SUFFIX "-dev.0") # used for non-stable versions, otherwise blank +set(CMAKE_CXX_STANDARD 20) + +set(FILES + include/WinDurango.Implementation.Native/WinDurangoNative.h +) + +add_compile_definitions(WDIMPL_API_EXPORTS) + +add_library(WinDurango.Implementation.Native SHARED ${FILES}) +target_include_directories(WinDurango.Implementation.Native PUBLIC + $ +) + +target_link_libraries(WinDurango.Implementation.Native PRIVATE WinDurango.Common) + +target_compile_definitions(WinDurango.Implementation.Native PUBLIC + WINDURANGO_IMPLEMENTATION_NATIVE_COMPILER_NAME="${CMAKE_CXX_COMPILER_ID}" + WINDURANGO_IMPLEMENTATION_NATIVE_PLATFORM_NAME="${CMAKE_SYSTEM_NAME}" + WINDURANGO_IMPLEMENTATION_NATIVE_PLATFORM_ARCH="${CMAKE_SYSTEM_PROCESSOR}" + WINDURANGO_IMPLEMENTATION_NATIVE_VERSION="${PROJECT_VERSION}${VERSION_SUFFIX}" + WINDURANGO_IMPLEMENTATION_NATIVE_RC_VERSION=${PROJECT_VERSION_MAJOR},${PROJECT_VERSION_MINOR},${PROJECT_VERSION_PATCH} +) + +set_target_properties(WinDurango.Implementation.Native PROPERTIES LINKER_LANGUAGE CXX) \ No newline at end of file diff --git a/projects/WinDurango.Implementation.Native/README.md b/projects/WinDurango.Implementation.Native/README.md new file mode 100644 index 0000000..799849b --- /dev/null +++ b/projects/WinDurango.Implementation.Native/README.md @@ -0,0 +1 @@ +# WinDurango.Implementation.WinRT \ No newline at end of file diff --git a/projects/WinDurango.Implementation.Native/include/WinDurango.Implementation.Native/WinDurangoNative.h b/projects/WinDurango.Implementation.Native/include/WinDurango.Implementation.Native/WinDurangoNative.h new file mode 100644 index 0000000..28acbaa --- /dev/null +++ b/projects/WinDurango.Implementation.Native/include/WinDurango.Implementation.Native/WinDurangoNative.h @@ -0,0 +1,15 @@ +#pragma once + +// TODO we can just move this all to Common I believe. + +#ifdef WD_API_EXPORTS + #define WD_API __declspec(dllexport) +#else + #define WD_API __declspec(dllimport) +#endif + +#ifdef WDIMPL_API_EXPORTS + #define WDIMPL_API __declspec(dllexport) +#else + #define WDIMPL_API __declspec(dllimport) +#endif \ No newline at end of file diff --git a/projects/WinDurango.Implementation.WinRT/CMakeLists.txt b/projects/WinDurango.Implementation.WinRT/CMakeLists.txt index dca4a0a..597056b 100644 --- a/projects/WinDurango.Implementation.WinRT/CMakeLists.txt +++ b/projects/WinDurango.Implementation.WinRT/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.30) project(WinDurango.Implementation.WinRT VERSION 1.0.0) set(VERSION_SUFFIX "-dev.1") # used for non-stable versions, otherwise blank @@ -15,8 +15,7 @@ add_compile_definitions(WDIMPL_API_EXPORTS) add_library(WinDurango.Implementation.WinRT SHARED ${FILES}) target_include_directories(WinDurango.Implementation.WinRT PUBLIC - $ - ../WinDurango.Common/include/ + $ ) target_link_libraries(WinDurango.Implementation.WinRT PRIVATE WinDurango.Common) @@ -29,4 +28,7 @@ target_compile_definitions(WinDurango.Implementation.WinRT PUBLIC WINDURANGO_IMPLEMENTATION_WINRT_RC_VERSION=${PROJECT_VERSION_MAJOR},${PROJECT_VERSION_MINOR},${PROJECT_VERSION_PATCH} ) -set_target_properties(WinDurango.Implementation.WinRT PROPERTIES LINKER_LANGUAGE CXX) \ No newline at end of file +set_target_properties(WinDurango.Implementation.WinRT PROPERTIES LINKER_LANGUAGE CXX) + +set_target_properties(${PROJECT_NAME} PROPERTIES VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION 10.0.18362.0) +target_compile_definitions(WinDurango.Implementation.WinRT PRIVATE _WINRT_DLL WIN32_LEAN_AND_MEAN WINRT_LEAN_AND_MEAN) \ No newline at end of file diff --git a/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/Directory.h b/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/Directory.h index 3036a68..46fd9c9 100644 --- a/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/Directory.h +++ b/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/Directory.h @@ -1,5 +1,5 @@ #pragma once -#include "WinDurango.h" +#include "WinDurango.Implementation.WinRT/WinDurangoWinRT.h" #include "WinDurango.Common/interfaces/Storage/Directory.h" /* diff --git a/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/File.h b/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/File.h index a7239d4..35804a4 100644 --- a/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/File.h +++ b/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/Interfaces/Storage/File.h @@ -1,7 +1,7 @@ #pragma once #include #include -#include "WinDurango.h" +#include "WinDurango.Implementation.WinRT/WinDurangoWinRT.h" #include "WinDurango.Common/Interfaces/Storage/File.h" namespace wd::impl::winrt::interfaces::storage { diff --git a/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/WinDurango.h b/projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/WinDurangoWinRT.h similarity index 100% rename from projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/WinDurango.h rename to projects/WinDurango.Implementation.WinRT/include/WinDurango.Implementation.WinRT/WinDurangoWinRT.h diff --git a/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/Directory.cpp b/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/Directory.cpp index a35a0da..bf57f78 100644 --- a/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/Directory.cpp +++ b/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/Directory.cpp @@ -1,4 +1,4 @@ -#include "interfaces/Storage/Directory.h" +#include "WinDurango.Implementation.WinRT/Interfaces/Storage/Directory.h" namespace wd::impl::winrt::interfaces::storage { bool WinRTDirectory::open() { diff --git a/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/File.cpp b/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/File.cpp index 9b4e5fc..4735ab1 100644 --- a/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/File.cpp +++ b/projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/File.cpp @@ -1,4 +1,4 @@ -#include "interfaces/Storage/File.h" +#include "WinDurango.Implementation.WinRT/interfaces/Storage/File.h" namespace wd::impl::winrt::interfaces::storage { bool WinRTFile::open() { diff --git a/projects/WinDurango.Kernel/CMakeLists.txt b/projects/WinDurango.Kernel/CMakeLists.txt new file mode 100644 index 0000000..574b314 --- /dev/null +++ b/projects/WinDurango.Kernel/CMakeLists.txt @@ -0,0 +1,31 @@ +cmake_minimum_required(VERSION 3.30) +project(WinDurango.Kernel VERSION 1.0.0) + +set(VERSION_SUFFIX "-dev.1") # used for non-stable versions, otherwise blank + +set(CMAKE_CXX_STANDARD 20) + +set(FILES + "include/WinDurango.Kernel/kernelx.h" + "include/WinDurango.Kernel/Logan.h" + "src/kernelx.cpp" +) + +add_library(WinDurango.Kernel SHARED ${FILES}) +target_include_directories(WinDurango.Kernel PUBLIC + $ +) + +target_link_libraries(WinDurango.Kernel PUBLIC WinDurango.Common WinDurango.WinRT) + +target_compile_definitions(WinDurango.Kernel PUBLIC + WINDURANGO_KERNEL_COMPILER_NAME="${CMAKE_CXX_COMPILER_ID}" + WINDURANGO_KERNEL_PLATFORM_NAME="${CMAKE_SYSTEM_NAME}" + WINDURANGO_KERNEL_PLATFORM_ARCH="${CMAKE_SYSTEM_PROCESSOR}" + WINDURANGO_KERNEL_VERSION="${PROJECT_VERSION}${VERSION_SUFFIX}" + WINDURANGO_KERNEL_RC_VERSION=${PROJECT_VERSION_MAJOR},${PROJECT_VERSION_MINOR},${PROJECT_VERSION_PATCH} +) + + +set_target_properties(WinDurango.Kernel PROPERTIES LINKER_LANGUAGE CXX) +set_target_properties(WinDurango.Kernel PROPERTIES LIBRARY_OUTPUT_NAME "kernelx") diff --git a/kernelx/Logan.h b/projects/WinDurango.Kernel/include/WinDurango.Kernel/Logan.h similarity index 100% rename from kernelx/Logan.h rename to projects/WinDurango.Kernel/include/WinDurango.Kernel/Logan.h diff --git a/kernelx/kernelx.h b/projects/WinDurango.Kernel/include/WinDurango.Kernel/kernelx.h similarity index 100% rename from kernelx/kernelx.h rename to projects/WinDurango.Kernel/include/WinDurango.Kernel/kernelx.h diff --git a/kernelx/kernelx.cpp b/projects/WinDurango.Kernel/src/kernelx.cpp similarity index 99% rename from kernelx/kernelx.cpp rename to projects/WinDurango.Kernel/src/kernelx.cpp index fd69f52..c85711b 100644 --- a/kernelx/kernelx.cpp +++ b/projects/WinDurango.Kernel/src/kernelx.cpp @@ -1,5 +1,5 @@ -#include "kernelx.h" -#include "Logan.h" +#include "WinDurango.Kernel/kernelx.h" +#include "WinDurango.Kernel/Logan.h" EXTERN_C CONSOLE_TYPE __stdcall GetConsoleType() { return CONSOLE_TYPE_XBOX_ONE; diff --git a/projects/WinDurango.WinRT/CMakeLists.txt b/projects/WinDurango.WinRT/CMakeLists.txt index 986398a..5f4761b 100644 --- a/projects/WinDurango.WinRT/CMakeLists.txt +++ b/projects/WinDurango.WinRT/CMakeLists.txt @@ -1,20 +1,54 @@ -cmake_minimum_required(VERSION 4.0) +cmake_minimum_required(VERSION 3.30) project(WinDurango.WinRT VERSION 1.0.0) set(VERSION_SUFFIX "-dev.1") # used for non-stable versions, otherwise blank -set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD 17) + +# Partially derived from dazombiekiller's CMake script that we were given permission to use + +make_directory(${CMAKE_BINARY_DIR}/WinMetadata) +file(GLOB IDL_FILES CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/idl/*.idl") +cmake_path(CONVERT "${IDL_FILES}" TO_NATIVE_PATH_LIST IDL_FILES) + +foreach(IDL_FILE ${IDL_FILES}) + execute_process( + COMMAND midl + /winrt /h nul /nomidl /x64 + /I "${CMAKE_SOURCE_DIR}/idl" + /metadata_dir "$ENV{WindowsSdkDir}References\\$ENV{WindowsSdkVersion}Windows.Foundation.FoundationContract\\4.0.0.0" + /reference "$ENV{WindowsSdkDir}References\\$ENV{WindowsSdkVersion}Windows.Foundation.FoundationContract\\4.0.0.0\\Windows.Foundation.FoundationContract.winmd" + /reference "$ENV{WindowsSdkDir}References\\$ENV{WindowsSdkVersion}Windows.Foundation.UniversalApiContract\\19.0.0.0\\Windows.Foundation.UniversalApiContract.winmd" + /out "${CMAKE_BINARY_DIR}\\WinMetadata" + ${IDL_FILE} + RESULT_VARIABLE MIDL_RESULT + ERROR_VARIABLE MIDL_ERROR) + + if(NOT MIDL_RESULT EQUAL 0) + message(FATAL_ERROR "${MIDL_ERROR}") + endif() +endforeach() + +execute_process( + COMMAND cppwinrt + -prefix + -pch . + -input "${CMAKE_BINARY_DIR}\\WinMetadata" + -reference sdk + -component "${CMAKE_CURRENT_SOURCE_DIR}\\Generated Files\\sources" + -out "${CMAKE_CURRENT_SOURCE_DIR}\\Generated Files") set(FILES "include/WinDurango.WinRT/stub.h" ) +file(GLOB WINRT_FILES CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/Generated Files/*.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/Generated Files/*.h" "${CMAKE_CURRENT_SOURCE_DIR}/Generated Files/winrt/*.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/Generated Files/winrt/*.h") + set(WINRT_USE_CROSS_PLATFORM OFF) -add_library(WinDurango.WinRT SHARED ${FILES}) +add_library(WinDurango.WinRT SHARED ${FILES} ${WINRT_FILES} WinDurango.WinRT.def) target_include_directories(WinDurango.WinRT PUBLIC $ - ../WinDurango.Common/include/WinDurango.Common/ ) target_link_libraries(WinDurango.WinRT PUBLIC WinDurango.Common) @@ -34,12 +68,27 @@ target_compile_definitions(WinDurango.WinRT PUBLIC ) if (WINRT_USE_CROSS_PLATFORM STREQUAL ON) + target_link_libraries(WinDurango.WinRT PUBLIC WinDurango.Implementation.Native) target_compile_definitions(WinDurango.WinRT PUBLIC WINRT_CROSS_PLATFORM) +else() + target_link_libraries(WinDurango.WinRT PUBLIC WinDurango.Implementation.WinRT) + + # todo is this still needed? + find_program(NUGET_EXE NAMES nuget) + if(NOT NUGET_EXE) + message("NUGET.EXE not found.") + message(FATAL_ERROR "Please install this executable, and run CMake again.") + endif() + + execute_process(COMMAND ${NUGET_EXE} + install "Microsoft.Windows.CppWinRT" -Version 2.0.250303.1 -ExcludeVersion -OutputDirectory ${CMAKE_BINARY_DIR}/packages) endif() unset(WINRT_USE_CROSS_PLATFORM CACHE) set_target_properties(WinDurango.WinRT PROPERTIES LINKER_LANGUAGE CXX) # todo needed? #set_target_properties(WinDurango.WinRT PROPERTIES LIBRARY_OUTPUT_NAME "winrt") -set_target_properties(${PROJECT_NAME} PROPERTIES VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION 10.0.18362.0) \ No newline at end of file +#set_target_properties(${PROJECT_NAME} PROPERTIES VS_CPPWINRT true) +set_target_properties(${PROJECT_NAME} PROPERTIES VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION 10.0.18362.0) +target_compile_definitions(WinDurango.WinRT PRIVATE _WINRT_DLL WIN32_LEAN_AND_MEAN WINRT_LEAN_AND_MEAN) \ No newline at end of file diff --git a/projects/WinDurango.WinRT/WinDurango.WinRT.def b/projects/WinDurango.WinRT/WinDurango.WinRT.def new file mode 100644 index 0000000..e69de29