From 0c391fdbce5a079cf03e483eb6174dd47806163d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 7 Aug 2019 21:08:47 +0800 Subject: *misc --- Build/external/SDL2/SDL2.vcxproj | 309 +++++++++++++++++++++++++++++++ Build/external/SDL2/SDL2.vcxproj.filters | 162 ++++++++++++++++ Build/external/SDL2/SDL2.vcxproj.user | 4 + 3 files changed, 475 insertions(+) create mode 100644 Build/external/SDL2/SDL2.vcxproj create mode 100644 Build/external/SDL2/SDL2.vcxproj.filters create mode 100644 Build/external/SDL2/SDL2.vcxproj.user (limited to 'Build/external/SDL2') diff --git a/Build/external/SDL2/SDL2.vcxproj b/Build/external/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..fe49590 --- /dev/null +++ b/Build/external/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\external\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\external\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\external\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/external/SDL2/SDL2.vcxproj.filters b/Build/external/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..b8e4d98 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/external/SDL2/SDL2.vcxproj.user b/Build/external/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0