From 98d05c5030ba1c35ddfe402790702b3f44c63134 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Oct 2021 17:29:32 +0800 Subject: - Runtime Proj + Runner Proj --- Projects/VisualStudio/Runner/Runner.vcxproj | 134 ++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 Projects/VisualStudio/Runner/Runner.vcxproj (limited to 'Projects/VisualStudio/Runner/Runner.vcxproj') diff --git a/Projects/VisualStudio/Runner/Runner.vcxproj b/Projects/VisualStudio/Runner/Runner.vcxproj new file mode 100644 index 0000000..f66f423 --- /dev/null +++ b/Projects/VisualStudio/Runner/Runner.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {0168C539-D3F8-48AD-BBB0-259B87786D1F} + Runner + 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 -- cgit v1.1-26-g67d0