Skip to content

Commit

Permalink
Update Visual Studio project
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed May 19, 2017
1 parent 872b121 commit 5bd52c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion projectfiles/VC12/wesnoth.vcxproj
Expand Up @@ -3991,7 +3991,6 @@
<ClInclude Include="..\..\src\utils\general.hpp" />
<ClInclude Include="..\..\src\utils\io.hpp" />
<ClInclude Include="..\..\src\utils\iterable_pair.hpp" />
<ClInclude Include="..\..\src\utils\iterator.hpp" />
<ClInclude Include="..\..\src\utils\make_enum.hpp" />
<ClInclude Include="..\..\src\utils\markov_generator.hpp" />
<ClInclude Include="..\..\src\utils\math.hpp" />
Expand Down
15 changes: 6 additions & 9 deletions projectfiles/VC12/wesnoth.vcxproj.filters
Expand Up @@ -1187,9 +1187,6 @@
<ClCompile Include="..\..\src\game_events\pump.cpp">
<Filter>Game_Events</Filter>
</ClCompile>
<ClCompile Include="..\..\src\game_events\wmi_container.cpp">
<Filter>Game_Events</Filter>
</ClCompile>
<ClCompile Include="..\..\src\hotkey\command_executor.cpp">
<Filter>Hotkeys</Filter>
</ClCompile>
Expand Down Expand Up @@ -1536,6 +1533,9 @@
<ClCompile Include="..\..\src\preferences\lobby.cpp">
<Filter>Preferences</Filter>
</ClCompile>
<ClCompile Include="..\..\src\game_events\wmi_manager.cpp">
<Filter>Game_Events</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\addon\client.hpp">
Expand Down Expand Up @@ -2456,9 +2456,6 @@
<ClInclude Include="..\..\src\utils\iterable_pair.hpp">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\iterator.hpp">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\make_enum.hpp">
<Filter>utils</Filter>
</ClInclude>
Expand Down Expand Up @@ -2573,9 +2570,6 @@
<ClInclude Include="..\..\src\game_events\pump.hpp">
<Filter>Game_Events</Filter>
</ClInclude>
<ClInclude Include="..\..\src\game_events\wmi_container.hpp">
<Filter>Game_Events</Filter>
</ClInclude>
<ClInclude Include="..\..\src\hotkey\command_executor.hpp">
<Filter>Hotkeys</Filter>
</ClInclude>
Expand Down Expand Up @@ -2984,6 +2978,9 @@
<ClInclude Include="..\..\src\preferences\lobby.hpp">
<Filter>Preferences</Filter>
</ClInclude>
<ClInclude Include="..\..\src\game_events\wmi_manager.hpp">
<Filter>Game_Events</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
Expand Down

0 comments on commit 5bd52c2

Please sign in to comment.