Skip to content

Commit

Permalink
Updating VC project.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Wedge009 committed Dec 17, 2016
1 parent 28d5620 commit 7ff076b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions projectfiles/VC12/wesnoth.vcxproj
Expand Up @@ -3114,7 +3114,6 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\strftime.cpp" />
<ClCompile Include="..\..\src\synced_checkup.cpp" />
<ClCompile Include="..\..\src\synced_commands.cpp" />
<ClCompile Include="..\..\src\synced_context.cpp" />
Expand Down Expand Up @@ -4356,7 +4355,6 @@
<ClInclude Include="..\..\src\storyscreen\interface.hpp" />
<ClInclude Include="..\..\src\storyscreen\part.hpp" />
<ClInclude Include="..\..\src\storyscreen\render.hpp" />
<ClInclude Include="..\..\src\strftime.hpp" />
<ClInclude Include="..\..\src\synced_checkup.hpp" />
<ClInclude Include="..\..\src\synced_commands.hpp" />
<ClInclude Include="..\..\src\synced_context.hpp" />
Expand Down
8 changes: 3 additions & 5 deletions projectfiles/VC12/wesnoth.vcxproj.filters
Expand Up @@ -1478,7 +1478,6 @@
<ClCompile Include="..\..\src\sound_music_track.cpp" />
<ClCompile Include="..\..\src\soundsource.cpp" />
<ClCompile Include="..\..\src\statistics.cpp" />
<ClCompile Include="..\..\src\strftime.cpp" />
<ClCompile Include="..\..\src\synced_checkup.cpp" />
<ClCompile Include="..\..\src\synced_commands.cpp" />
<ClCompile Include="..\..\src\synced_context.cpp" />
Expand Down Expand Up @@ -2422,6 +2421,9 @@
<ClInclude Include="..\..\src\utils\general.hpp">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\io.hpp">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\iterable_pair.hpp">
<Filter>utils</Filter>
</ClInclude>
Expand Down Expand Up @@ -2872,7 +2874,6 @@
<ClInclude Include="..\..\src\sound_music_track.hpp" />
<ClInclude Include="..\..\src\soundsource.hpp" />
<ClInclude Include="..\..\src\statistics.hpp" />
<ClInclude Include="..\..\src\strftime.hpp" />
<ClInclude Include="..\..\src\synced_checkup.hpp" />
<ClInclude Include="..\..\src\synced_commands.hpp" />
<ClInclude Include="..\..\src\synced_context.hpp" />
Expand Down Expand Up @@ -2945,9 +2946,6 @@
<ClInclude Include="..\..\src\font\pango\stream_ops.hpp">
<Filter>Font\Pango</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\io.hpp">
<Filter>utils</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
Expand Down

0 comments on commit 7ff076b

Please sign in to comment.