diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-03 19:59:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-03 19:59:45 +0300 |
commit | e3f92ff9b8922e06a717a84b76c4e43cbb165f28 (patch) | |
tree | 13cf88e15b788575d7b47896b1995cd7b70d711d /plugins/NewStory/NewStory.vcxproj | |
parent | 8218936b7712de444a49656d8a50832cea5adc84 (diff) |
mtextcontrol became an usual library
Diffstat (limited to 'plugins/NewStory/NewStory.vcxproj')
-rw-r--r-- | plugins/NewStory/NewStory.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/NewStory/NewStory.vcxproj b/plugins/NewStory/NewStory.vcxproj index 60b6c075ab..9aed0cb0b9 100644 --- a/plugins/NewStory/NewStory.vcxproj +++ b/plugins/NewStory/NewStory.vcxproj @@ -18,6 +18,11 @@ <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\mTextControl\mtextcontrol.vcxproj"> + <Project>{e26d2311-c164-48cf-ba24-5ceda873d1b2}</Project> + </ProjectReference> + </ItemGroup> <PropertyGroup Label="Globals"> <ProjectName>NewStory</ProjectName> <ProjectGuid>{A7FAD273-8C71-4D72-A84F-2D160F2DC589}</ProjectGuid> |