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/Editor/Editor.vcxproj | 122 ++++++++++++++++++++++++++++++++++++ Build/Editor/Editor.vcxproj.filters | 2 + Build/Editor/Editor.vcxproj.user | 4 ++ 3 files changed, 128 insertions(+) create mode 100644 Build/Editor/Editor.vcxproj create mode 100644 Build/Editor/Editor.vcxproj.filters create mode 100644 Build/Editor/Editor.vcxproj.user (limited to 'Build/Editor') diff --git a/Build/Editor/Editor.vcxproj b/Build/Editor/Editor.vcxproj new file mode 100644 index 0000000..3766bf7 --- /dev/null +++ b/Build/Editor/Editor.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1871DA90-B776-48A6-9B5D-FDA84587B7B0} + Editor + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/Build/Editor/Editor.vcxproj.filters b/Build/Editor/Editor.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/Editor/Editor.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Build/Editor/Editor.vcxproj.user b/Build/Editor/Editor.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/Editor/Editor.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0