Fix: missing buildfile entries

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8129 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2016-03-27 16:30:38 +00:00
parent a4cfe642ef
commit 328d484b20
4 changed files with 26 additions and 2 deletions
@@ -155,7 +155,8 @@
<ItemGroup>
<ClCompile Include="src\AbstractPlanFactory.cpp" />
<ClCompile Include="src\CrowPlan.cpp" />
<ClCompile Include="src\LegacyAIPlan.cpp" />
<ClCompile Include="src\LegacyArmedVehiclePlan.cpp" />
<ClCompile Include="src\LegacyAIPlan.cpp" />
<ClCompile Include="src\LegacyAIPlanFactory.cpp" />
<ClCompile Include="src\LegacyCreaturePlan.cpp" />
<ClCompile Include="src\LegacyZombiePlan.cpp" />
@@ -168,7 +169,8 @@
<ItemGroup>
<ClInclude Include="include\AbstractPlanFactory.h" />
<ClInclude Include="include\CrowPlan.h" />
<ClInclude Include="include\LegacyAIPlanFactory.h" />
<ClInclude Include="include\LegacyArmedVehiclePlan.h" />
<ClInclude Include="include\LegacyAIPlanFactory.h" />
<ClInclude Include="include\LegacyAIPlan.h" />
<ClInclude Include="include\LegacyCreaturePlan.h" />
<ClInclude Include="include\LegacyZombiePlan.h" />