<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{008F4BF1-A2AB-4EC4-977D-451AE4B1B0FE}</ProjectGuid>
- <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <ProjectGuid>{EE77A85A-089B-4055-90D0-6E08DF409410}</ProjectGuid>
+ <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>SuperPolarityMac</RootNamespace>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<AssemblyName>SuperPolarityMac</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<UseSGen>false</UseSGen>
<CodeSigningKey>Mac Developer</CodeSigningKey>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>false</CreatePackage>
+ <AOTMode>None</AOTMode>
+ <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
- <LinkMode>Full</LinkMode>
+ <LinkMode>None</LinkMode>
<UseSGen>false</UseSGen>
<IncludeMonoRuntime>true</IncludeMonoRuntime>
<EnablePackageSigning>false</EnablePackageSigning>
<CodeSigningKey>Developer ID Application</CodeSigningKey>
<EnableCodeSigning>true</EnableCodeSigning>
<CreatePackage>true</CreatePackage>
+ <AOTMode>None</AOTMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\AppStore</OutputPath>
- <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
- <LinkMode>Full</LinkMode>
+ <LinkMode>None</LinkMode>
<UseSGen>false</UseSGen>
<IncludeMonoRuntime>true</IncludeMonoRuntime>
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
<EnableCodeSigning>true</EnableCodeSigning>
<EnablePackageSigning>true</EnablePackageSigning>
+ <AOTMode>None</AOTMode>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
- <Reference Include="System.Drawing" />
- <Reference Include="MonoMac" />
- <Reference Include="MonoGame.Framework" />
+ <Reference Include="MonoGame.Framework">
+ <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\MonoGame.Framework.dll</HintPath>
+ </Reference>
+ <Reference Include="MonoGame.Framework.Net">
+ <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\MonoGame.Framework.Net.dll</HintPath>
+ </Reference>
+ <Reference Include="Xamarin.Mac" />
+ <Reference Include="Lidgren.Network">
+ <HintPath>..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\Lidgren.Network.dll</HintPath>
+ </Reference>
</ItemGroup>
<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" />
+ <Compile Include="..\SuperPolarity\Actors\Generators\FanGenerator.cs">
+ <Link>Actors\Generators\FanGenerator.cs</Link>
+ </Compile>
+ <Compile Include="..\SuperPolarity\Actors\Generators\Generator.cs">
+ <Link>Actors\Generators\Generator.cs</Link>
+ </Compile>
+ <Compile Include="..\SuperPolarity\Actors\Generators\LineGenerator.cs">
+ <Link>Actors\Generators\LineGenerator.cs</Link>
+ </Compile>
+ <Compile Include="..\SuperPolarity\Actors\Generators\PointGenerator.cs">
+ <Link>Actors\Generators\PointGenerator.cs</Link>
+ </Compile>
+ <Compile Include="..\SuperPolarity\Actors\Generators\RingGenerator.cs">
+ <Link>Actors\Generators\RingGenerator.cs</Link>
+ </Compile>
+ <Compile Include="..\SuperPolarity\Actors\Generators\WaveGenerator.cs">
+ <Link>Actors\Generators\WaveGenerator.cs</Link>
+ </Compile>
+ <Compile Include="..\SuperPolarity\Actors\GameActor.cs">
+ <Link>Actors\GameActor.cs</Link>
+ </Compile>
</ItemGroup>
<ItemGroup>
+ <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>
<None Include="Info.plist" />
- <None Include="Content\logo.png" />
</ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
-</Project>
\ No newline at end of file
+ <ItemGroup>
+ <Folder Include="Actors\" />
+ <Folder Include="Content\" />
+ <Folder Include="Properties\" />
+ <Folder Include="Content\Sound\" />
+ <Folder Include="Vendor\" />
+ <Folder Include="Actors\Generators\" />
+ </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="..\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.xnb">
+ <Link>Content\Sound\polaritytheme.xnb</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </BundleResource>
+ </ItemGroup>
+ <ItemGroup>
+ <NativeReference Include="..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\libopenal.1.dylib">
+ <Kind>Dynamic</Kind>
+ <SmartLink>False</SmartLink>
+ </NativeReference>
+ <NativeReference Include="..\..\..\..\..\..\Library\Frameworks\MonoGame.framework\v3.7.0.1508\Assemblies\MacOSX\libSDL2-2.0.0.dylib">
+ <Kind>Dynamic</Kind>
+ <SmartLink>False</SmartLink>
+ </NativeReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
+</Project>