Skip to content

Commit

Permalink
🧼 Mitigate unnecessary dependency on WebView2.
Browse files Browse the repository at this point in the history
As it is not used, we can avoid adding it to the output, thus saving a bit of disk space.
  • Loading branch information
hexawyz committed Jan 15, 2025
1 parent 6236f6e commit 1b9cbca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Exo/Ui/Exo.Settings.Ui/Exo.Settings.Ui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<None Remove="DevicesPage.xaml" />
<None Remove="EditionToolbar.xaml" />
<None Remove="HomePage.xaml" />
<None Remove="ImagesPage.xaml" />
<None Remove="LightingPage.xaml" />
<None Remove="LightingZoneControl.xaml" />
<None Remove="MonitorMiscSettingsControl.xaml" />
Expand Down Expand Up @@ -63,6 +64,7 @@
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.1.240916" />
<PackageReference Include="Grpc.Net.Client" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2651.64" IncludeAssets="None" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="protobuf-net.Grpc" />
Expand All @@ -86,6 +88,12 @@
<ProjectReference Include="..\..\Core\Exo.Utils\Exo.Utils.csproj" />
</ItemGroup>

<ItemGroup>
<Page Update="ImagesPage.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>

<ItemGroup>
<Page Update="PowerManagementSettingsControl.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down

0 comments on commit 1b9cbca

Please sign in to comment.