[common, shortcutguide] move d2d files from common to scg (#7844)

Also remove d2d classes from common documentation
This commit is contained in:
Enrico Giordani
2020-11-05 10:38:46 +01:00
committed by GitHub
parent 1dc1531104
commit 50a8884c32
15 changed files with 39 additions and 54 deletions

View File

@@ -105,6 +105,9 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="d2d_svg.h" />
<ClInclude Include="d2d_text.h" />
<ClInclude Include="d2d_window.h" />
<ClInclude Include="overlay_window.h" />
<ClInclude Include="keyboard_state.h" />
<ClInclude Include="Generated Files/resource.h" />
@@ -116,6 +119,9 @@
<ClInclude Include="trace.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="d2d_svg.cpp" />
<ClCompile Include="d2d_text.cpp" />
<ClCompile Include="d2d_window.cpp" />
<ClCompile Include="overlay_window.cpp" />
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="keyboard_state.cpp" />