From 831e814ce9bdb84e86c06c4a52008f6bdaaa00d6 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 16 Nov 2018 00:24:51 +0800 Subject: =?UTF-8?q?*=E5=90=88=E5=B9=B6master=E5=88=B0minimal=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/jin/jin.vcxproj | 148 +++++++++++++++++++++++++++++++++++++ build/vc++/jin/jin.vcxproj.filters | 6 ++ build/vc++/jin/jin.vcxproj.user | 15 ++++ 3 files changed, 169 insertions(+) create mode 100644 build/vc++/jin/jin.vcxproj create mode 100644 build/vc++/jin/jin.vcxproj.filters create mode 100644 build/vc++/jin/jin.vcxproj.user (limited to 'build/vc++/jin') diff --git a/build/vc++/jin/jin.vcxproj b/build/vc++/jin/jin.vcxproj new file mode 100644 index 0000000..7d6707d --- /dev/null +++ b/build/vc++/jin/jin.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {05128A0C-74E2-43EF-B5F4-B0DA70D47940} + jin + 8.1 + runner + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + $(SolutionName) + + + $(SolutionDir)..\..\bin + $(SolutionName) + + + + Level3 + MaxSpeed + true + true + true + false + $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + + + true + true + Windows + + + opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + false + $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + + + Console + + + opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + {a3e35eca-62eb-45ce-8152-674fbc7f7a3b} + + + + + + \ No newline at end of file diff --git a/build/vc++/jin/jin.vcxproj.filters b/build/vc++/jin/jin.vcxproj.filters new file mode 100644 index 0000000..c17d229 --- /dev/null +++ b/build/vc++/jin/jin.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/vc++/jin/jin.vcxproj.user b/build/vc++/jin/jin.vcxproj.user new file mode 100644 index 0000000..5943b15 --- /dev/null +++ b/build/vc++/jin/jin.vcxproj.user @@ -0,0 +1,15 @@ + + + + $(ProjectDir)..\..\..\bin + WindowsLocalDebugger + + + + + $(ProjectDir)..\..\..\bin + WindowsLocalDebugger + + + + \ No newline at end of file -- cgit v1.1-26-g67d0