From fa2bf295fa9646a3052ab0498a4577f586eadef0 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Apr 2019 08:55:57 +0800 Subject: *misc --- build/tests/win32/01-window/01-window.vcxproj | 134 +++++++++++++++++++++ .../win32/01-window/01-window.vcxproj.filters | 11 ++ build/tests/win32/01-window/01-window.vcxproj.user | 4 + 3 files changed, 149 insertions(+) create mode 100644 build/tests/win32/01-window/01-window.vcxproj create mode 100644 build/tests/win32/01-window/01-window.vcxproj.filters create mode 100644 build/tests/win32/01-window/01-window.vcxproj.user (limited to 'build/tests') diff --git a/build/tests/win32/01-window/01-window.vcxproj b/build/tests/win32/01-window/01-window.vcxproj new file mode 100644 index 0000000..88d957c --- /dev/null +++ b/build/tests/win32/01-window/01-window.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B8FF8AE1-D0C1-4C7D-9FEE-5727ECE604BA} + My01window + 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 + + + opengl32.lib;%(AdditionalDependencies) + Windows + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + opengl32.lib;%(AdditionalDependencies) + Windows + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/tests/win32/01-window/01-window.vcxproj.filters b/build/tests/win32/01-window/01-window.vcxproj.filters new file mode 100644 index 0000000..07cdbcd --- /dev/null +++ b/build/tests/win32/01-window/01-window.vcxproj.filters @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/build/tests/win32/01-window/01-window.vcxproj.user b/build/tests/win32/01-window/01-window.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/tests/win32/01-window/01-window.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0