Skip to content

Commit

Permalink
Removed lines per comment dotnet/maui#21559 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Musicnotes committed Apr 25, 2024
1 parent da06efe commit 55f1894
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions MauiTestApp/MauiTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,34 +70,4 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<None Remove="Code\**\*.xaml" />
<None Remove="Platforms\Windows\Code\**\*.xaml" />
<None Remove="App.xaml" />
<None Remove="AppShell.xaml" />
<None Remove="MainPage.xaml" />
<None Remove="Platforms\Windows\App.xaml" />

<MauiXaml Include="Code\**\*.xaml" />
<MauiXaml Include="Resources\**\*.xaml" />

<MauiXaml Include="App.xaml" />
<MauiXaml Include="AppShell.xaml" />
<MauiXaml Include="MainPage.xaml" />

<Page Include="Platforms\Windows\Code\**\*.xaml" />
<AppxManifest Include="Platforms\Windows\Package.appxmanifest" />

<Page Update="Platforms\Windows\App.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>

</ItemGroup>

<ItemGroup>
<MauiXaml Update="Code\CustomPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
</ItemGroup>

</Project>

0 comments on commit 55f1894

Please sign in to comment.