From 0a485af52bc84b51c0016f41d9338b507aaf6f9e Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Wed, 11 Feb 2026 19:08:36 +0100 Subject: [PATCH] Add project --- FearTheTimeloop/FearTheTimeloop.vcxproj | 198 ++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 FearTheTimeloop/FearTheTimeloop.vcxproj diff --git a/FearTheTimeloop/FearTheTimeloop.vcxproj b/FearTheTimeloop/FearTheTimeloop.vcxproj new file mode 100644 index 0000000..35af530 --- /dev/null +++ b/FearTheTimeloop/FearTheTimeloop.vcxproj @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {DD025A21-3580-41B5-8AD9-1456EA653E7B} + Fear the time loop + 10.0 + Fear the time loop + + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + .addon + FearTheTimeloopUI + + + .addon + FearTheTimeloopUI + + + .addon + FearTheTimeloopUI + + + .addon + FearTheTimeloopUI + + + + Level3 + true + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + stdcpp20 + true + MinSpace + AnySuitable + Size + false + true + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + Level3 + true + false + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + stdcpp20 + MinSpace + AnySuitable + Size + true + true + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + Level3 + true + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + stdcpp20 + true + MinSpace + AnySuitable + Size + false + true + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + Level3 + true + false + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + $(SolutionDir)external\reshade\include;$(SolutionDir)external\reshade\deps\imgui;$(SolutionDir)includes + MultiThreadedDLL + true + stdcpp20 + MinSpace + AnySuitable + Size + true + true + + + Windows + true + false + UseFastLinkTimeCodeGeneration + + + + + + + + + + + \ No newline at end of file