MatrixXAMLOnly.csproj 358 B

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