]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarityMac/SuperPolarityMac.csproj
Works in win, compiles in mac
[rbdr/super-polarity] / SuperPolarityMac / SuperPolarityMac.csproj
index 4eac2c00c9136904a51120042f4c7a9074f61d83..ded94e3493d92d9c44a616c8c931303ef717dbc6 100644 (file)
@@ -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>
     <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