diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-14 16:56:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-14 16:56:57 +0300 |
commit | f59d0ddb712b9da16706eaadfb2f0ab5906a560a (patch) | |
tree | 3dc59af0a9691c1ec544d4dff5646f8e02bce963 /src/mir_core/mir_core.vcxproj | |
parent | 2df0473e77f4153c2ee4579635d1501007aa6f3a (diff) |
experimental hidpi patch for UI
Diffstat (limited to 'src/mir_core/mir_core.vcxproj')
-rw-r--r-- | src/mir_core/mir_core.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mir_core/mir_core.vcxproj b/src/mir_core/mir_core.vcxproj index c748d431ce..feea5de395 100644 --- a/src/mir_core/mir_core.vcxproj +++ b/src/mir_core/mir_core.vcxproj @@ -185,10 +185,14 @@ <ClCompile Include="src\Windows\winver.cpp">
<PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="src\Windows\diatheme.cpp">
+ <PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClInclude Include="src\miranda.h" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\tinyxml2.h" />
<ClInclude Include="src\Windows\miranda.h" />
+ <ClInclude Include="src\Windows\diatheme.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\version.rc" />
|