mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Gfx: Move WIC files to Util
This commit is contained in:
@ -76,9 +76,9 @@
|
||||
<ClCompile Include="..\Common\Gfx\TextFormatGDIP.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\Util\DWriteFontCollectionLoader.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\Util\DWriteFontFileEnumerator.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\WICBitmapDIB.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\WICBitmapLockDIB.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\WICBitmapLockGDIP.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\Util\WICBitmapDIB.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\Util\WICBitmapLockDIB.cpp" />
|
||||
<ClCompile Include="..\Common\Gfx\Util\WICBitmapLockGDIP.cpp" />
|
||||
<ClCompile Include="..\Common\MenuTemplate.cpp" />
|
||||
<ClCompile Include="..\Common\Platform.cpp" />
|
||||
<ClCompile Include="..\Common\StringUtil.cpp" />
|
||||
@ -300,9 +300,9 @@
|
||||
<ClInclude Include="..\Common\Gfx\TextFormatGDIP.h" />
|
||||
<ClInclude Include="..\Common\Gfx\Util\DWriteFontCollectionLoader.h" />
|
||||
<ClInclude Include="..\Common\Gfx\Util\DWriteFontFileEnumerator.h" />
|
||||
<ClInclude Include="..\Common\Gfx\WICBitmapDIB.h" />
|
||||
<ClInclude Include="..\Common\Gfx\WICBitmapLockDIB.h" />
|
||||
<ClInclude Include="..\Common\Gfx\WICBitmapLockGDIP.h" />
|
||||
<ClInclude Include="..\Common\Gfx\Util\WICBitmapDIB.h" />
|
||||
<ClInclude Include="..\Common\Gfx\Util\WICBitmapLockDIB.h" />
|
||||
<ClInclude Include="..\Common\Gfx\Util\WICBitmapLockGDIP.h" />
|
||||
<ClInclude Include="..\Common\MenuTemplate.h" />
|
||||
<ClInclude Include="..\Common\Platform.h" />
|
||||
<ClInclude Include="..\Common\StringUtil.h" />
|
||||
|
Reference in New Issue
Block a user