diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-30 10:38:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-30 10:38:21 +0000 |
commit | daba159a1438dbd00fb40d7b2ffd772da67a86dc (patch) | |
tree | 9957952dd1b787b327d2daba9248141c61d135ae /plugins/AvatarHistory/AvatarHistory_11.vcxproj | |
parent | f426fe1769798bf8d88ca455bd0d803a2a76f104 (diff) |
AvatarHistory works again
git-svn-id: http://svn.miranda-ng.org/main/trunk@4246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory/AvatarHistory_11.vcxproj')
-rw-r--r-- | plugins/AvatarHistory/AvatarHistory_11.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AvatarHistory/AvatarHistory_11.vcxproj b/plugins/AvatarHistory/AvatarHistory_11.vcxproj index de5a00c540..0f27d9cef4 100644 --- a/plugins/AvatarHistory/AvatarHistory_11.vcxproj +++ b/plugins/AvatarHistory/AvatarHistory_11.vcxproj @@ -203,6 +203,7 @@ <ClCompile Include="src\options.cpp" />
<ClCompile Include="src\popup.cpp" />
<ClCompile Include="src\AvatarHistory.cpp" />
+ <ClCompile Include="src\utils.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\AvatarHistory.h" />
|