From 1ae5a972f5223b10787fe42e83270c130a7c92ba Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 22 Nov 2025 19:08:25 +0100 Subject: [PATCH] Add Kena project --- Kena/Kena.vcxproj | 171 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 Kena/Kena.vcxproj diff --git a/Kena/Kena.vcxproj b/Kena/Kena.vcxproj new file mode 100644 index 0000000..d3fff80 --- /dev/null +++ b/Kena/Kena.vcxproj @@ -0,0 +1,171 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {07BB2D9D-35EE-488C-8C30-ACEACEF11124} + Kena + 10.0 + Kena + + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + .addon + KenaUI + + + .addon + KenaUI + + + .addon + KenaUI + + + .addon + KenaUI + + + + Level3 + true + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + MinSpace + Size + + + Windows + true + false + + + + + Level3 + true + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + MinSpace + Size + + + Windows + true + false + + + + + Level3 + true + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + MinSpace + Size + + + Windows + true + false + + + + + Level3 + true + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + true + MinSpace + Size + + + Windows + true + false + + + + + + + + + \ No newline at end of file