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
@@ -346,6 +346,10 @@
RelativePath=".\src\CrowPlan.cpp"
>
</File>
<File
RelativePath=".\src\LegacyArmedVehiclePlan.cpp"
>
</File>
<File
RelativePath=".\src\LegacyAIPlan.cpp"
>
@@ -396,6 +400,10 @@
RelativePath=".\include\CrowPlan.h"
>
</File>
<File
RelativePath=".\include\LegacyArmedVehiclePlan.h"
>
</File>
<File
RelativePath=".\include\LegacyAIPlanFactory.h"
>
@@ -348,6 +348,10 @@
RelativePath=".\src\CrowPlan.cpp"
>
</File>
<File
RelativePath=".\src\LegacyArmedVehiclePlan.cpp"
>
</File>
<File
RelativePath=".\src\LegacyAIPlan.cpp"
>
@@ -398,6 +402,10 @@
RelativePath=".\include\CrowPlan.h"
>
</File>
<File
RelativePath=".\include\LegacyArmedVehiclePlan.h"
>
</File>
<File
RelativePath=".\include\LegacyAIPlan.h"
>
@@ -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" />
@@ -27,6 +27,9 @@
</ClCompile>
<ClCompile Include="src\LegacyZombiePlan.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\LegacyArmedVehiclePlan.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\Plan.cpp">
<Filter>Source Files</Filter>
@@ -65,6 +68,9 @@
</ClInclude>
<ClInclude Include="include\LegacyZombiePlan.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="include\LegacyArmedVehiclePlan.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="include\PlanList.h">
<Filter>Header Files</Filter>