diff options
Diffstat (limited to 'src/engine/engine.vcxproj')
-rw-r--r-- | src/engine/engine.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj index d62105ed..52f71b1d 100644 --- a/src/engine/engine.vcxproj +++ b/src/engine/engine.vcxproj | |||
@@ -21,6 +21,14 @@ | |||
21 | <Configuration>Release</Configuration> | 21 | <Configuration>Release</Configuration> |
22 | <Platform>x64</Platform> | 22 | <Platform>x64</Platform> |
23 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
24 | <ProjectConfiguration Include="Debug|ARM64"> | ||
25 | <Configuration>Debug</Configuration> | ||
26 | <Platform>ARM64</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|ARM64"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>ARM64</Platform> | ||
31 | </ProjectConfiguration> | ||
24 | </ItemGroup> | 32 | </ItemGroup> |
25 | 33 | ||
26 | <PropertyGroup Label="Globals"> | 34 | <PropertyGroup Label="Globals"> |