Skip to content

Commit

Permalink
Move map-related files into their own filter.
Browse files Browse the repository at this point in the history
Also remove non-existent files.
  • Loading branch information
Wedge009 committed Mar 23, 2016
1 parent aacb024 commit eb9a16d
Showing 1 changed file with 32 additions and 36 deletions.
68 changes: 32 additions & 36 deletions projectfiles/VC9/wesnoth.vcproj
Expand Up @@ -23335,6 +23335,38 @@
>
</File>
</Filter>
<Filter
Name="Map"
>
<File
RelativePath="..\..\src\map\exception.hpp"
>
</File>
<File
RelativePath="..\..\src\map\label.cpp"
>
</File>
<File
RelativePath="..\..\src\map\label.hpp"
>
</File>
<File
RelativePath="..\..\src\map\location.cpp"
>
</File>
<File
RelativePath="..\..\src\map\location.hpp"
>
</File>
<File
RelativePath="..\..\src\map\map.cpp"
>
</File>
<File
RelativePath="..\..\src\map\map.hpp"
>
</File>
</Filter>
<File
RelativePath="..\..\src\about.cpp"
>
Expand Down Expand Up @@ -23499,10 +23531,6 @@
RelativePath="..\..\src\events.hpp"
>
</File>
<File
RelativePath="..\..\src\map\exception.hpp"
>
</File>
<File
RelativePath="..\..\src\exceptions.hpp"
>
Expand Down Expand Up @@ -23731,14 +23759,6 @@
RelativePath="..\..\src\key.hpp"
>
</File>
<File
RelativePath="..\..\src\map\label.cpp"
>
</File>
<File
RelativePath="..\..\src\map\label.hpp"
>
</File>
<File
RelativePath="..\..\src\language.cpp"
>
Expand Down Expand Up @@ -23771,14 +23791,6 @@
RelativePath="..\..\src\lobby_preferences.hpp"
>
</File>
<File
RelativePath="..\..\src\map\location.cpp"
>
</File>
<File
RelativePath="..\..\src\map\location.hpp"
>
</File>
<File
RelativePath="..\..\src\log.hpp"
>
Expand All @@ -23791,14 +23803,6 @@
RelativePath="..\..\src\lua_jailbreak_exception.hpp"
>
</File>
<File
RelativePath="..\..\src\map\map.cpp"
>
</File>
<File
RelativePath="..\..\src\map\map.hpp"
>
</File>
<File
RelativePath="..\..\src\marked-up_text.cpp"
>
Expand Down Expand Up @@ -23863,14 +23867,6 @@
RelativePath="..\..\src\mp_game_settings.hpp"
>
</File>
<File
RelativePath="..\..\src\mp_replay_controller.cpp"
>
</File>
<File
RelativePath="..\..\src\mp_replay_controller.hpp"
>
</File>
<File
RelativePath="..\..\src\mp_ui_alerts.cpp"
>
Expand Down

0 comments on commit eb9a16d

Please sign in to comment.