123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2012F252-E53A-4900-A2C5-9550D008DF8B}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>StarWarrior</RootNamespace>
- <AssemblyName>StarWarrior</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;LINUX</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>False</ConsolePause>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>False</ConsolePause>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="EntityFactory.cs">
- <Link>EntityFactory.cs</Link>
- </Compile>
- <Compile Include="Game1.cs">
- <Link>Game1.cs</Link>
- </Compile>
- <Compile Include="Pool.cs">
- <Link>Pool.cs</Link>
- </Compile>
- <Compile Include="Components\Enemy.cs">
- <Link>Components\Enemy.cs</Link>
- </Compile>
- <Compile Include="Components\Expires.cs">
- <Link>Components\Expires.cs</Link>
- </Compile>
- <Compile Include="Components\Health.cs">
- <Link>Components\Health.cs</Link>
- </Compile>
- <Compile Include="Components\SpatialForm.cs">
- <Link>Components\SpatialForm.cs</Link>
- </Compile>
- <Compile Include="Components\Transform.cs">
- <Link>Components\Transform.cs</Link>
- </Compile>
- <Compile Include="Components\Velocity.cs">
- <Link>Components\Velocity.cs</Link>
- </Compile>
- <Compile Include="Components\Weapon.cs">
- <Link>Components\Weapon.cs</Link>
- </Compile>
- <Compile Include="Primitives\Lines.cs">
- <Link>Primitives\Lines.cs</Link>
- </Compile>
- <Compile Include="Primitives\PrimitiveBatch.cs">
- <Link>Primitives\PrimitiveBatch.cs</Link>
- </Compile>
- <Compile Include="Primitives\Triangles.cs">
- <Link>Primitives\Triangles.cs</Link>
- </Compile>
- <Compile Include="Primitives\TrianglesStrip.cs">
- <Link>Primitives\TrianglesStrip.cs</Link>
- </Compile>
- <Compile Include="Spatials\EnemyShip.cs">
- <Link>Spatials\EnemyShip.cs</Link>
- </Compile>
- <Compile Include="Spatials\Explosion.cs">
- <Link>Spatials\Explosion.cs</Link>
- </Compile>
- <Compile Include="Spatials\Missile.cs">
- <Link>Spatials\Missile.cs</Link>
- </Compile>
- <Compile Include="Spatials\PlayerShip.cs">
- <Link>Spatials\PlayerShip.cs</Link>
- </Compile>
- <Compile Include="Spatials\ShipExplosion.cs">
- <Link>Spatials\ShipExplosion.cs</Link>
- </Compile>
- <Compile Include="Systems\CollisionSystem.cs">
- <Link>Systems\CollisionSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\EnemyShipMovementSystem.cs">
- <Link>Systems\EnemyShipMovementSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\EnemyShooterSystem.cs">
- <Link>Systems\EnemyShooterSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\EnemySpawnSystem.cs">
- <Link>Systems\EnemySpawnSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\ExpirationSystem.cs">
- <Link>Systems\ExpirationSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\HealthBarRenderSystem.cs">
- <Link>Systems\HealthBarRenderSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\HudRenderSystem.cs">
- <Link>Systems\HudRenderSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\MovementSystem.cs">
- <Link>Systems\MovementSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\PlayerShipControlSystem.cs">
- <Link>Systems\PlayerShipControlSystem.cs</Link>
- </Compile>
- <Compile Include="Systems\RenderSystem.cs">
- <Link>Systems\RenderSystem.cs</Link>
- </Compile>
- <Compile Include="Program.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Game.ico">
- <Link>Game.ico</Link>
- </None>
- <None Include="GameThumbnail.png">
- <Link>GameThumbnail.png</Link>
- </None>
- <None Include="PhoneGameThumb.png">
- <Link>PhoneGameThumb.png</Link>
- </None>
- <None Include="Readme.md">
- <Link>Readme.md</Link>
- </None>
- <None Include="Content\myFont.spritefont">
- <Link>Content\myFont.spritefont</Link>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="artemis">
- <HintPath>Artemis\PC\artemis.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\Arial.xnb">
- <Link>Content\Arial.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\bullet.png">
- <Link>Content\bullet.png</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\enemy.png">
- <Link>Content\enemy.png</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\explosion.png">
- <Link>Content\explosion.png</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\player.png">
- <Link>Content\player.png</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- </Project>
|