Skip to content

Commit

Permalink
Updated VS projectfile for 5022a38
Browse files Browse the repository at this point in the history
[ci skip]

(cherry-picked from commit 6ea4051)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent b58003b commit a082cf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
24 changes: 0 additions & 24 deletions projectfiles/VC14/wesnoth.vcxproj
Expand Up @@ -2422,34 +2422,13 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Help\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\help\help_browser.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Help\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\help\help_impl.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Help\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\help\help_menu.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Help\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\help\help_text_area.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Help\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\help\help_topic_generators.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Help\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Help\</ObjectFileName>
Expand Down Expand Up @@ -3911,10 +3890,7 @@
<ClInclude Include="..\..\src\halo.hpp" />
<ClInclude Include="..\..\src\hash.hpp" />
<ClInclude Include="..\..\src\help\help.hpp" />
<ClInclude Include="..\..\src\help\help_browser.hpp" />
<ClInclude Include="..\..\src\help\help_impl.hpp" />
<ClInclude Include="..\..\src\help\help_menu.hpp" />
<ClInclude Include="..\..\src\help\help_text_area.hpp" />
<ClInclude Include="..\..\src\help\help_topic_generators.hpp" />
<ClInclude Include="..\..\src\hotkey\command_executor.hpp" />
<ClInclude Include="..\..\src\hotkey\hotkey_command.hpp" />
Expand Down
18 changes: 0 additions & 18 deletions projectfiles/VC14/wesnoth.vcxproj.filters
Expand Up @@ -1313,18 +1313,9 @@
<ClCompile Include="..\..\src\help\help.cpp">
<Filter>Help</Filter>
</ClCompile>
<ClCompile Include="..\..\src\help\help_browser.cpp">
<Filter>Help</Filter>
</ClCompile>
<ClCompile Include="..\..\src\help\help_impl.cpp">
<Filter>Help</Filter>
</ClCompile>
<ClCompile Include="..\..\src\help\help_menu.cpp">
<Filter>Help</Filter>
</ClCompile>
<ClCompile Include="..\..\src\help\help_text_area.cpp">
<Filter>Help</Filter>
</ClCompile>
<ClCompile Include="..\..\src\help\help_topic_generators.cpp">
<Filter>Help</Filter>
</ClCompile>
Expand Down Expand Up @@ -2738,18 +2729,9 @@
<ClInclude Include="..\..\src\help\help.hpp">
<Filter>Help</Filter>
</ClInclude>
<ClInclude Include="..\..\src\help\help_browser.hpp">
<Filter>Help</Filter>
</ClInclude>
<ClInclude Include="..\..\src\help\help_impl.hpp">
<Filter>Help</Filter>
</ClInclude>
<ClInclude Include="..\..\src\help\help_menu.hpp">
<Filter>Help</Filter>
</ClInclude>
<ClInclude Include="..\..\src\help\help_text_area.hpp">
<Filter>Help</Filter>
</ClInclude>
<ClInclude Include="..\..\src\help\help_topic_generators.hpp">
<Filter>Help</Filter>
</ClInclude>
Expand Down

0 comments on commit a082cf1

Please sign in to comment.