Skip to content

Commit

Permalink
[Compat] Use Preserve Newest in dll.config
Browse files Browse the repository at this point in the history
This speeds up compilation times significantly.
  • Loading branch information
thefiddler committed Jul 21, 2014
1 parent f048487 commit 98399c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Compatibility/OpenTK.Compatibility.csproj
Expand Up @@ -471,7 +471,7 @@
<Link>OpenTK.snk</Link>
</None>
<None Include="OpenTK.Compatibility.dll.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 98399c2

Please sign in to comment.