This commit is contained in:
James Clancey 2021-11-29 13:17:15 -09:00
Родитель ce7fd1684c
Коммит 0c66ef6a41
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ namespace Comet.Samples
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
});
#if DEBUG
builder.EnableHotReload();
//builder.EnableHotReload();
#endif
return builder.Build();

Просмотреть файл

@ -23,6 +23,9 @@
<SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</TargetPlatformMinVersion>
</PropertyGroup>
<ItemGroup Condition=" $(TargetFramework.Contains('-windows')) ">
<PackageReference Include="Microsoft.WindowsAppSDK" />
</ItemGroup>
<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\appicon.svg" ForegroundFile="Resources\appiconfg.svg" Color="#512BD4" />