From 3bced067a4144381e59ce4bd0eb749eeff5ad1f4 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 28 Mar 2019 08:56:15 +0800 Subject: *misc --- build/3rd-party/Plotscript/Plotscript.vcxproj | 123 +++++++++++++++++++++ .../Plotscript/Plotscript.vcxproj.filters | 6 + build/3rd-party/Plotscript/Plotscript.vcxproj.user | 6 + 3 files changed, 135 insertions(+) create mode 100644 build/3rd-party/Plotscript/Plotscript.vcxproj create mode 100644 build/3rd-party/Plotscript/Plotscript.vcxproj.filters create mode 100644 build/3rd-party/Plotscript/Plotscript.vcxproj.user (limited to 'build/3rd-party/Plotscript') diff --git a/build/3rd-party/Plotscript/Plotscript.vcxproj b/build/3rd-party/Plotscript/Plotscript.vcxproj new file mode 100644 index 0000000..a0efb92 --- /dev/null +++ b/build/3rd-party/Plotscript/Plotscript.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {2822F737-EEFA-4C74-872C-1EE0793E2221} + Plotscript + 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/3rd-party/Plotscript/Plotscript.vcxproj.filters b/build/3rd-party/Plotscript/Plotscript.vcxproj.filters new file mode 100644 index 0000000..edc3d49 --- /dev/null +++ b/build/3rd-party/Plotscript/Plotscript.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/3rd-party/Plotscript/Plotscript.vcxproj.user b/build/3rd-party/Plotscript/Plotscript.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/build/3rd-party/Plotscript/Plotscript.vcxproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file -- cgit v1.1-26-g67d0