Don't overwrite newer config files (doesn't seem to fix anything buut..).

This commit is contained in:
Dean Herbert
2017-03-14 20:23:07 +09:00
parent 90447b0ba7
commit 31c41e3e14

View File

@ -104,7 +104,9 @@
<None Include="..\osu.licenseheader">
<Link>osu.licenseheader</Link>
</None>
<None Include="App.config" />
<None Include="App.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>