Skip to content

Commit

Permalink
ARM 64-bit build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brondavies committed Nov 11, 2024
1 parent 903c729 commit 02f4e50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrayToolbar/TrayToolbar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageIcon>Resources\TrayIcon.png</PackageIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU;x64;ARM64</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>

Expand Down
6 changes: 6 additions & 0 deletions src/TrayToolbar/TrayToolbar.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,23 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5556312-F7AB-4175-B429-DE186E579FAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5556312-F7AB-4175-B429-DE186E579FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5556312-F7AB-4175-B429-DE186E579FAD}.Debug|ARM64.ActiveCfg = Debug|ARM64
{B5556312-F7AB-4175-B429-DE186E579FAD}.Debug|ARM64.Build.0 = Debug|ARM64
{B5556312-F7AB-4175-B429-DE186E579FAD}.Debug|x64.ActiveCfg = Debug|x64
{B5556312-F7AB-4175-B429-DE186E579FAD}.Debug|x64.Build.0 = Debug|x64
{B5556312-F7AB-4175-B429-DE186E579FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5556312-F7AB-4175-B429-DE186E579FAD}.Release|Any CPU.Build.0 = Release|Any CPU
{B5556312-F7AB-4175-B429-DE186E579FAD}.Release|ARM64.ActiveCfg = Release|ARM64
{B5556312-F7AB-4175-B429-DE186E579FAD}.Release|ARM64.Build.0 = Release|ARM64
{B5556312-F7AB-4175-B429-DE186E579FAD}.Release|x64.ActiveCfg = Release|x64
{B5556312-F7AB-4175-B429-DE186E579FAD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
Expand Down

0 comments on commit 02f4e50

Please sign in to comment.