Skip to content

Commit

Permalink
Update project file to version 1.24.111. Rm Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tajbender committed Nov 4, 2024
1 parent 197c6ae commit cf3142a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Binary file removed src/electrifier/Assets/SplashScreen.png
Binary file not shown.
Binary file removed src/electrifier/Assets/StoreLogo.scale-150.png
Binary file not shown.
Binary file removed src/electrifier/Assets/app.ico
Binary file not shown.
10 changes: 2 additions & 8 deletions src/electrifier/electrifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<LangVersion>12.0</LangVersion>
<RootNamespace>electrifier</RootNamespace>
<ApplicationIcon>Assets\app.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
Expand All @@ -14,7 +13,7 @@
<Nullable>enable</Nullable>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<AssemblyVersion>1.24.1015</AssemblyVersion>
<AssemblyVersion>1.24.111</AssemblyVersion>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RunAnalyzersDuringLiveAnalysis>True</RunAnalyzersDuringLiveAnalysis>
Expand All @@ -29,19 +28,14 @@
<PackageCertificateThumbprint>412DFB2FB1169368A38C65F3586FFEFECA0AB03B</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\Square44x44Logo.scale-200_altform-unplated.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Assets\Square44x44Logo_unplated.png" />
</ItemGroup>

<ItemGroup>
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0-preview1" />
<PackageReference Include="CommunityToolkit.WinUI.Animations" Version="8.1.240916" />
<PackageReference Include="CommunityToolkit.WinUI.Collections" Version="8.1.240916" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.1.240916" />
Expand Down

0 comments on commit cf3142a

Please sign in to comment.