Merge pull request #156 from thefiddler/buildfix

Use "Preserve Newest" option on OpenTK.dll.config
This commit is contained in:
thefiddler 2014-07-21 17:56:10 +02:00
commit 7c98a9c58d
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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" />