|
|
@ -5,6 +5,14 @@ |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ProjectConfiguration> |
|
|
|
|
|
|
|
<ProjectConfiguration Include="Emscripten|Win32"> |
|
|
|
|
|
|
|
<Configuration>Emscripten</Configuration> |
|
|
|
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
|
|
|
<ProjectConfiguration Include="Emscripten|x64"> |
|
|
|
|
|
|
|
<Configuration>Emscripten</Configuration> |
|
|
|
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
<Platform>Win32</Platform> |
|
|
@ -52,6 +60,12 @@ |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'"> |
|
|
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Emscripten|x64'"> |
|
|
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
</ImportGroup> |
|
|
|
</ImportGroup> |
|
|
@ -119,6 +133,10 @@ |
|
|
|
<PreBuildEvent> |
|
|
|
<PreBuildEvent> |
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
</PreBuildEvent> |
|
|
|
</PreBuildEvent> |
|
|
|
|
|
|
|
<PostBuildEvent> |
|
|
|
|
|
|
|
<Command> |
|
|
|
|
|
|
|
</Command> |
|
|
|
|
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
@ -139,6 +157,9 @@ |
|
|
|
<PreBuildEvent> |
|
|
|
<PreBuildEvent> |
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
</PreBuildEvent> |
|
|
|
</PreBuildEvent> |
|
|
|
|
|
|
|
<PostBuildEvent> |
|
|
|
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File emscripten_build.ps1</Command> |
|
|
|
|
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClInclude Include="Ability.h" /> |
|
|
|
<ClInclude Include="Ability.h" /> |
|
|
|