From 77ac95b9985f5669d6659bfb54728786d28c2ef0 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 20 Jul 2020 09:42:30 +0800 Subject: *misc --- math/math.vcxproj | 130 ++++++++++++++++++++++++++++++++++++++++++++++ math/math.vcxproj.filters | 9 ++++ math/math.vcxproj.user | 4 ++ 3 files changed, 143 insertions(+) create mode 100644 math/math.vcxproj create mode 100644 math/math.vcxproj.filters create mode 100644 math/math.vcxproj.user (limited to 'math') diff --git a/math/math.vcxproj b/math/math.vcxproj new file mode 100644 index 0000000..44b07bf --- /dev/null +++ b/math/math.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {602A64C7-2EB4-42D7-9AE0-CCA3E69E16A0} + math + 10.0.17763.0 + + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + $(OutDir) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + $(OutDir) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/math/math.vcxproj.filters b/math/math.vcxproj.filters new file mode 100644 index 0000000..67045a2 --- /dev/null +++ b/math/math.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/math/math.vcxproj.user b/math/math.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/math/math.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0