Skip to content

Commit

Permalink
Merge pull request #126 from jonthysell/arm64
Browse files Browse the repository at this point in the history
Add native ARM64 builds
  • Loading branch information
jonthysell authored Jan 26, 2024
2 parents 008ef55 + b2ef723 commit 1a8c250
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mzinga Changelog #

## next ##

* Viewer: Add native ARM64 build (WinStore only)
* Viewer: Updated Avalonia to 11.0.7
* Viewer: Updated CommunityToolkit.Mvvm to 8.2.2
* Viewer: Updated System.Reactive.Linq to 6.0.0

## v0.14.1 ##

* Viewer: Added UHP engine to title bar
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015-2023 Jon Thysell
Copyright (c) 2015-2024 Jon Thysell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The Unpacked release provides loose, framework-dependent .NET 6 binaries.

Hive Copyright (c) 2016 Gen42 Games. Mzinga is in no way associated with or endorsed by Gen42 Games.

Mzinga Copyright (c) 2015-2023 Jon Thysell.
Mzinga Copyright (c) 2015-2024 Jon Thysell.

Avalonia Copyright (c) .NET Foundation and Contributors.

Expand Down
2 changes: 1 addition & 1 deletion scripts/Licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Mzinga is in no way associated with or endorsed by Gen42 Games.

The MIT License (MIT)

Copyright (c) 2015-2023 Jon Thysell
Copyright (c) 2015-2024 Jon Thysell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>Mzinga</Product>
<Company>Jon Thysell</Company>
<Authors>Jon Thysell</Authors>
<Copyright>Copyright © 2015-2023 Jon Thysell</Copyright>
<Copyright>Copyright © 2015-2024 Jon Thysell</Copyright>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryUrl>https://github.com/jonthysell/Mzinga</RepositoryUrl>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(RestoreForWinStore)' == 'true' ">
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file modified src/Mzinga.Viewer.Setup/license.rtf
Binary file not shown.
20 changes: 18 additions & 2 deletions src/Mzinga.Viewer.WinStore/Mzinga.Viewer.WinStore.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup>
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
Expand All @@ -34,7 +42,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|ARM64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<EntryPointProjectUniqueName>..\Mzinga.Viewer\Mzinga.Viewer.csproj</EntryPointProjectUniqueName>
Expand All @@ -46,10 +54,16 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -117,8 +131,10 @@
<SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties>
<PublishProfile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Properties\PublishProfiles\WinStore.Release.x64.pubxml</PublishProfile>
<PublishProfile Condition="'$(Configuration)|$(Platform)'=='Release|x86'">Properties\PublishProfiles\WinStore.Release.x86.pubxml</PublishProfile>
<PublishProfile Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Properties\PublishProfiles\WinStore.Release.ARM64.pubxml</PublishProfile>
<PublishProfile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Properties\PublishProfiles\WinStore.Debug.x64.pubxml</PublishProfile>
<PublishProfile Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">Properties\PublishProfiles\WinStore.Debug.x86.pubxml</PublishProfile>
<PublishProfile Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Properties\PublishProfiles\WinStore.Debug.ARM64.pubxml</PublishProfile>
</ProjectReference>
</ItemGroup>
</Project>
14 changes: 7 additions & 7 deletions src/Mzinga.Viewer/Mzinga.Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Mzinga.Viewer</RootNamespace>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<DefineConstants>TRACE;UPDATES</DefineConstants>
<Platforms>AnyCPU;x86;x64</Platforms>
<Platforms>AnyCPU;x86;x64;arm64</Platforms>
</PropertyGroup>

<PropertyGroup Condition=" '$(RuntimeIdentifier)' == 'osx-x64' ">
Expand Down Expand Up @@ -45,15 +45,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.4" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.4" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.4" Condition="'$(Configuration)' == 'Debug'" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.4" />
<PackageReference Include="Avalonia" Version="11.0.7" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.7" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.7" Condition="'$(Configuration)' == 'Debug'" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.7" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="Markdown.Avalonia.Tight" Version="11.0.2" />
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="System.Reactive.Linq" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
<PublishDir>bin\ARM64\Debug (WinStore)</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
<DeleteExistingFiles>True</DeleteExistingFiles>
<DefineConstants>TRACE;INSTALLED</DefineConstants>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
<PublishDir>bin\ARM64\Release (WinStore)</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
<DeleteExistingFiles>True</DeleteExistingFiles>
<DefineConstants>TRACE;INSTALLED</DefineConstants>
</PropertyGroup>
</Project>
26 changes: 26 additions & 0 deletions src/Mzinga.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,89 +22,115 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Debug|x64.ActiveCfg = Debug|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Debug|x86.ActiveCfg = Debug|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Release|Any CPU.Build.0 = Release|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Release|ARM64.ActiveCfg = Release|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Release|x64.ActiveCfg = Release|Any CPU
{23C4244B-2965-41FB-9F35-BDCAE2AB2C7B}.Release|x86.ActiveCfg = Release|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Debug|x64.ActiveCfg = Debug|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Debug|x86.ActiveCfg = Debug|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Release|Any CPU.Build.0 = Release|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Release|ARM64.ActiveCfg = Release|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Release|x64.ActiveCfg = Release|Any CPU
{36CC70C4-9BCE-4546-8C4F-B116D5086291}.Release|x86.ActiveCfg = Release|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Debug|x64.ActiveCfg = Debug|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Debug|x86.ActiveCfg = Debug|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Release|Any CPU.Build.0 = Release|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Release|ARM64.ActiveCfg = Release|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Release|x64.ActiveCfg = Release|Any CPU
{ADA152D0-9A37-4884-A3B0-61FA7790BD9C}.Release|x86.ActiveCfg = Release|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Debug|x64.ActiveCfg = Debug|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Debug|x86.ActiveCfg = Debug|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Release|Any CPU.Build.0 = Release|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Release|ARM64.ActiveCfg = Release|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Release|x64.ActiveCfg = Release|Any CPU
{BD3A0E3A-EB2A-409B-AF6E-F88FFBF34CC4}.Release|x86.ActiveCfg = Release|Any CPU
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|ARM64.ActiveCfg = Debug|arm64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|ARM64.Build.0 = Debug|arm64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|x64.ActiveCfg = Debug|x64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|x64.Build.0 = Debug|x64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|x86.ActiveCfg = Debug|x86
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Debug|x86.Build.0 = Debug|x86
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|Any CPU.Build.0 = Release|Any CPU
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|ARM64.ActiveCfg = Release|arm64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|ARM64.Build.0 = Release|arm64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|x64.ActiveCfg = Release|x64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|x64.Build.0 = Release|x64
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|x86.ActiveCfg = Release|x86
{A6BF3A8F-1B7A-47C6-A0D7-D32D75FF4099}.Release|x86.Build.0 = Release|x86
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|ARM64.Build.0 = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|x64.ActiveCfg = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|x64.Build.0 = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|x86.ActiveCfg = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Debug|x86.Build.0 = Debug|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|Any CPU.Build.0 = Release|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|ARM64.ActiveCfg = Release|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|ARM64.Build.0 = Release|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|x64.ActiveCfg = Release|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|x64.Build.0 = Release|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|x86.ActiveCfg = Release|Any CPU
{F53D8E90-0B0B-4439-B9A1-3246827D121F}.Release|x86.Build.0 = Release|Any CPU
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|Any CPU.ActiveCfg = Debug|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|ARM64.ActiveCfg = Debug|ARM64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|ARM64.Build.0 = Debug|ARM64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|ARM64.Deploy.0 = Debug|ARM64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|x64.ActiveCfg = Debug|x64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|x64.Build.0 = Debug|x64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|x64.Deploy.0 = Debug|x64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|x86.ActiveCfg = Debug|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|x86.Build.0 = Debug|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Debug|x86.Deploy.0 = Debug|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|Any CPU.ActiveCfg = Release|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|ARM64.ActiveCfg = Release|ARM64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|ARM64.Build.0 = Release|ARM64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|ARM64.Deploy.0 = Release|ARM64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x64.ActiveCfg = Release|x64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x64.Build.0 = Release|x64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x64.Deploy.0 = Release|x64
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x86.ActiveCfg = Release|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x86.Build.0 = Release|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x86.Deploy.0 = Release|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|Any CPU.ActiveCfg = Debug|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|ARM64.ActiveCfg = Debug|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x64.ActiveCfg = Debug|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x64.Build.0 = Debug|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x86.ActiveCfg = Debug|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x86.Build.0 = Debug|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|Any CPU.ActiveCfg = Release|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|ARM64.ActiveCfg = Release|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|x64.ActiveCfg = Release|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|x64.Build.0 = Release|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|x86.ActiveCfg = Release|x86
Expand Down

0 comments on commit 1a8c250

Please sign in to comment.