From f0807fc44dde14531759306317611bab87c8fccf Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 19 Oct 2020 09:13:58 +0800 Subject: +gamelab proj --- Projects/VisualStudio/Runtime/Runtime.vcxproj | 262 ++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 Projects/VisualStudio/Runtime/Runtime.vcxproj (limited to 'Projects/VisualStudio/Runtime/Runtime.vcxproj') diff --git a/Projects/VisualStudio/Runtime/Runtime.vcxproj b/Projects/VisualStudio/Runtime/Runtime.vcxproj new file mode 100644 index 0000000..c0179de --- /dev/null +++ b/Projects/VisualStudio/Runtime/Runtime.vcxproj @@ -0,0 +1,262 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {12759f92-73f9-48bc-8808-9fe709dcd134} + + + {9b542e6d-8677-4ad6-9a69-4650103906c5} + + + {12b7b0f8-6581-4321-9627-3ee601100463} + + + + + + + + 15.0 + {4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD} + Runtime + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories) + + + Console + true + true + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0