From 59e6235113a4d933811aa2cf6fdc8282ce394b9d Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 10 Nov 2020 18:46:11 +0800 Subject: *window --- Projects/VisualStudio/Editor/Editor.vcxproj | 342 +++++++++++---------- .../VisualStudio/Editor/Editor.vcxproj.filters | 130 ++++++-- 2 files changed, 279 insertions(+), 193 deletions(-) (limited to 'Projects/VisualStudio/Editor') diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj b/Projects/VisualStudio/Editor/Editor.vcxproj index 6d95bed..3d76a3e 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj +++ b/Projects/VisualStudio/Editor/Editor.vcxproj @@ -1,162 +1,182 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {CB47B19A-6649-4A1A-8FE5-6359178AA48F} - Editor - 10.0.17763.0 - - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - Application - true - v141 - MultiByte - - - Application - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\..\Build - - - $(SolutionDir)..\..\Build - - - $(SolutionDir)..\..\Build - - - $(SolutionDir)..\..\Build - - - - Level3 - Disabled - true - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - D:\Documents\VisualStudio2017\Projects\GameLab\ThirdParty;%(AdditionalIncludeDirectories) - - - Console - - - - - Level3 - Disabled - true - true - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - D:\Documents\VisualStudio2017\Projects\GameLab\ThirdParty;%(AdditionalIncludeDirectories) - - - Console - %(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - true - true - - - Console - true - true - - - - - Level3 - MaxSpeed - true - true - true - true - - - Console - true - true - - - - - - - - - - - - - - - - - - {385f2d3a-1cef-4aa1-8051-527f6b68dd81} - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {CB47B19A-6649-4A1A-8FE5-6359178AA48F} + Editor + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + D:\Documents\VisualStudio2017\Projects\GameLab\ThirdParty;%(AdditionalIncludeDirectories) + + + Windows + + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + D:\Documents\VisualStudio2017\Projects\GameLab\ThirdParty;%(AdditionalIncludeDirectories) + + + Windows + %(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + true + true + + + Windows + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + Windows + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {385f2d3a-1cef-4aa1-8051-527f6b68dd81} + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj.filters b/Projects/VisualStudio/Editor/Editor.vcxproj.filters index 2614cc9..ff49931 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj.filters +++ b/Projects/VisualStudio/Editor/Editor.vcxproj.filters @@ -1,33 +1,99 @@ - - - - - {87a57ef1-78d8-42b8-b179-ce1bbb5c4f8b} - - - - - GUI - - - GUI - - - - - GUI - - - - - GUI - - - GUI - - - - GUI - - + + + + + {87a57ef1-78d8-42b8-b179-ce1bbb5c4f8b} + + + {577543f4-1c1a-4ef6-9c17-46b828df0567} + + + {213a6672-a99b-4e86-9911-9d830eb4f2ec} + + + + + GUI + + + GUI + + + + + GUI + + + GUI + + + Math + + + Math + + + Utilities + + + Utilities + + + + + GUI + + + GUI + + + + GUI + + + GUI + + + Math + + + Math + + + Math + + + Math + + + Math + + + Utilities + + + Utilities + + + Utilities + + + Utilities + + + Utilities + + + Utilities + + + Utilities + + + Utilities + + + Utilities + + \ No newline at end of file -- cgit v1.1-26-g67d0