diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-14 14:49:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-14 14:49:31 +0300 |
commit | 83bf1b335e6650b1df77dc712e5a39d4141f8db0 (patch) | |
tree | d0670d6d815c55f2d669b49d8b93cde6c8360bab /plugins/Popup/Popup.vcxproj | |
parent | 69357d6e1cc32f66f44918684357d174823aa603 (diff) |
Popup+ received MTextControl support back, based on library instead of services
Diffstat (limited to 'plugins/Popup/Popup.vcxproj')
-rw-r--r-- | plugins/Popup/Popup.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Popup/Popup.vcxproj b/plugins/Popup/Popup.vcxproj index 168b8eb95e..7413813a34 100644 --- a/plugins/Popup/Popup.vcxproj +++ b/plugins/Popup/Popup.vcxproj @@ -18,6 +18,11 @@ <Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\libs\mTextControl\mtextcontrol.vcxproj">
+ <Project>{e26d2311-c164-48cf-ba24-5ceda873d1b2}</Project>
+ </ProjectReference>
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>PopupPlus</ProjectName>
<ProjectGuid>{726460C7-E1F1-4C37-B64F-DA8A8DD26D70}</ProjectGuid>
|