diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-05-31 12:39:02 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-05-31 12:39:02 -0500 |
| commit | 05e4b948df39b47d33067049cf51fd3be7749031 (patch) | |
| tree | 36a0151b009e29a16e34bfecb31a4a99ba3a5d86 /SuperPolarityMac | |
| parent | 8bdfcb11a2c1023c684093c0f19f3cc65799e0f8 (diff) | |
Moves some files around!
Diffstat (limited to 'SuperPolarityMac')
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/FanGenerator.cs | 12 | ||||
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/Generator.cs | 12 | ||||
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/LineGenerator.cs | 12 | ||||
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/PointGenerator.cs | 12 | ||||
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/RingGenerator.cs | 12 | ||||
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/WaveGenerator.cs | 12 | ||||
| -rw-r--r-- | SuperPolarityMac/SuperPolarityMac.csproj | 23 | ||||
| -rw-r--r-- | SuperPolarityMac/SuperPolarityMac.userprefs | 15 |
8 files changed, 34 insertions, 76 deletions
diff --git a/SuperPolarityMac/Actors/Generators/FanGenerator.cs b/SuperPolarityMac/Actors/Generators/FanGenerator.cs deleted file mode 100644 index ea080a7..0000000 --- a/SuperPolarityMac/Actors/Generators/FanGenerator.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace SuperPolarityMac -{ - public class FanGenerator - { - public FanGenerator () - { - } - } -} - diff --git a/SuperPolarityMac/Actors/Generators/Generator.cs b/SuperPolarityMac/Actors/Generators/Generator.cs deleted file mode 100644 index ce8538a..0000000 --- a/SuperPolarityMac/Actors/Generators/Generator.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace SuperPolarityMac -{ - public class Generator - { - public Generator () - { - } - } -} - diff --git a/SuperPolarityMac/Actors/Generators/LineGenerator.cs b/SuperPolarityMac/Actors/Generators/LineGenerator.cs deleted file mode 100644 index b7250cb..0000000 --- a/SuperPolarityMac/Actors/Generators/LineGenerator.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace SuperPolarityMac -{ - public class LineGenerator - { - public LineGenerator () - { - } - } -} - diff --git a/SuperPolarityMac/Actors/Generators/PointGenerator.cs b/SuperPolarityMac/Actors/Generators/PointGenerator.cs deleted file mode 100644 index 16a6e36..0000000 --- a/SuperPolarityMac/Actors/Generators/PointGenerator.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace SuperPolarityMac -{ - public class PointGenerator - { - public PointGenerator () - { - } - } -} - diff --git a/SuperPolarityMac/Actors/Generators/RingGenerator.cs b/SuperPolarityMac/Actors/Generators/RingGenerator.cs deleted file mode 100644 index fe0ab26..0000000 --- a/SuperPolarityMac/Actors/Generators/RingGenerator.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace SuperPolarityMac -{ - public class RingGenerator - { - public RingGenerator () - { - } - } -} - diff --git a/SuperPolarityMac/Actors/Generators/WaveGenerator.cs b/SuperPolarityMac/Actors/Generators/WaveGenerator.cs deleted file mode 100644 index 8249bb0..0000000 --- a/SuperPolarityMac/Actors/Generators/WaveGenerator.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace SuperPolarityMac -{ - public class WaveGenerator - { - public WaveGenerator () - { - } - } -} - diff --git a/SuperPolarityMac/SuperPolarityMac.csproj b/SuperPolarityMac/SuperPolarityMac.csproj index caf0a51..740745a 100644 --- a/SuperPolarityMac/SuperPolarityMac.csproj +++ b/SuperPolarityMac/SuperPolarityMac.csproj @@ -11,6 +11,7 @@ <RootNamespace>SuperPolarityMac</RootNamespace> <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix> <AssemblyName>SuperPolarityMac</AssemblyName> + <SuppressXamMacUpsell>True</SuppressXamMacUpsell> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -157,6 +158,27 @@ <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"> @@ -190,6 +212,7 @@ <Folder Include="Properties\" /> <Folder Include="Content\Sound\" /> <Folder Include="Vendor\" /> + <Folder Include="Actors\Generators\" /> </ItemGroup> <ItemGroup> <BundleResource Include="..\SuperPolarity\Content\Graphics\circle.xnb"> diff --git a/SuperPolarityMac/SuperPolarityMac.userprefs b/SuperPolarityMac/SuperPolarityMac.userprefs index a83111a..9c0cef4 100644 --- a/SuperPolarityMac/SuperPolarityMac.userprefs +++ b/SuperPolarityMac/SuperPolarityMac.userprefs @@ -1,9 +1,16 @@ -<Properties MonoDevelop.MonoMac.LastXamMacNagTime="2/21/2014 5:12:10 AM"> +<Properties MonoDevelop.MonoMac.LastXamMacNagTime="5/31/2014 4:22:16 PM"> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> - <MonoDevelop.Ide.Workbench ActiveDocument="../SuperPolarity/SuperPolarity.cs"> + <MonoDevelop.Ide.Workbench ActiveDocument="Actors/Generators/RingGenerator.cs"> <Files> - <File FileName="../SuperPolarity/SuperPolarity.cs" Line="66" Column="43" /> - <File FileName="../SuperPolarity/GameScreen.cs" Line="1" Column="1" /> + <File FileName="../SuperPolarity/Actors/Bullet.cs" Line="15" Column="1" /> + <File FileName="Actors/Generators/Generator.cs" Line="10" Column="21" /> + <File FileName="Actors/Generators/FanGenerator.cs" Line="7" Column="13" /> + <File FileName="Actors/Generators/LineGenerator.cs" Line="7" Column="14" /> + <File FileName="Actors/Generators/PointGenerator.cs" Line="7" Column="15" /> + <File FileName="Actors/Generators/RingGenerator.cs" Line="11" Column="3" /> + <File FileName="Actors/Generators/WaveGenerator.cs" Line="7" Column="14" /> + <File FileName="../SuperPolarity/Actors/Actor.cs" Line="68" Column="19" /> + <File FileName="../SuperPolarity/ActorManager.cs" Line="163" Column="1" /> </Files> </MonoDevelop.Ide.Workbench> <MonoDevelop.Ide.DebuggingService.Breakpoints> |