1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="Images\matrix_icon.ico" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\matrix_icon.ico" />
- </ItemGroup>
- </Project>
|