diff options
| author | George Hazan <george.hazan@gmail.com> | 2013-08-30 18:38:04 +0000 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2013-08-30 18:38:04 +0000 |
| commit | 2c73bb570b16ed862a3e28e263198273d4591074 (patch) | |
| tree | 00fc4fb0d941aefebe955a25ae55fbca29325bd0 /plugins/ShellExt/shellext_10.vcxproj.filters | |
| parent | a2d94febd339707a08bcfe02b995f26d71e8cf13 (diff) | |
COM-related code rearranged
git-svn-id: http://svn.miranda-ng.org/main/trunk@5889 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/shellext_10.vcxproj.filters')
| -rw-r--r-- | plugins/ShellExt/shellext_10.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ShellExt/shellext_10.vcxproj.filters b/plugins/ShellExt/shellext_10.vcxproj.filters index 0e637ca837..e2d1e58a0c 100644 --- a/plugins/ShellExt/shellext_10.vcxproj.filters +++ b/plugins/ShellExt/shellext_10.vcxproj.filters @@ -61,5 +61,11 @@ <ClCompile Include="src\utils.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\shlfactory.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\shlext.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file |
