mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-08 23:05:27 +00:00
Use "Preserve Newest" option on OpenTK.dll.config
OpenTK.dll.config was previously set to be always copied to the output directory. This caused constant rebuilds in Visual Studio. Setting this to "Preserve Newest" improves build times significantly.
This commit is contained in:
parent
358b4ddf35
commit
6ab1a9db87
|
@ -698,7 +698,7 @@
|
|||
<Compile Include="Platform\X11\X11Mouse.cs" />
|
||||
<Compile Include="Input\ButtonState.cs" />
|
||||
<EmbeddedResource Include="OpenTK.dll.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Platform\MacOS\HIDInput.cs" />
|
||||
<Compile Include="IntPtrEqualityComparer.cs" />
|
||||
|
|
Loading…
Reference in a new issue