MonoGame / MonoGame.Dependencies

The MonoGame binary dependencies submodule.
38 stars 51 forks source link

Upgrade to SharpDX 4.0.1 #111

Closed Jjagg closed 7 years ago

Jjagg commented 7 years ago

Upgrades all SharpDX dll's to 4.0.1. The dll's in the root repo are all targeting .NET Standard 1.1 so we can use them for both DX and UWP.

I needed the MediaFoundation .NET 4.5 assembly for DX because it includes CreateSampleGrabberSinkActivate which is only available on Desktop. Maybe we can work around that someway so we can drop the extra assembly. I don't know anything about this API though... I tested that this is working by rebasing MonoGame/MonoGame#5437 on MonoGame/MonoGame#5949. cc @KonajuGames

I also included the license and a little .bat script that uses NuGet to pull in the assemblies.

KonajuGames commented 7 years ago

Merging. Should be good to update the submodules reference in the main PR now.