From 639b34294ffc20721c66db46e59e07d9100ac4b8 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Sep 2020 20:30:31 +0800 Subject: *init --- Projects/VisualStudio/stb/stb.vcxproj | 135 ++++++++++++++++++++++++++ Projects/VisualStudio/stb/stb.vcxproj.filters | 10 ++ Projects/VisualStudio/stb/stb.vcxproj.user | 4 + 3 files changed, 149 insertions(+) create mode 100644 Projects/VisualStudio/stb/stb.vcxproj create mode 100644 Projects/VisualStudio/stb/stb.vcxproj.filters create mode 100644 Projects/VisualStudio/stb/stb.vcxproj.user (limited to 'Projects/VisualStudio/stb') diff --git a/Projects/VisualStudio/stb/stb.vcxproj b/Projects/VisualStudio/stb/stb.vcxproj new file mode 100644 index 0000000..cca610e --- /dev/null +++ b/Projects/VisualStudio/stb/stb.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {BFAA8A26-DE6F-4B71-8851-3FF3CF0C8B9F} + stb + 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 + + + Console + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/stb/stb.vcxproj.filters b/Projects/VisualStudio/stb/stb.vcxproj.filters new file mode 100644 index 0000000..0926d7a --- /dev/null +++ b/Projects/VisualStudio/stb/stb.vcxproj.filters @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/stb/stb.vcxproj.user b/Projects/VisualStudio/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Projects/VisualStudio/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0