Skip to content

Commit

Permalink
Re-include CLI default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
z80andrew committed Jul 2, 2022
1 parent d91e817 commit afd03cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SerialDiskCLI/SerialDiskCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@
<ProjectReference Include="..\SerialDisk\SerialDisk.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="serialdisk.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit afd03cc

Please sign in to comment.