Skip to content

Commit

Permalink
Updated some of the Mac projects to actually work.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 22, 2013
1 parent f538820 commit e54103b
Show file tree
Hide file tree
Showing 39 changed files with 368 additions and 85 deletions.
10 changes: 10 additions & 0 deletions Audio3D/Audio3D.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,14 @@
<Content Include="Content\DogTexture.xnb" />
<Content Include="Content\checker.xnb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions BackgroundThreadTester/BackgroundThreadTester.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,14 @@
<ItemGroup>
<InterfaceDefinition Include="MainMenu.xib" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
50 changes: 42 additions & 8 deletions BloomSample/BloomSample.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,47 @@
<Folder Include="Content\" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\BloomCombine.xnb" />
<Content Include="Content\BloomExtract.xnb" />
<Content Include="Content\GaussianBlur.xnb" />
<Content Include="Content\engine_diff_tex_0.xnb" />
<Content Include="Content\hudFont.xnb" />
<Content Include="Content\sunset.xnb" />
<Content Include="Content\tank.xnb" />
<Content Include="Content\turret_alt_diff_tex_0.xnb" />
<Content Include="..\CompiledContent\OSX\Content\Effects\BloomCombine.xnb">
<Link>Content\BloomCombine.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Effects\BloomExtract.xnb">
<Link>Content\BloomExtract.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Effects\GaussianBlur.xnb">
<Link>Content\GaussianBlur.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Models\engine_diff_tex_0.xnb">
<Link>Content\engine_diff_tex_0.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Models\tank.xnb">
<Link>Content\tank.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Models\turret_alt_diff_tex_0.xnb">
<Link>Content\turret_alt_diff_tex_0.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Textures\sunset.xnb">
<Link>Content\sunset.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Fonts\HUDFont.xnb">
<Link>Content\HUDFont.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
Binary file removed BloomSample/Content/BloomCombine.xnb
Binary file not shown.
Binary file removed BloomSample/Content/BloomExtract.xnb
Binary file not shown.
Binary file removed BloomSample/Content/GaussianBlur.xnb
Binary file not shown.
Binary file removed BloomSample/Content/sunset.xnb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,14 @@
<Compile Include="Sprite.cs" />
<Compile Include="StarField.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,14 @@
<Content Include="Content\Textures\Tile_Sheet.xnb" />
<Content Include="Content\Textures\TitleScreen.xnb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
<Project>{521972FD-1A9B-4CFD-A435-EB2224985131}</Project>
<Name>Tile Engine.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Content\" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,14 @@
<ItemGroup>
<None Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,14 @@
<Compile Include="TileMap.cs" />
<Compile Include="WeaponManager.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
23 changes: 17 additions & 6 deletions BouncingBox/BouncingBox.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,27 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Content\font.xnb">
<Link>Content\font.xnb</Link>
</Content>
<Content Include="Content\monogameicon.png">
<Link>Content\monogameicon.png</Link>
</Content>
<Content Include="monogameicon.png" />
<Content Include="..\CompiledContent\OSX\Content\Textures\logo.xnb">
<Link>Content\logo.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Info.plist">
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Content\" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion BouncingBox/Game1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected override void LoadContent ()
spriteBatch = new SpriteBatch (GraphicsDevice);

// TODO: use this.Content to load your game content here
texture = Content.Load<Texture2D> ("monogameicon");
texture = Content.Load<Texture2D> ("logo");
}
/// <summary>
/// Allows the game to run logic such as updating the world,
Expand All @@ -76,6 +76,7 @@ protected override void LoadContent ()
protected override void Update (GameTime gameTime)
{
// TODO: Add your update logic here
if (Keyboard.GetState().IsKeyDown(Keys.Escape)) Exit();

if (texture != null) {
// Keep inside the screen
Expand Down
10 changes: 10 additions & 0 deletions CatapaultWars/CatapaultGame.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,14 @@
<Content Include="Content\Textures\HUD\hudBackground.xnb" />
<Content Include="Content\Textures\HUD\windArrow.xnb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions CatapultNetWars/CatapultNetWars.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,14 @@
<ItemGroup>
<EmbeddedResource Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions ChaseAndEvade/ChaseAndEvade.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,14 @@
</Content>
<Content Include="GameThumbnail.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions Colored3DCube/Colored3DCube.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,14 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
24 changes: 18 additions & 6 deletions Draw2D/Draw2D.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,30 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Content\monogameicon.png">
</Content>
<Content Include="Content\purpleBall.xnb">
</Content>
<Content Include="Content\spriteFont1.xnb">
</Content>
<Content Include="Default.png">
</Content>
<Content Include="monogameicon.png" />
<Content Include="..\CompiledContent\OSX\Content\Fonts\Font.xnb">
<Link>Content\Font.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\CompiledContent\OSX\Content\Textures\logo.xnb">
<Link>Content\logo.xnb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Info.plist">
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions FarseerPhysicsEngine/FarseerPhysicsEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,14 @@
<Compile Include="DebugView.cs" />
<Compile Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
8 changes: 8 additions & 0 deletions FarseerSamples/FarseerSamples.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
<Project>{D6E4E5BC-8998-4718-8E84-80901E6739CC}</Project>
<Name>FarseerPhysicsEngine</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
Expand Down
10 changes: 10 additions & 0 deletions GameStateManagement/GameStateManagement.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,14 @@
<Content Include="Content\gradient.xnb" />
<Content Include="Content\menufont.xnb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions GooCursor/GooCursor.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,14 @@
<Content Include="Content\SimpleFont.xnb" />
<Content Include="Content\cursor.xnb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions Graphics3DSample/Graphics3DSample.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,14 @@
<Content Include="Content\Textures\spaceBG.xnb" />
<Content Include="Content\AnimationDef.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
<Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
<Name>Lidgren.Network.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
<Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
<Name>MonoGame.Framework.MacOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
Loading

0 comments on commit e54103b

Please sign in to comment.