From 417ec1a37922c6178900adfec70628cad46731ff Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 31 Oct 2022 11:32:33 +0800 Subject: fix issue #112 and issue #113. --- win-build/Yuescript/Yuescript.vcxproj | 146 ++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) (limited to 'win-build/Yuescript/Yuescript.vcxproj') diff --git a/win-build/Yuescript/Yuescript.vcxproj b/win-build/Yuescript/Yuescript.vcxproj index 33d81d8..c912746 100644 --- a/win-build/Yuescript/Yuescript.vcxproj +++ b/win-build/Yuescript/Yuescript.vcxproj @@ -1,10 +1,26 @@ + + Debug53 + Win32 + + + Debug53 + x64 + Debug Win32 + + Release53 + Win32 + + + Release53 + x64 + Release Win32 @@ -32,6 +48,12 @@ v143 Unicode + + Application + true + v143 + Unicode + Application false @@ -39,12 +61,25 @@ true Unicode + + Application + false + v143 + true + Unicode + Application true v143 Unicode + + Application + true + v143 + Unicode + Application false @@ -52,6 +87,13 @@ true Unicode + + Application + false + v143 + true + Unicode + @@ -60,15 +102,27 @@ + + + + + + + + + + + + true @@ -76,24 +130,48 @@ $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ yue + + true + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + yue + true $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ yue + + true + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + yue + false $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ yue + + false + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + yue + false $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ yue + + false + $(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\ + $(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\ + yue + Level3 @@ -109,6 +187,21 @@ true + + + Level3 + true + _DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions) + true + stdcpp17 + ..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories) + /Zc:__cplusplus %(AdditionalOptions) + + + Console + true + + Level3 @@ -124,6 +217,21 @@ true + + + Level3 + true + _DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions) + true + stdcpp17 + ..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories) + /Zc:__cplusplus %(AdditionalOptions) + + + Console + true + + Level3 @@ -143,6 +251,25 @@ true + + + Level3 + true + true + true + NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions) + true + stdcpp17 + ..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories) + /Zc:__cplusplus %(AdditionalOptions) + + + Console + true + true + true + + Level3 @@ -162,6 +289,25 @@ true + + + Level3 + true + true + true + NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions) + true + stdcpp17 + ..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories) + /Zc:__cplusplus %(AdditionalOptions) + + + Console + true + true + true + + -- cgit v1.2.3-55-g6feb