From 08ab881a480a73d6be005c4b4e1cf35814b53e3c Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 17 Oct 2020 15:22:09 +0800 Subject: +init --- noob/noob.vcxproj | 177 ++++++++++++++++++++++++++++++++++++++++++++++ noob/noob.vcxproj.filters | 138 ++++++++++++++++++++++++++++++++++++ noob/noob.vcxproj.user | 4 ++ 3 files changed, 319 insertions(+) create mode 100644 noob/noob.vcxproj create mode 100644 noob/noob.vcxproj.filters create mode 100644 noob/noob.vcxproj.user (limited to 'noob') diff --git a/noob/noob.vcxproj b/noob/noob.vcxproj new file mode 100644 index 0000000..5e0103a --- /dev/null +++ b/noob/noob.vcxproj @@ -0,0 +1,177 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 15.0 + {52C647DA-51A2-49C9-8B66-ADBF48D4000F} + noob + 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/noob/noob.vcxproj.filters b/noob/noob.vcxproj.filters new file mode 100644 index 0000000..5b4ab09 --- /dev/null +++ b/noob/noob.vcxproj.filters @@ -0,0 +1,138 @@ + + + + + + + + + + compiler + + + compiler + + + compiler + + + compiler + + + lib + + + lib + + + lib + + + compiler + + + compiler + + + config + + + compiler + + + object + + + object + + + lib + + + object + + + object + + + compiler + + + object + + + + + + + compiler + + + compiler + + + compiler + + + compiler + + + lib + + + lib + + + lib + + + + + compiler + + + object + + + object + + + lib + + + object + + + object + + + object + + + object + + + compiler + + + object + + + object + + + + + {439752fa-f366-49b9-b33a-4c90d062d10e} + + + {02289ad9-9700-4639-8bd9-b52c058be254} + + + {67fb6e00-9fd6-4bec-bd76-b57b5ff64d31} + + + {dc95b307-8a59-47f1-88ae-cd9d18a064da} + + + \ No newline at end of file diff --git a/noob/noob.vcxproj.user b/noob/noob.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/noob/noob.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0