<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>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<UseSGen>false</UseSGen>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<LinkMode>Full</LinkMode>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\AppStore</OutputPath>
- <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<LinkMode>Full</LinkMode>
<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\" />
+ <Folder Include="Content\Sound\" />
+ </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.xnb">
+ <Link>Content\Sound\bomb.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\bullet.xnb">
+ <Link>Content\Sound\bullet.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\gameover.xnb">
+ <Link>Content\Sound\gameover.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\hit.xnb">
+ <Link>Content\Sound\hit.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\life.xnb">
+ <Link>Content\Sound\life.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\polaritychange.xnb">
+ <Link>Content\Sound\polaritychange.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.wav">
+ <Link>Content\Sound\polaritytheme.wav</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.wma">
+ <Link>Content\Sound\polaritytheme.wma</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ <BundleResource Include="..\SuperPolarity\Content\Sound\polaritytheme.xnb">
+ <Link>Content\Sound\polaritytheme.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </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