diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-20 22:16:32 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-20 22:16:32 +0000 |
commit | 3803f35ac244f74e50edc3854fa4278d0e5d405d (patch) | |
tree | b190ad1af173cceddd964f6a97f59e4ef9084c53 /plugins/AvatarHistory/AvatarHistory.vcxproj | |
parent | 5e7b5f6b7f0ab72550f84e835443df5e24590af1 (diff) |
consistent hash generation fix - part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@2406 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory/AvatarHistory.vcxproj')
-rw-r--r-- | plugins/AvatarHistory/AvatarHistory.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/AvatarHistory/AvatarHistory.vcxproj b/plugins/AvatarHistory/AvatarHistory.vcxproj index 16b6d86fef..b1059a9771 100644 --- a/plugins/AvatarHistory/AvatarHistory.vcxproj +++ b/plugins/AvatarHistory/AvatarHistory.vcxproj @@ -185,7 +185,7 @@ </ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\AvatarDlg.cpp" />
- <ClCompile Include="src\AvatarHistory.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\icolib.cpp" />
@@ -194,6 +194,7 @@ </ClCompile>
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\popup.cpp" />
+ <ClCompile Include="src\AvatarHistory.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\AvatarHistory.h" />
|