summaryrefslogtreecommitdiff
path: root/Spacebot.vcxproj
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-08-15 22:41:03 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-08-15 22:41:03 +0200
commit43e9f647533d239d68d06fe96867c033dd7504c5 (patch)
treeabb197d0b07bcec4802cadc23b613406d56ec263 /Spacebot.vcxproj
parenta2176df7c0709f5670b3210e60061e0d43bade5f (diff)
Updated brain from initial training
Diffstat (limited to 'Spacebot.vcxproj')
-rw-r--r--Spacebot.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/Spacebot.vcxproj b/Spacebot.vcxproj
index 0831959..533bfc7 100644
--- a/Spacebot.vcxproj
+++ b/Spacebot.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -89,6 +89,7 @@
<ClCompile Include="src\shield.cpp" />
<ClCompile Include="src\spacebot.cpp" />
<ClCompile Include="src\spaceship.cpp" />
+ <ClCompile Include="src\building.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\alien.h" />
@@ -107,8 +108,9 @@
<ClInclude Include="include\shield.h" />
<ClInclude Include="include\spacebot.h" />
<ClInclude Include="include\spaceship.h" />
+ <ClInclude Include="include\building.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>