Downgrade Cef, add app manifest

This commit is contained in:
Natsumi
2022-09-13 19:46:54 +12:00
parent 61f3cc9a86
commit 6206d8ac8a
2 changed files with 67 additions and 3 deletions
+7 -3
View File
@@ -57,6 +57,9 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Blake2Sharp">
<HintPath>librsync.net\Blake2Sharp.dll</HintPath>
@@ -141,6 +144,7 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -173,13 +177,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.Common">
<Version>105.3.330</Version>
<Version>104.4.240</Version>
</PackageReference>
<PackageReference Include="CefSharp.OffScreen">
<Version>105.3.330</Version>
<Version>104.4.240</Version>
</PackageReference>
<PackageReference Include="CefSharp.WinForms">
<Version>105.3.330</Version>
<Version>104.4.240</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
<Version>7.1.2</Version>