diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-06 22:24:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-06 22:24:29 +0000 |
commit | 75822327172aac61e3834ebdeb91f799c210345c (patch) | |
tree | f0cb8ea63cfeac43b34af12aed765de2b4d60966 /src/core/stduserinfo/stduserinfo_10.vcxproj | |
parent | b8a20c7e3e0dca06effc09868bc5cf1702be30cf (diff) |
fix for the problem with UserInfoEx
git-svn-id: http://svn.miranda-ng.org/main/trunk@804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduserinfo/stduserinfo_10.vcxproj')
-rw-r--r-- | src/core/stduserinfo/stduserinfo_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stduserinfo/stduserinfo_10.vcxproj b/src/core/stduserinfo/stduserinfo_10.vcxproj index 7f0d57e336..c2b06c9637 100644 --- a/src/core/stduserinfo/stduserinfo_10.vcxproj +++ b/src/core/stduserinfo/stduserinfo_10.vcxproj @@ -201,6 +201,7 @@ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="contactinfo.cpp" />
+ <ClCompile Include="contacts.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="stdinfo.cpp" />
<ClCompile Include="userinfo.cpp" />
|