From 48173231d90de6bfc193260eab6369f7c88ca742 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 30 Dec 2018 12:21:18 +0800 Subject: -C++ examples --- build/vc++/examples/Animation/Animation.vcxproj | 141 --------------------- .../examples/Animation/Animation.vcxproj.filters | 6 - .../vc++/examples/Animation/Animation.vcxproj.user | 8 -- 3 files changed, 155 deletions(-) delete mode 100644 build/vc++/examples/Animation/Animation.vcxproj delete mode 100644 build/vc++/examples/Animation/Animation.vcxproj.filters delete mode 100644 build/vc++/examples/Animation/Animation.vcxproj.user (limited to 'build/vc++/examples/Animation') diff --git a/build/vc++/examples/Animation/Animation.vcxproj b/build/vc++/examples/Animation/Animation.vcxproj deleted file mode 100644 index 83e5dd3..0000000 --- a/build/vc++/examples/Animation/Animation.vcxproj +++ /dev/null @@ -1,141 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {3191C07B-085A-46BC-9436-469B4E2BF5F0} - Animation - 10.0.17134.0 - - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\..\bin - - - - Level3 - Disabled - true - true - $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ - true - - - $(SolutionDir)libs\SDL2-2.0.5\lib\x86;%(AdditionalLibraryDirectories) - opengl32.lib;%(AdditionalDependencies) - Console - - - true - - - - - Level3 - Disabled - true - true - - - - - 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 - - - - - Level3 - MaxSpeed - true - true - true - true - - - true - true - - - - - - - - {9ee02090-c15e-4520-9c05-c435e45ef2fc} - - - - - - \ No newline at end of file diff --git a/build/vc++/examples/Animation/Animation.vcxproj.filters b/build/vc++/examples/Animation/Animation.vcxproj.filters deleted file mode 100644 index 57272c2..0000000 --- a/build/vc++/examples/Animation/Animation.vcxproj.filters +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build/vc++/examples/Animation/Animation.vcxproj.user b/build/vc++/examples/Animation/Animation.vcxproj.user deleted file mode 100644 index 307fc45..0000000 --- a/build/vc++/examples/Animation/Animation.vcxproj.user +++ /dev/null @@ -1,8 +0,0 @@ - - - - $(SolutionDir)..\..\bin - false - WindowsLocalDebugger - - \ No newline at end of file -- cgit v1.1-26-g67d0