diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-10-31 11:32:33 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-11-09 11:29:32 +0800 |
| commit | 417ec1a37922c6178900adfec70628cad46731ff (patch) | |
| tree | a5a2d74927ad2c41b5a16264a78409e1c0334b72 /win-build/Yuescript | |
| parent | 3dd607c8887d2fe0186668aabca31bb84a41e2da (diff) | |
| download | yuescript-417ec1a37922c6178900adfec70628cad46731ff.tar.gz yuescript-417ec1a37922c6178900adfec70628cad46731ff.tar.bz2 yuescript-417ec1a37922c6178900adfec70628cad46731ff.zip | |
fix issue #112 and issue #113.
Diffstat (limited to 'win-build/Yuescript')
| -rw-r--r-- | win-build/Yuescript/Yuescript.vcxproj | 146 |
1 files changed, 146 insertions, 0 deletions
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 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug53|Win32"> | ||
| 5 | <Configuration>Debug53</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug53|x64"> | ||
| 9 | <Configuration>Debug53</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 4 | <ProjectConfiguration Include="Debug|Win32"> | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> | 13 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> | 14 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> | 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release53|Win32"> | ||
| 17 | <Configuration>Release53</Configuration> | ||
| 18 | <Platform>Win32</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release53|x64"> | ||
| 21 | <Configuration>Release53</Configuration> | ||
| 22 | <Platform>x64</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Release|Win32"> | 24 | <ProjectConfiguration Include="Release|Win32"> |
| 9 | <Configuration>Release</Configuration> | 25 | <Configuration>Release</Configuration> |
| 10 | <Platform>Win32</Platform> | 26 | <Platform>Win32</Platform> |
| @@ -32,6 +48,12 @@ | |||
| 32 | <PlatformToolset>v143</PlatformToolset> | 48 | <PlatformToolset>v143</PlatformToolset> |
| 33 | <CharacterSet>Unicode</CharacterSet> | 49 | <CharacterSet>Unicode</CharacterSet> |
| 34 | </PropertyGroup> | 50 | </PropertyGroup> |
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="Configuration"> | ||
| 52 | <ConfigurationType>Application</ConfigurationType> | ||
| 53 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 54 | <PlatformToolset>v143</PlatformToolset> | ||
| 55 | <CharacterSet>Unicode</CharacterSet> | ||
| 56 | </PropertyGroup> | ||
| 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 36 | <ConfigurationType>Application</ConfigurationType> | 58 | <ConfigurationType>Application</ConfigurationType> |
| 37 | <UseDebugLibraries>false</UseDebugLibraries> | 59 | <UseDebugLibraries>false</UseDebugLibraries> |
| @@ -39,12 +61,25 @@ | |||
| 39 | <WholeProgramOptimization>true</WholeProgramOptimization> | 61 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 40 | <CharacterSet>Unicode</CharacterSet> | 62 | <CharacterSet>Unicode</CharacterSet> |
| 41 | </PropertyGroup> | 63 | </PropertyGroup> |
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="Configuration"> | ||
| 65 | <ConfigurationType>Application</ConfigurationType> | ||
| 66 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 67 | <PlatformToolset>v143</PlatformToolset> | ||
| 68 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 69 | <CharacterSet>Unicode</CharacterSet> | ||
| 70 | </PropertyGroup> | ||
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 43 | <ConfigurationType>Application</ConfigurationType> | 72 | <ConfigurationType>Application</ConfigurationType> |
| 44 | <UseDebugLibraries>true</UseDebugLibraries> | 73 | <UseDebugLibraries>true</UseDebugLibraries> |
| 45 | <PlatformToolset>v143</PlatformToolset> | 74 | <PlatformToolset>v143</PlatformToolset> |
| 46 | <CharacterSet>Unicode</CharacterSet> | 75 | <CharacterSet>Unicode</CharacterSet> |
| 47 | </PropertyGroup> | 76 | </PropertyGroup> |
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="Configuration"> | ||
| 78 | <ConfigurationType>Application</ConfigurationType> | ||
| 79 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 80 | <PlatformToolset>v143</PlatformToolset> | ||
| 81 | <CharacterSet>Unicode</CharacterSet> | ||
| 82 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 49 | <ConfigurationType>Application</ConfigurationType> | 84 | <ConfigurationType>Application</ConfigurationType> |
| 50 | <UseDebugLibraries>false</UseDebugLibraries> | 85 | <UseDebugLibraries>false</UseDebugLibraries> |
| @@ -52,6 +87,13 @@ | |||
| 52 | <WholeProgramOptimization>true</WholeProgramOptimization> | 87 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 53 | <CharacterSet>Unicode</CharacterSet> | 88 | <CharacterSet>Unicode</CharacterSet> |
| 54 | </PropertyGroup> | 89 | </PropertyGroup> |
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="Configuration"> | ||
| 91 | <ConfigurationType>Application</ConfigurationType> | ||
| 92 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 93 | <PlatformToolset>v143</PlatformToolset> | ||
| 94 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 95 | <CharacterSet>Unicode</CharacterSet> | ||
| 96 | </PropertyGroup> | ||
| 55 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 56 | <ImportGroup Label="ExtensionSettings"> | 98 | <ImportGroup Label="ExtensionSettings"> |
| 57 | </ImportGroup> | 99 | </ImportGroup> |
| @@ -60,15 +102,27 @@ | |||
| 60 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 102 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 62 | </ImportGroup> | 104 | </ImportGroup> |
| 105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="PropertySheets"> | ||
| 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 107 | </ImportGroup> | ||
| 63 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 108 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 65 | </ImportGroup> | 110 | </ImportGroup> |
| 111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="PropertySheets"> | ||
| 112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 113 | </ImportGroup> | ||
| 66 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 114 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 68 | </ImportGroup> | 116 | </ImportGroup> |
| 117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="PropertySheets"> | ||
| 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 119 | </ImportGroup> | ||
| 69 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 120 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 70 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 71 | </ImportGroup> | 122 | </ImportGroup> |
| 123 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="PropertySheets"> | ||
| 124 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 125 | </ImportGroup> | ||
| 72 | <PropertyGroup Label="UserMacros" /> | 126 | <PropertyGroup Label="UserMacros" /> |
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 74 | <LinkIncremental>true</LinkIncremental> | 128 | <LinkIncremental>true</LinkIncremental> |
| @@ -76,24 +130,48 @@ | |||
| 76 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 130 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 77 | <TargetName>yue</TargetName> | 131 | <TargetName>yue</TargetName> |
| 78 | </PropertyGroup> | 132 | </PropertyGroup> |
| 133 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> | ||
| 134 | <LinkIncremental>true</LinkIncremental> | ||
| 135 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 136 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 137 | <TargetName>yue</TargetName> | ||
| 138 | </PropertyGroup> | ||
| 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 80 | <LinkIncremental>true</LinkIncremental> | 140 | <LinkIncremental>true</LinkIncremental> |
| 81 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 141 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 82 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 142 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 83 | <TargetName>yue</TargetName> | 143 | <TargetName>yue</TargetName> |
| 84 | </PropertyGroup> | 144 | </PropertyGroup> |
| 145 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> | ||
| 146 | <LinkIncremental>true</LinkIncremental> | ||
| 147 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 148 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 149 | <TargetName>yue</TargetName> | ||
| 150 | </PropertyGroup> | ||
| 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 86 | <LinkIncremental>false</LinkIncremental> | 152 | <LinkIncremental>false</LinkIncremental> |
| 87 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 153 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 88 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 154 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 89 | <TargetName>yue</TargetName> | 155 | <TargetName>yue</TargetName> |
| 90 | </PropertyGroup> | 156 | </PropertyGroup> |
| 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> | ||
| 158 | <LinkIncremental>false</LinkIncremental> | ||
| 159 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 160 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 161 | <TargetName>yue</TargetName> | ||
| 162 | </PropertyGroup> | ||
| 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 92 | <LinkIncremental>false</LinkIncremental> | 164 | <LinkIncremental>false</LinkIncremental> |
| 93 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 165 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 94 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 166 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 95 | <TargetName>yue</TargetName> | 167 | <TargetName>yue</TargetName> |
| 96 | </PropertyGroup> | 168 | </PropertyGroup> |
| 169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> | ||
| 170 | <LinkIncremental>false</LinkIncremental> | ||
| 171 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | ||
| 172 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | ||
| 173 | <TargetName>yue</TargetName> | ||
| 174 | </PropertyGroup> | ||
| 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 175 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 98 | <ClCompile> | 176 | <ClCompile> |
| 99 | <WarningLevel>Level3</WarningLevel> | 177 | <WarningLevel>Level3</WarningLevel> |
| @@ -109,6 +187,21 @@ | |||
| 109 | <GenerateDebugInformation>true</GenerateDebugInformation> | 187 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 110 | </Link> | 188 | </Link> |
| 111 | </ItemDefinitionGroup> | 189 | </ItemDefinitionGroup> |
| 190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> | ||
| 191 | <ClCompile> | ||
| 192 | <WarningLevel>Level3</WarningLevel> | ||
| 193 | <SDLCheck>true</SDLCheck> | ||
| 194 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 195 | <ConformanceMode>true</ConformanceMode> | ||
| 196 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 197 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 198 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 199 | </ClCompile> | ||
| 200 | <Link> | ||
| 201 | <SubSystem>Console</SubSystem> | ||
| 202 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 203 | </Link> | ||
| 204 | </ItemDefinitionGroup> | ||
| 112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 113 | <ClCompile> | 206 | <ClCompile> |
| 114 | <WarningLevel>Level3</WarningLevel> | 207 | <WarningLevel>Level3</WarningLevel> |
| @@ -124,6 +217,21 @@ | |||
| 124 | <GenerateDebugInformation>true</GenerateDebugInformation> | 217 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 125 | </Link> | 218 | </Link> |
| 126 | </ItemDefinitionGroup> | 219 | </ItemDefinitionGroup> |
| 220 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> | ||
| 221 | <ClCompile> | ||
| 222 | <WarningLevel>Level3</WarningLevel> | ||
| 223 | <SDLCheck>true</SDLCheck> | ||
| 224 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 225 | <ConformanceMode>true</ConformanceMode> | ||
| 226 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 227 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 228 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 229 | </ClCompile> | ||
| 230 | <Link> | ||
| 231 | <SubSystem>Console</SubSystem> | ||
| 232 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 233 | </Link> | ||
| 234 | </ItemDefinitionGroup> | ||
| 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 235 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 128 | <ClCompile> | 236 | <ClCompile> |
| 129 | <WarningLevel>Level3</WarningLevel> | 237 | <WarningLevel>Level3</WarningLevel> |
| @@ -143,6 +251,25 @@ | |||
| 143 | <GenerateDebugInformation>true</GenerateDebugInformation> | 251 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 144 | </Link> | 252 | </Link> |
| 145 | </ItemDefinitionGroup> | 253 | </ItemDefinitionGroup> |
| 254 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> | ||
| 255 | <ClCompile> | ||
| 256 | <WarningLevel>Level3</WarningLevel> | ||
| 257 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 258 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 259 | <SDLCheck>true</SDLCheck> | ||
| 260 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 261 | <ConformanceMode>true</ConformanceMode> | ||
| 262 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 263 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 264 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 265 | </ClCompile> | ||
| 266 | <Link> | ||
| 267 | <SubSystem>Console</SubSystem> | ||
| 268 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 269 | <OptimizeReferences>true</OptimizeReferences> | ||
| 270 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 271 | </Link> | ||
| 272 | </ItemDefinitionGroup> | ||
| 146 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 273 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 147 | <ClCompile> | 274 | <ClCompile> |
| 148 | <WarningLevel>Level3</WarningLevel> | 275 | <WarningLevel>Level3</WarningLevel> |
| @@ -162,6 +289,25 @@ | |||
| 162 | <GenerateDebugInformation>true</GenerateDebugInformation> | 289 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 163 | </Link> | 290 | </Link> |
| 164 | </ItemDefinitionGroup> | 291 | </ItemDefinitionGroup> |
| 292 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> | ||
| 293 | <ClCompile> | ||
| 294 | <WarningLevel>Level3</WarningLevel> | ||
| 295 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 296 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 297 | <SDLCheck>true</SDLCheck> | ||
| 298 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 299 | <ConformanceMode>true</ConformanceMode> | ||
| 300 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
| 301 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 302 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
| 303 | </ClCompile> | ||
| 304 | <Link> | ||
| 305 | <SubSystem>Console</SubSystem> | ||
| 306 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 307 | <OptimizeReferences>true</OptimizeReferences> | ||
| 308 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 309 | </Link> | ||
| 310 | </ItemDefinitionGroup> | ||
| 165 | <ItemGroup> | 311 | <ItemGroup> |
| 166 | <ClCompile Include="..\..\src\3rdParty\lua\lapi.c" /> | 312 | <ClCompile Include="..\..\src\3rdParty\lua\lapi.c" /> |
| 167 | <ClCompile Include="..\..\src\3rdParty\lua\lauxlib.c" /> | 313 | <ClCompile Include="..\..\src\3rdParty\lua\lauxlib.c" /> |
