diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-02-10 22:14:10 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-02-10 22:14:10 -0600 |
| commit | 63419029fbda7d3f2f3d5984c3d2c77f341dbd79 (patch) | |
| tree | f4c0a51017b957f2dfded3b4fc6b8ff3c3b58e45 /SuperPolarityMac/SuperPolarityMac.csproj | |
| parent | 10980f9b5db812487ecc118fa8f8255024624e9a (diff) | |
Works in win, compiles in mac
Diffstat (limited to 'SuperPolarityMac/SuperPolarityMac.csproj')
| -rw-r--r-- | SuperPolarityMac/SuperPolarityMac.csproj | 220 |
1 files changed, 207 insertions, 13 deletions
diff --git a/SuperPolarityMac/SuperPolarityMac.csproj b/SuperPolarityMac/SuperPolarityMac.csproj index 4eac2c0..ded94e3 100644 --- a/SuperPolarityMac/SuperPolarityMac.csproj +++ b/SuperPolarityMac/SuperPolarityMac.csproj @@ -5,7 +5,7 @@ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>10.0.0</ProductVersion> <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{008F4BF1-A2AB-4EC4-977D-451AE4B1B0FE}</ProjectGuid> + <ProjectGuid>{EE77A85A-089B-4055-90D0-6E08DF409410}</ProjectGuid> <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <OutputType>Exe</OutputType> <RootNamespace>SuperPolarityMac</RootNamespace> @@ -18,7 +18,6 @@ <Optimize>false</Optimize> <OutputPath>bin\Debug</OutputPath> <DefineConstants>DEBUG;</DefineConstants> - <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> <UseSGen>false</UseSGen> @@ -32,7 +31,6 @@ <DebugType>full</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release</OutputPath> - <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> <LinkMode>Full</LinkMode> @@ -47,7 +45,6 @@ <DebugType>full</DebugType> <Optimize>true</Optimize> <OutputPath>bin\AppStore</OutputPath> - <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> <LinkMode>Full</LinkMode> @@ -65,18 +62,215 @@ <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Drawing" /> - <Reference Include="MonoMac" /> - <Reference Include="MonoGame.Framework" /> + <Reference Include="MonoMac"> + <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoMac.dll</HintPath> + </Reference> + <Reference Include="Lidgren.Network"> + <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Lidgren.Network.dll</HintPath> + </Reference> + <Reference Include="MonoGame.Framework"> + <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoGame.Framework.dll</HintPath> + </Reference> + <Reference Include="Tao.Sdl"> + <HintPath>..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Tao.Sdl.dll</HintPath> + </Reference> </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" /> <ItemGroup> - <Compile Include="Game1.cs" /> - <Compile Include="Main.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="..\SuperPolarity\ActorFactory.cs"> + <Link>ActorFactory.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\ActorManager.cs"> + <Link>ActorManager.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\BasicGenerator.cs"> + <Link>BasicGenerator.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\GameScreen.cs"> + <Link>GameScreen.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\InputController.cs"> + <Link>InputController.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\LetterChooseWidget.cs"> + <Link>LetterChooseWidget.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\MenuItem.cs"> + <Link>MenuItem.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\MenuWidget.cs"> + <Link>MenuWidget.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\NameChooserWidget.cs"> + <Link>NameChooserWidget.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Particle.cs"> + <Link>Particle.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\ParticleEffectFactory.cs"> + <Link>ParticleEffectFactory.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\ParticleEngine.cs"> + <Link>ParticleEngine.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Player.cs"> + <Link>Player.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Renderer.cs"> + <Link>Renderer.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\ScoreScreen.cs"> + <Link>ScoreScreen.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Screen.cs"> + <Link>Screen.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\ScreenManager.cs"> + <Link>ScreenManager.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\SuperPolarity.cs"> + <Link>SuperPolarity.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\TitleScreen.cs"> + <Link>TitleScreen.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Widget.cs"> + <Link>Widget.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Actors\Actor.cs"> + <Link>Actors\Actor.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Actors\Bullet.cs"> + <Link>Actors\Bullet.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Actors\MainShip.cs"> + <Link>Actors\MainShip.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Actors\Ship.cs"> + <Link>Actors\Ship.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Actors\StandardShip.cs"> + <Link>Actors\StandardShip.cs</Link> + </Compile> + <Compile Include="..\SuperPolarity\Properties\AssemblyInfo.cs"> + <Link>Properties\AssemblyInfo.cs</Link> + </Compile> + <Compile Include="Program.cs" /> </ItemGroup> <ItemGroup> - <None Include="Info.plist" /> - <None Include="Content\logo.png" /> + <None Include="..\SuperPolarity\Icon.ico"> + <Link>Icon.ico</Link> + </None> + <None Include="..\SuperPolarity\neutral-supercruiser.xnb"> + <Link>neutral-supercruiser.xnb</Link> + </None> + <None Include="..\SuperPolarity\scores.txt"> + <Link>scores.txt</Link> + </None> + </ItemGroup> + <ItemGroup> + <Folder Include="Actors\" /> + <Folder Include="Content\" /> + <Folder Include="Properties\" /> + </ItemGroup> + <ItemGroup> + <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb"> + <Link>Content\Graphics\circle.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\diamond.xnb"> + <Link>Content\Graphics\diamond.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\main-ship.xnb"> + <Link>Content\Graphics\main-ship.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-cruiser.xnb"> + <Link>Content\Graphics\negative-cruiser.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-destroyer.xnb"> + <Link>Content\Graphics\negative-destroyer.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-scout.xnb"> + <Link>Content\Graphics\negative-scout.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-ship.xnb"> + <Link>Content\Graphics\negative-ship.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\negative-supercruiser.xnb"> + <Link>Content\Graphics\negative-supercruiser.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-cruiser.xnb"> + <Link>Content\Graphics\neutral-cruiser.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-destroyer.xnb"> + <Link>Content\Graphics\neutral-destroyer.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-scout.xnb"> + <Link>Content\Graphics\neutral-scout.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-ship.xnb"> + <Link>Content\Graphics\neutral-ship.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\neutral-supercruiser.xnb"> + <Link>Content\Graphics\neutral-supercruiser.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\pause-screen.xnb"> + <Link>Content\Graphics\pause-screen.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\polaritydemotitle.xnb"> + <Link>Content\Graphics\polaritydemotitle.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-cruiser.xnb"> + <Link>Content\Graphics\positive-cruiser.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-destroyer.xnb"> + <Link>Content\Graphics\positive-destroyer.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-scout.xnb"> + <Link>Content\Graphics\positive-scout.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-ship.xnb"> + <Link>Content\Graphics\positive-ship.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\positive-supercruiser.xnb"> + <Link>Content\Graphics\positive-supercruiser.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\square.xnb"> + <Link>Content\Graphics\square.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Graphics\star.xnb"> + <Link>Content\Graphics\star.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Fonts\SegoeUIMono14.xnb"> + <Link>Content\Fonts\SegoeUIMono14.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Fonts\bigfont.xnb"> + <Link>Content\Fonts\bigfont.xnb</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Fonts\smallfont.xnb"> + <Link>Content\Fonts\smallfont.xnb</Link> + </BundleResource> + <BundleResource Include="Info.plist" /> + <BundleResource Include="..\SuperPolarity\Content\Sound\bomb.m4a"> + <Link>Content\Sound\bomb.m4a</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Sound\bullet.m4a"> + <Link>Content\Sound\bullet.m4a</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Sound\gameover.m4a"> + <Link>Content\Sound\gameover.m4a</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Sound\hit.m4a"> + <Link>Content\Sound\hit.m4a</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Sound\life.m4a"> + <Link>Content\Sound\life.m4a</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Sound\polaritychange.m4a"> + <Link>Content\Sound\polaritychange.m4a</Link> + </BundleResource> + <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.m4a"> + <Link>Content\Sound\polaritytheme.m4a</Link> + </BundleResource> </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> - <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" /> </Project>
\ No newline at end of file |