chore: für NuGet-Paket konfiguriert

This commit is contained in:
Developer 02
2024-07-31 09:59:11 +02:00
parent 8224b733db
commit ed5dd43f37
12 changed files with 40 additions and 5 deletions

View File

@@ -31,7 +31,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
<ApplicationIcon>
</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
@@ -95,10 +96,9 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\icon.ico">
<Content Include="Assets\icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>