Updated VS projectfile for 5022a38
[ci skip]
(cherry-picked from commit 6ea405174e
)
This commit is contained in:
parent
b58003b5f8
commit
a082cf1493
2 changed files with 0 additions and 42 deletions
|
@ -2422,13 +2422,6 @@
|
|||
<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>
|
||||
|
@ -2436,20 +2429,6 @@
|
|||
<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>
|
||||
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue