fix config

This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-05-27 14:41:33 +03:00
parent d4adb64655
commit ea8d0e686a
4 changed files with 10 additions and 14 deletions
+3 -7
View File
@@ -20,18 +20,14 @@
<PackageReference Include="WindowsAPICodePack" Version="7.0.4" />
</ItemGroup>
<ItemGroup>
<None Remove="config.json" />
<Content Include="config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Remove="logo.ico" />
<Resource Include="logo.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<None Update="config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>