Skip to content

Commit

Permalink
Updated VS projectfile
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Apr 14, 2018
1 parent 164b6af commit 07b69bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projectfiles/VC14/wesnoth.vcxproj
Expand Up @@ -2481,7 +2481,6 @@
</ClCompile>
<ClCompile Include="..\..\src\image.cpp" />
<ClCompile Include="..\..\src\image_modifications.cpp" />
<ClCompile Include="..\..\src\joystick.cpp" />
<ClCompile Include="..\..\src\key.cpp" />
<ClCompile Include="..\..\src\language.cpp" />
<ClCompile Include="..\..\src\lua_jailbreak_exception.cpp" />
Expand Down Expand Up @@ -2826,6 +2825,7 @@
<ClCompile Include="..\..\src\sound.cpp" />
<ClCompile Include="..\..\src\soundsource.cpp" />
<ClCompile Include="..\..\src\sound_music_track.cpp" />
<ClCompile Include="..\..\src\spritesheet_generator.cpp" />
<ClCompile Include="..\..\src\statistics.cpp" />
<ClCompile Include="..\..\src\storyscreen\controller.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Storyscreen\</ObjectFileName>
Expand Down Expand Up @@ -3853,7 +3853,6 @@
<ClInclude Include="..\..\src\hotkey\hotkey_manager.hpp" />
<ClInclude Include="..\..\src\image.hpp" />
<ClInclude Include="..\..\src\image_modifications.hpp" />
<ClInclude Include="..\..\src\joystick.hpp" />
<ClInclude Include="..\..\src\key.hpp" />
<ClInclude Include="..\..\src\language.hpp" />
<ClInclude Include="..\..\src\lua_jailbreak_exception.hpp" />
Expand Down Expand Up @@ -3946,6 +3945,7 @@
<ClInclude Include="..\..\src\sound.hpp" />
<ClInclude Include="..\..\src\soundsource.hpp" />
<ClInclude Include="..\..\src\sound_music_track.hpp" />
<ClInclude Include="..\..\src\spritesheet_generator.hpp" />
<ClInclude Include="..\..\src\statistics.hpp" />
<ClInclude Include="..\..\src\storyscreen\controller.hpp" />
<ClInclude Include="..\..\src\storyscreen\parser.hpp" />
Expand Down
2 changes: 0 additions & 2 deletions projectfiles/VC14/wesnoth.vcxproj.filters
Expand Up @@ -1431,7 +1431,6 @@
<ClCompile Include="..\..\src\hash.cpp" />
<ClCompile Include="..\..\src\image.cpp" />
<ClCompile Include="..\..\src\image_modifications.cpp" />
<ClCompile Include="..\..\src\joystick.cpp" />
<ClCompile Include="..\..\src\key.cpp" />
<ClCompile Include="..\..\src\language.cpp" />
<ClCompile Include="..\..\src\lua_jailbreak_exception.cpp" />
Expand Down Expand Up @@ -2863,7 +2862,6 @@
<ClInclude Include="..\..\src\hash.hpp" />
<ClInclude Include="..\..\src\image.hpp" />
<ClInclude Include="..\..\src\image_modifications.hpp" />
<ClInclude Include="..\..\src\joystick.hpp" />
<ClInclude Include="..\..\src\key.hpp" />
<ClInclude Include="..\..\src\language.hpp" />
<ClInclude Include="..\..\src\lua_jailbreak_exception.hpp" />
Expand Down

0 comments on commit 07b69bd

Please sign in to comment.