123456789101112131415161718192021 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net8.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
- <ItemGroup>
- <Content Include=".img\scr1.png" />
- <Content Include=".img\scr2.png" />
- <Content Include=".img\scr3.png" />
- <Content Include=".img\scr4.png" />
- <Content Include=".img\scr5.png" />
- <Content Include=".img\scr6.png" />
- <Content Include=".img\scr8.png" />
- </ItemGroup>
- </Project>
|