Last active
August 29, 2015 13:56
-
-
Save tomspilman/9285242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <Project Name="MonoGame.Framework" Path="MonoGame.Framework" Type="Library" Platforms="Android,iOS,Linux,MacOS,Ouya,PSMobile,Windows,Windows8,WindowsGL,WindowsPhone"> | |
| <!-- Per platform settings --> | |
| <Platform Name="Windows"> | |
| <ProjectGuid>{7DE47032-A904-4C29-BD22-2D235E8D91BA}</ProjectGuid> | |
| <CustomDefinitions>TRACE;WINDOWS;DIRECTX;WINDOWS_MEDIA_SESSION</CustomDefinitions> | |
| </Platform> | |
| <Platform Name="iOS"> | |
| <ProjectGuid>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</ProjectGuid> | |
| <CustomDefinitions>IOS;GLES;OPENGL</CustomDefinitions> | |
| </Platform> | |
| <!-- Common assembly references --> | |
| <References> | |
| <Reference Include="System" /> | |
| <Reference Include="System.Runtime.Serialization" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment