From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- build/3rd-party/SDL2/SDL2.vcxproj | 309 ++++++++++++++++++++++++++++++ build/3rd-party/SDL2/SDL2.vcxproj.filters | 162 ++++++++++++++++ build/3rd-party/SDL2/SDL2.vcxproj.user | 4 + 3 files changed, 475 insertions(+) create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.filters create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.user (limited to 'build/3rd-party/SDL2') diff --git a/build/3rd-party/SDL2/SDL2.vcxproj b/build/3rd-party/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..970966f --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj @@ -0,0 +1,309 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {208B9CB8-2101-42A9-9502-0CF54912BC57} + SDL2 + 10.0.17134.0 + + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + DynamicLibrary + true + v141 + NotSet + + + DynamicLibrary + false + v141 + true + NotSet + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + false + false + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + Default + + + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + + + true + true + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.filters b/build/3rd-party/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..07c0d77 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.user b/build/3rd-party/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0