Merge pull request #156 from thefiddler/buildfix
Use "Preserve Newest" option on OpenTK.dll.config
This commit is contained in:
commit
7c98a9c58d
2 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@ env:
|
|||
- EnableNuGetPackageRestore=true
|
||||
matrix:
|
||||
- MONO_VER="2.10.11"
|
||||
- MONO_VER="3.2.6"
|
||||
- MONO_VER="3.4.0"
|
||||
|
||||
before_install:
|
||||
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg" || true
|
||||
|
@ -15,4 +15,3 @@ before_install:
|
|||
|
||||
script:
|
||||
- xbuild && xbuild /p:Configuration=Release
|
||||
|
||||
|
|
|
@ -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