AppResource.csproj 390 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <None Remove="Resource.xaml" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PropertyPageSchema Remove="Resource.xaml" />
  13. </ItemGroup>
  14. </Project>