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 +++++++++++++++++++++ .../VisualStudio/Runner/Runner.vcxproj.filters | 9 ++ Projects/VisualStudio/Runner/Runner.vcxproj.user | 4 + 3 files changed, 147 insertions(+) create mode 100644 Projects/VisualStudio/Runner/Runner.vcxproj create mode 100644 Projects/VisualStudio/Runner/Runner.vcxproj.filters create mode 100644 Projects/VisualStudio/Runner/Runner.vcxproj.user (limited to 'Projects/VisualStudio/Runner') 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 diff --git a/Projects/VisualStudio/Runner/Runner.vcxproj.filters b/Projects/VisualStudio/Runner/Runner.vcxproj.filters new file mode 100644 index 0000000..0a0cafd --- /dev/null +++ b/Projects/VisualStudio/Runner/Runner.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/Runner/Runner.vcxproj.user b/Projects/VisualStudio/Runner/Runner.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Projects/VisualStudio/Runner/Runner.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0