Skip to content

Commit

Permalink
Fix VC14 project files
Browse files Browse the repository at this point in the history
Reported by @newfrenchy83
  • Loading branch information
jostephd committed Oct 14, 2018
1 parent e77bb34 commit 392d75c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions projectfiles/VC14/wesnoth.vcxproj
Expand Up @@ -786,7 +786,6 @@
<ClCompile Include="..\..\src\display.cpp" />
<ClCompile Include="..\..\src\display_chat_manager.cpp" />
<ClCompile Include="..\..\src\display_context.cpp" />
<ClCompile Include="..\..\src\drawing_queue.cpp" />
<ClCompile Include="..\..\src\editor\action\action.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Editor\Action\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Editor\Action\</ObjectFileName>
Expand Down Expand Up @@ -3584,7 +3583,6 @@
<ClInclude Include="..\..\src\display.hpp" />
<ClInclude Include="..\..\src\display_chat_manager.hpp" />
<ClInclude Include="..\..\src\display_context.hpp" />
<ClInclude Include="..\..\src\drawing_queue.hpp" />
<ClInclude Include="..\..\src\editor\action\action.hpp" />
<ClInclude Include="..\..\src\editor\action\action_base.hpp" />
<ClInclude Include="..\..\src\editor\action\action_item.hpp" />
Expand Down
2 changes: 0 additions & 2 deletions projectfiles/VC14/wesnoth.vcxproj.filters
Expand Up @@ -1434,7 +1434,6 @@
<ClCompile Include="..\..\src\display.cpp" />
<ClCompile Include="..\..\src\display_chat_manager.cpp" />
<ClCompile Include="..\..\src\display_context.cpp" />
<ClCompile Include="..\..\src\drawing_queue.cpp" />
<ClCompile Include="..\..\src\events.cpp" />
<ClCompile Include="..\..\src\fake_unit_manager.cpp" />
<ClCompile Include="..\..\src\fake_unit_ptr.cpp" />
Expand Down Expand Up @@ -2874,7 +2873,6 @@
<ClInclude Include="..\..\src\display.hpp" />
<ClInclude Include="..\..\src\display_chat_manager.hpp" />
<ClInclude Include="..\..\src\display_context.hpp" />
<ClInclude Include="..\..\src\drawing_queue.hpp" />
<ClInclude Include="..\..\src\events.hpp" />
<ClInclude Include="..\..\src\exceptions.hpp" />
<ClInclude Include="..\..\src\fake_unit_manager.hpp" />
Expand Down

0 comments on commit 392d75c

Please sign in to comment.