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 --- .../examples/ParticleSystem/ParticleSystem.vcxproj | 143 +++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj (limited to 'build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj') diff --git a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj new file mode 100644 index 0000000..ab310c9 --- /dev/null +++ b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {984764C1-0471-4A36-9B2B-BF846817C95F} + ParticleSystem + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + 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\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + + + true + true + Console + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;%(AdditionalLibraryDirectories) + opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + + + Console + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;%(AdditionalLibraryDirectories) + opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + {9ee02090-c15e-4520-9c05-c435e45ef2fc} + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0