WpfApp4.csproj 589 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <UseWPF>true</UseWPF>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <Content Include=".img\scr1.png" />
  11. <Content Include=".img\scr2.png" />
  12. <Content Include=".img\scr3.png" />
  13. <Content Include=".img\scr4.png" />
  14. <Content Include=".img\scr5.png" />
  15. <Content Include=".img\scr6.png" />
  16. <Content Include=".img\scr8.png" />
  17. </ItemGroup>
  18. </Project>