Skip to content

Commit 328f14e

Browse files
authored
Merge pull request #116 from dscho/arm64-support
Add Windows ARM64 support
2 parents 67d4ec2 + c6470b8 commit 328f14e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

examples/console-example/WinToast Console Example.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|x64 = Debug|x64
1111
Debug|x86 = Debug|x86
12+
Debug|ARM64 = Debug|ARM64
1213
Release|x64 = Release|x64
1314
Release|x86 = Release|x86
15+
Release|ARM64 = Release|ARM64
1416
EndGlobalSection
1517
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1618
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Debug|x64.ActiveCfg = Debug|Win32
1719
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Debug|x64.Build.0 = Debug|Win32
1820
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Debug|x86.ActiveCfg = Debug|Win32
1921
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Debug|x86.Build.0 = Debug|Win32
22+
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Debug|ARM64.ActiveCfg = Debug|ARM64
23+
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Debug|ARM64.Build.0 = Debug|ARM64
2024
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Release|x64.ActiveCfg = Release|x64
2125
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Release|x64.Build.0 = Release|x64
2226
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Release|x86.ActiveCfg = Release|Win32
2327
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Release|x86.Build.0 = Release|Win32
28+
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Release|ARM64.ActiveCfg = Release|ARM64
29+
{7C5AC60D-8668-47B6-9D05-FB363F854065}.Release|ARM64.Build.0 = Release|ARM64
2430
EndGlobalSection
2531
GlobalSection(SolutionProperties) = preSolution
2632
HideSolutionNode = FALSE

examples/console-example/WinToast Console Example.vcxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
<Configuration>Release</Configuration>
1818
<Platform>x64</Platform>
1919
</ProjectConfiguration>
20+
<ProjectConfiguration Include="Debug|ARM64">
21+
<Configuration>Debug</Configuration>
22+
<Platform>ARM64</Platform>
23+
</ProjectConfiguration>
24+
<ProjectConfiguration Include="Release|ARM64">
25+
<Configuration>Release</Configuration>
26+
<Platform>ARM64</Platform>
27+
</ProjectConfiguration>
2028
</ItemGroup>
2129
<PropertyGroup Label="Globals">
2230
<VCProjectVersion>15.0</VCProjectVersion>

0 commit comments

Comments
 (0)