From acb6c55cce93751892ddea2fda5c67842faecbb8 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 1 Mar 2026 19:04:57 +0100 Subject: [PATCH] Add Tales Of Berseria project --- TalesOfBerseria/TalesOfBerseria.vcxproj | 196 ++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 TalesOfBerseria/TalesOfBerseria.vcxproj diff --git a/TalesOfBerseria/TalesOfBerseria.vcxproj b/TalesOfBerseria/TalesOfBerseria.vcxproj new file mode 100644 index 0000000..f757354 --- /dev/null +++ b/TalesOfBerseria/TalesOfBerseria.vcxproj @@ -0,0 +1,196 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {52B3C723-1CC7-4BFC-B3C1-24B64C2B827F} + Tales Of Berseria + 10.0 + Tales Of Berseria + + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + DynamicLibrary + true + v143 + Unicode + true + + + DynamicLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + .addon + TalesOfBerseriaUI + + + .addon + TalesOfBerseriaUI + + + .addon + TalesOfBerseriaUI + + + .addon + TalesOfBerseriaUI + + + + 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