diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-05-31 13:30:23 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-05-31 13:30:23 -0500 |
| commit | ae4f458103f5bfa44c833a147e7852e23cc02217 (patch) | |
| tree | d3351d4c77d4aa5b076aec0c8f45c908d5995817 /SuperPolarity | |
| parent | fdba5d09e95b2614be8fdb89b80ebd1854e5705c (diff) | |
Consolidates windows project
Diffstat (limited to 'SuperPolarity')
| -rw-r--r-- | SuperPolarity/SuperPolarity.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/SuperPolarity/SuperPolarity.csproj b/SuperPolarity/SuperPolarity.csproj index 6dbd4ba..16b0915 100644 --- a/SuperPolarity/SuperPolarity.csproj +++ b/SuperPolarity/SuperPolarity.csproj @@ -52,6 +52,13 @@ <ItemGroup> <Compile Include="ActorFactory.cs" /> <Compile Include="ActorManager.cs" /> + <Compile Include="Actors\GameActor.cs" /> + <Compile Include="Actors\Generators\FanGenerator.cs" /> + <Compile Include="Actors\Generators\Generator.cs" /> + <Compile Include="Actors\Generators\LineGenerator.cs" /> + <Compile Include="Actors\Generators\PointGenerator.cs" /> + <Compile Include="Actors\Generators\RingGenerator.cs" /> + <Compile Include="Actors\Generators\WaveGenerator.cs" /> <Compile Include="Actors\StandardShip.cs" /> <Compile Include="Actors\Bullet.cs" /> <Compile Include="BasicGenerator.cs" /> |