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/ImGUI/ImGUI.vcxproj | 122 ++++++++++++++++++++++ Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters | 2 + Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user | 4 + 3 files changed, 128 insertions(+) create mode 100644 Projects/VisualStudio/ImGUI/ImGUI.vcxproj create mode 100644 Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters create mode 100644 Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user (limited to 'Projects/VisualStudio/ImGUI') diff --git a/Projects/VisualStudio/ImGUI/ImGUI.vcxproj b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj new file mode 100644 index 0000000..615e945 --- /dev/null +++ b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {A93844EE-1BF4-42A9-B58C-27192721A063} + ImGUI + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Projects/VisualStudio/ImGUI/ImGUI.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0