From c637fcaecc9dbe86822e38c161b64f46d7d6a8f8 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Jan 2019 08:55:21 +0800 Subject: =?UTF-8?q?*=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/Runner/Runner.vcxproj | 117 ++++++++++++++++++++++++++++++++++++ Build/Runner/Runner.vcxproj.filters | 2 + 2 files changed, 119 insertions(+) create mode 100644 Build/Runner/Runner.vcxproj create mode 100644 Build/Runner/Runner.vcxproj.filters (limited to 'Build/Runner') diff --git a/Build/Runner/Runner.vcxproj b/Build/Runner/Runner.vcxproj new file mode 100644 index 0000000..4ab508e --- /dev/null +++ b/Build/Runner/Runner.vcxproj @@ -0,0 +1,117 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {1350125B-4AA5-458F-86FA-D6FEFB14A051} + Runner + 8.1 + + + + Application + true + v141 + MultiByte + + + Application + false + v140 + true + MultiByte + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + + + + + Level3 + Disabled + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/Runner/Runner.vcxproj.filters b/Build/Runner/Runner.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/Runner/Runner.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file -- cgit v1.1-26-g67d0