|
|
@ -135,13 +135,14 @@
|
|
|
|
</Link>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<ClInclude Include="behavior_manager.h" />
|
|
|
|
<ClInclude Include="bullet.h" />
|
|
|
|
<ClInclude Include="bullet.h" />
|
|
|
|
<ClInclude Include="cursor.h" />
|
|
|
|
<ClInclude Include="cursor.h" />
|
|
|
|
<ClInclude Include="enemy.h" />
|
|
|
|
|
|
|
|
<ClInclude Include="enums.h" />
|
|
|
|
<ClInclude Include="enums.h" />
|
|
|
|
<ClInclude Include="game.h" />
|
|
|
|
<ClInclude Include="game.h" />
|
|
|
|
<ClInclude Include="game_element.h" />
|
|
|
|
<ClInclude Include="game_element.h" />
|
|
|
|
<ClInclude Include="game_screen.h" />
|
|
|
|
<ClInclude Include="game_screen.h" />
|
|
|
|
|
|
|
|
<ClInclude Include="object_manager.h" />
|
|
|
|
<ClInclude Include="screen.h" />
|
|
|
|
<ClInclude Include="screen.h" />
|
|
|
|
<ClInclude Include="ship.h" />
|
|
|
|
<ClInclude Include="ship.h" />
|
|
|
|
<ClInclude Include="start_screen.h" />
|
|
|
|
<ClInclude Include="start_screen.h" />
|
|
|
@ -149,16 +150,19 @@
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="bullet.cpp" />
|
|
|
|
<ClCompile Include="bullet.cpp" />
|
|
|
|
<ClCompile Include="cursor.cpp" />
|
|
|
|
<ClCompile Include="cursor.cpp" />
|
|
|
|
<ClCompile Include="enemy.cpp" />
|
|
|
|
|
|
|
|
<ClCompile Include="game.cpp" />
|
|
|
|
<ClCompile Include="game.cpp" />
|
|
|
|
<ClCompile Include="game_screen.cpp" />
|
|
|
|
<ClCompile Include="game_screen.cpp" />
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
|
|
|
|
<ClCompile Include="object_manager.cpp" />
|
|
|
|
<ClCompile Include="ship.cpp" />
|
|
|
|
<ClCompile Include="ship.cpp" />
|
|
|
|
<ClCompile Include="start_screen.cpp" />
|
|
|
|
<ClCompile Include="start_screen.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="packages.config" />
|
|
|
|
<None Include="packages.config" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Text Include="enemies.txt" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
<Import Project="..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets" Condition="Exists('..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets')" />
|
|
|
|
<Import Project="..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets" Condition="Exists('..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets')" />
|
|
|
|