Project file fix to account for ad4f6b122

This commit is contained in:
ln-zookeeper 2017-05-11 15:13:50 +03:00
parent 70080f789b
commit 6a0aa3bdc9
2 changed files with 2 additions and 2 deletions

View file

@ -726,7 +726,7 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)ai\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)ai\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\animated_game.cpp" />
<ClCompile Include="..\..\src\animated.cpp" />
<ClCompile Include="..\..\src\arrow.cpp" />
<ClCompile Include="..\..\src\attack_prediction.cpp" />
<ClCompile Include="..\..\src\boilerplate-header.cpp" />

View file

@ -1398,7 +1398,7 @@
<Filter>Map</Filter>
</ClCompile>
<ClCompile Include="..\..\src\about.cpp" />
<ClCompile Include="..\..\src\animated_game.cpp" />
<ClCompile Include="..\..\src\animated.cpp" />
<ClCompile Include="..\..\src\arrow.cpp" />
<ClCompile Include="..\..\src\attack_prediction.cpp" />
<ClCompile Include="..\..\src\boilerplate-header.cpp" />