coffe.csproj 487 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <None Remove="FolderFont\Hitterlove.otf" />
  10. <None Remove="FolderFont\VPCH2.otf" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Resource Include="FolderFont\Hitterlove.otf" />
  14. <Resource Include="FolderFont\VPCH2.otf" />
  15. </ItemGroup>
  16. </Project>