AlenaTest.csproj 374 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net5.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <None Remove="Images\PIC.png" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Resource Include="Images\PIC.png" />
  13. </ItemGroup>
  14. </Project>