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