From 0c391fdbce5a079cf03e483eb6174dd47806163d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 7 Aug 2019 21:08:47 +0800 Subject: *misc --- Build/tests/win32/01-window/01-window.vcxproj | 158 +++++++++++++++++++++ .../win32/01-window/01-window.vcxproj.filters | 11 ++ Build/tests/win32/01-window/01-window.vcxproj.user | 11 ++ 3 files changed, 180 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/win32') 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..c3c4a67 --- /dev/null +++ b/Build/tests/win32/01-window/01-window.vcxproj @@ -0,0 +1,158 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + {29a6837a-67fa-403f-83fd-e7975649404f} + + + + 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 + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + + + opengl32.lib;%(AdditionalDependencies) + Windows + + + echo "===========build" + + + + + Level3 + Disabled + true + true + + + opengl32.lib;%(AdditionalDependencies) + Windows + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + opengl32.lib;%(AdditionalDependencies) + Windows + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\source\external;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) + + + true + true + opengl32.lib;%(AdditionalDependencies) + Windows + + + echo "===========build" + + + + + + \ 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..47ff174 --- /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..0858e0c --- /dev/null +++ b/Build/tests/win32/01-window/01-window.vcxproj.user @@ -0,0 +1,11 @@ + + + + $(SolutionDir)..\Bin\win64 + WindowsLocalDebugger + + + $(SolutionDir)..\Bin\win64 + WindowsLocalDebugger + + \ No newline at end of file -- cgit v1.1-26-g67d0