From 519bc6735f34b8bc79f696996fdc4defee5253f8 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 26 Oct 2018 08:26:36 +0800 Subject: =?UTF-8?q?*=E6=9B=B4=E6=96=B0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/3rdparty/SDL2main/SDL2main.vcxproj | 134 +++++++++++++++++++++ .../3rdparty/SDL2main/SDL2main.vcxproj.filters | 22 ++++ build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user | 4 + 3 files changed, 160 insertions(+) create mode 100644 build/vc++/3rdparty/SDL2main/SDL2main.vcxproj create mode 100644 build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters create mode 100644 build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user (limited to 'build/vc++/3rdparty/SDL2main') diff --git a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..14d4711 --- /dev/null +++ b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {5522BDBA-3F18-4EDD-B6E4-CE6A70D9D794} + SDL2main + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\..\src\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;%(PreprocessorDefinitions) + true + + + true + true + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\src\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;%(PreprocessorDefinitions) + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters new file mode 100644 index 0000000..ed203a9 --- /dev/null +++ b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + 源文件 + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0