Skip to content

Commit

Permalink
csproj cleanup - remove unnecessary itemgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Nov 22, 2024
1 parent a012942 commit 9302fe9
Showing 1 changed file with 2 additions and 43 deletions.
45 changes: 2 additions & 43 deletions LM-Kit-Maestro/LM-Kit-Maestro.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
Expand Down Expand Up @@ -42,7 +41,7 @@

<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<MauiIcon Include="Resources\AppIcon\appicon.svg" BaseSize="128,128" />

<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
Expand Down Expand Up @@ -79,49 +78,9 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="MetroLog.Maui" Version="2.1.0" />
<PackageReference Include="Mopups" Version="1.3.2" />
<PackageReference Include="SimpleToolkit.Core" Version="5.1.2" />
<PackageReference Include="SimpleToolkit.SimpleShell" Version="4.1.3" />
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
<Compile Update="UI\Popups\AlertPopup.xaml.cs">
<DependentUpon>AlertPopup.xaml</DependentUpon>
</Compile>
<Compile Update="UI\Popups\ChatConversationActionPopup.xaml.cs">
<DependentUpon>ChatConversationActionPopup.xaml</DependentUpon>
</Compile>
<Compile Update="UI\Popups\ModelSelectionPopup.xaml.cs">
<DependentUpon>ModelSelectionPopup.xaml</DependentUpon>
</Compile>
<Compile Update="UI\Popups\PopupView.xaml.cs">
<DependentUpon>PopupView.xaml</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<MauiXaml Update="Controls\CustomCollectionView.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="Resources\Styles\Icons.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="UI\ModelSelectionButton.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="UI\Pages\AssistantsPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="UI\Popups\ChatConversationActionPopup.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="UI\Popups\ModelSelectionPopup.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="UI\Popups\PopupView.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
</ItemGroup>

</Project>
</Project>

0 comments on commit 9302fe9

Please sign in to comment.