From 84d961f754c905b37420f4d1b3fee8f4e523e58a Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Nov 2021 23:50:01 +0800 Subject: +phy2d lite --- .../VisualStudio/Phy2Dlite/Phy2Dlite.vcxproj | 203 +++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 Client/Project/VisualStudio/Phy2Dlite/Phy2Dlite.vcxproj (limited to 'Client/Project/VisualStudio/Phy2Dlite/Phy2Dlite.vcxproj') diff --git a/Client/Project/VisualStudio/Phy2Dlite/Phy2Dlite.vcxproj b/Client/Project/VisualStudio/Phy2Dlite/Phy2Dlite.vcxproj new file mode 100644 index 0000000..0f958df --- /dev/null +++ b/Client/Project/VisualStudio/Phy2Dlite/Phy2Dlite.vcxproj @@ -0,0 +1,203 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98} + Phy2Dlite + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(ProjectDir)..\..\..\Build + + + $(ProjectDir)..\..\..\Build + + + + Level3 + Disabled + false + true + $(SolutionDir)..\..\ThirdParty;$(SolutionDir)..\..\ThirdParty\imgui;$(SolutionDir)..\..\ThirdParty\SDL2;%(AdditionalIncludeDirectories) + AnySuitable + + + Console + $(ProjectDir)..\..\..\ThirdParty\SDL2\lib\x64;%(AdditionalLibraryDirectories) + SDL2.lib;SDL2main.lib;opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + false + true + $(SolutionDir)..\..\ThirdParty;$(SolutionDir)..\..\ThirdParty\imgui;$(SolutionDir)..\..\ThirdParty\SDL2;%(AdditionalIncludeDirectories) + AnySuitable + Speed + + + Console + true + true + $(ProjectDir)..\..\..\ThirdParty\SDL2\lib\x64;%(AdditionalLibraryDirectories) + SDL2.lib;SDL2main.lib;opengl32.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0