txt2bib/Txt2Bib.csproj
2023-12-25 14:17:14 +01:00

19 lines
372 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="copy-icon.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="copy-icon.png" />
</ItemGroup>
</Project>