fix dll config copy

pull/1/head
cosmonaut 2021-03-01 16:53:09 -08:00
parent 4a25a77543
commit 64a6e2ac65
1 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
</PropertyGroup>
<ItemGroup>
<None Include="RefreshCS.dll.config" />
<None Include="RefreshCS.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>