diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-11 22:30:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-11 22:30:05 +0300 |
commit | 167114a3b2144930c2db8d3e322f2452127f5016 (patch) | |
tree | b21086e127a0b89751f27a93ea387339becc55da | |
parent | 4e3c1ed8066652646ab36418403871d857c66fb6 (diff) |
fix for dll name
-rw-r--r-- | plugins/Popup/Popup.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/Popup.vcxproj b/plugins/Popup/Popup.vcxproj index c942364454..168b8eb95e 100644 --- a/plugins/Popup/Popup.vcxproj +++ b/plugins/Popup/Popup.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>Popup</ProjectName>
+ <ProjectName>PopupPlus</ProjectName>
<ProjectGuid>{726460C7-E1F1-4C37-B64F-DA8A8DD26D70}</ProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
|