Skip to content

Instantly share code, notes, and snippets.

@vvolkgang
Last active December 19, 2015 08:19
Show Gist options
  • Save vvolkgang/5924941 to your computer and use it in GitHub Desktop.
Save vvolkgang/5924941 to your computer and use it in GitHub Desktop.
<!--bad reference:-->
<Reference Include="MonoGame.Framework, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" />
<!--good reference:-->
<Reference Include="MonoGame.Framework">
<HintPath>$(MSBuildExtensionsPath)\..\MonoGame\v3.0\Assemblies\WindowsGL\MonoGame.Framework.dll</HintPath>
</Reference>
asdasd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment