diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-07 10:31:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-07 10:31:56 +0000 |
commit | 767d070330f3fb669495b2e3481f0c8abfcd1300 (patch) | |
tree | 7f602995f26ad699be203d535a469a895268e49c /plugins/Clist_modern/clist_modern_10.vcxproj | |
parent | 5ad48842d4520b3f34283c6c48be98ddbe9f23d5 (diff) |
- one more crash fix;
- cache functionality fixed;
- strange type 'boolean' removed
- all header files included into project
git-svn-id: http://svn.miranda-ng.org/main/trunk@811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/clist_modern_10.vcxproj')
-rw-r--r-- | plugins/Clist_modern/clist_modern_10.vcxproj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/Clist_modern/clist_modern_10.vcxproj b/plugins/Clist_modern/clist_modern_10.vcxproj index 0d551cafe7..06921757ee 100644 --- a/plugins/Clist_modern/clist_modern_10.vcxproj +++ b/plugins/Clist_modern/clist_modern_10.vcxproj @@ -250,7 +250,32 @@ <ClCompile Include="modern_xptheme.cpp" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="hdr\modern_cache_funcs.h" />
+ <ClInclude Include="hdr\modern_callproc.h" />
+ <ClInclude Include="hdr\modern_clc.h" />
+ <ClInclude Include="hdr\modern_clcpaint.h" />
+ <ClInclude Include="hdr\modern_clist.h" />
+ <ClInclude Include="hdr\modern_clui.h" />
+ <ClInclude Include="hdr\modern_cluiframes.h" />
<ClInclude Include="hdr\modern_commonheaders.h" />
+ <ClInclude Include="hdr\modern_commonprototypes.h" />
+ <ClInclude Include="hdr\modern_defsettings.h" />
+ <ClInclude Include="hdr\modern_effectenum.h" />
+ <ClInclude Include="hdr\modern_image_array.h" />
+ <ClInclude Include="hdr\modern_layered_window_engine.h" />
+ <ClInclude Include="hdr\modern_log.h" />
+ <ClInclude Include="hdr\modern_popup.h" />
+ <ClInclude Include="hdr\modern_row.h" />
+ <ClInclude Include="hdr\modern_rowheight_funcs.h" />
+ <ClInclude Include="hdr\modern_skinengine.h" />
+ <ClInclude Include="hdr\modern_skinned_profile.h" />
+ <ClInclude Include="hdr\modern_static_clui.h" />
+ <ClInclude Include="hdr\modern_static_cluiframes_service.h" />
+ <ClInclude Include="hdr\modern_statusbar.h" />
+ <ClInclude Include="hdr\modern_statusmodes.h" />
+ <ClInclude Include="hdr\modern_sync.h" />
+ <ClInclude Include="hdr\modern_tstring.h" />
+ <ClInclude Include="hdr\MString.h" />
<ClInclude Include="version.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="hdr\modern_awaymsg.h" />
|