diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-24 08:55:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-24 08:55:18 +0000 |
commit | 278212c375c66cb5d4c95082f86b9014137dca19 (patch) | |
tree | 102b1eb9a03b5af3b8af06db1e7cbdda4bc59ba3 /plugins/ShellExt/shellext_10.vcxproj | |
parent | 32da22a8ff4715a123f9a263aebcd0d5ba9ae7c1 (diff) |
first version that works
git-svn-id: http://svn.miranda-ng.org/main/trunk@5806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/shellext_10.vcxproj')
-rw-r--r-- | plugins/ShellExt/shellext_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ShellExt/shellext_10.vcxproj b/plugins/ShellExt/shellext_10.vcxproj index fb5ad4ccb5..fb9612b919 100644 --- a/plugins/ShellExt/shellext_10.vcxproj +++ b/plugins/ShellExt/shellext_10.vcxproj @@ -201,6 +201,7 @@ <ClCompile Include="src\main.cpp" />
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\shlcom.cpp" />
+ <ClCompile Include="src\shlicons.cpp" />
<ClCompile Include="src\shlipc.cpp" />
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
|