From 9e0e01b7f4375063f06e494113187d48614628e0 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Nov 2021 22:25:37 +0800 Subject: +init --- Client/Project/VisualStudio/Phy2D/Phy2D.vcxproj | 211 ++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 Client/Project/VisualStudio/Phy2D/Phy2D.vcxproj (limited to 'Client/Project/VisualStudio/Phy2D/Phy2D.vcxproj') diff --git a/Client/Project/VisualStudio/Phy2D/Phy2D.vcxproj b/Client/Project/VisualStudio/Phy2D/Phy2D.vcxproj new file mode 100644 index 0000000..af0d17d --- /dev/null +++ b/Client/Project/VisualStudio/Phy2D/Phy2D.vcxproj @@ -0,0 +1,211 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {CBFF28D4-4E33-4DB7-BA5F-0C8D9CE5D1B6} + Phy2D + 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 + true + true + + + Console + + + + + Level3 + Disabled + false + true + $(SolutionDir)..\..\ThirdParty;$(SolutionDir)..\..\ThirdParty\imgui;$(SolutionDir)..\..\ThirdParty\SDL2;%(AdditionalIncludeDirectories) + ProgramDatabase + AnySuitable + + + Console + $(ProjectDir)..\..\..\ThirdParty\SDL2\lib\x64;%(AdditionalLibraryDirectories) + SDL2.lib;SDL2main.lib;opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + false + true + D:\Documents\VisualStudio2017\Projects\LOG\Client\Source\ThirdParty;D:\Documents\VisualStudio2017\Projects\LOG\Client\Source\ThirdParty\imgui;D:\Documents\VisualStudio2017\Projects\LOG\Client\Source\ThirdParty\SDL2;%(AdditionalIncludeDirectories) + + + Console + true + true + $(ProjectDir)..\..\..\Source\ThirdParty\SDL2\lib\x64;%(AdditionalLibraryDirectories) + SDL2.lib;SDL2main.lib;opengl32.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0