diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-21 16:04:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-21 16:04:38 +0000 |
commit | b61cd3d190d40825ec68d4f8b424347028aea80f (patch) | |
tree | b0a03aae6d829ce1e1ded92de5b93401cf51b239 /plugins/UserInfoEx/UInfoEx_10.vcxproj | |
parent | 02ee191a693f13f868c67dd548114375af13f261 (diff) |
consistent hash generation fix - part 6
git-svn-id: http://svn.miranda-ng.org/main/trunk@2417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/UInfoEx_10.vcxproj')
-rw-r--r-- | plugins/UserInfoEx/UInfoEx_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/UInfoEx_10.vcxproj b/plugins/UserInfoEx/UInfoEx_10.vcxproj index fc43f17ae6..e815010090 100644 --- a/plugins/UserInfoEx/UInfoEx_10.vcxproj +++ b/plugins/UserInfoEx/UInfoEx_10.vcxproj @@ -183,7 +183,7 @@ <ClCompile Include="src\classMTime.cpp" />
<ClCompile Include="src\classPsTree.cpp" />
<ClCompile Include="src\classPsTreeItem.cpp" />
- <ClCompile Include="src\commonheaders.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\init.cpp" />
@@ -193,6 +193,7 @@ <ClCompile Include="src\mir_menuitems.cpp" />
<ClCompile Include="src\mir_string.cpp" />
<ClCompile Include="src\psp_options.cpp" />
+ <ClCompile Include="src\commonheaders.cpp" />
<ClCompile Include="src\svc_avatar.cpp" />
<ClCompile Include="src\svc_constants.cpp" />
<ClCompile Include="src\svc_contactinfo.cpp" />
|