diff options
| author | George Hazan <george.hazan@gmail.com> | 2013-08-24 07:01:05 +0000 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2013-08-24 07:01:05 +0000 |
| commit | 77e9149fcd326fbb3aec4be4fdf5847a57ab4a28 (patch) | |
| tree | 194fcb0fc1acd1ca64524db4b51837466e6b9b57 /plugins/ShellExt/shellext_11.vcxproj.filters | |
| parent | 22a7ffc73ec791f682edd2983a8f2279539f68b0 (diff) | |
first version that compiles ok
git-svn-id: http://svn.miranda-ng.org/main/trunk@5800 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/shellext_11.vcxproj.filters')
| -rw-r--r-- | plugins/ShellExt/shellext_11.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ShellExt/shellext_11.vcxproj.filters b/plugins/ShellExt/shellext_11.vcxproj.filters index 85793afe77..94085f5086 100644 --- a/plugins/ShellExt/shellext_11.vcxproj.filters +++ b/plugins/ShellExt/shellext_11.vcxproj.filters @@ -35,6 +35,9 @@ <ResourceCompile Include="res\Version.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
+ <ResourceCompile Include="res\shldlgs.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\main.cpp">
@@ -49,5 +52,8 @@ <ClCompile Include="src\shlcom.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\shlipc.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file |
