|
|
|
@ -13,6 +13,14 @@ |
|
|
|
|
<Configuration>Emscripten</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Release Desktop|Win32"> |
|
|
|
|
<Configuration>Release Desktop</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Release Desktop|x64"> |
|
|
|
|
<Configuration>Release Desktop</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
|
<Configuration>Release</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
@ -47,6 +55,13 @@ |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
@ -60,6 +75,13 @@ |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'"> |
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
@ -77,12 +99,18 @@ |
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|Win32'" Label="PropertySheets"> |
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|x64'" Label="PropertySheets"> |
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
@ -118,6 +146,25 @@ |
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<ConformanceMode>true</ConformanceMode> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
</Link> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
@ -161,6 +208,30 @@ |
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File emscripten_build.ps1</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<ConformanceMode>true</ConformanceMode> |
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
</Link> |
|
|
|
|
<PreBuildEvent> |
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
|
</PreBuildEvent> |
|
|
|
|
<PostBuildEvent> |
|
|
|
|
<Command> |
|
|
|
|
</Command> |
|
|
|
|
</PostBuildEvent> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'"> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
|