diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-17 16:15:51 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-17 16:15:51 +0000 |
| commit | 2cb8a32203cf2ef237a30f0ffac8e64a9a495c48 (patch) | |
| tree | b36e7d6d86415b65bd91a0f359c10797ff43b2b1 /plugins/SpellChecker/spellchecker.vcxproj.filters | |
| parent | 61138785bb35de7bbf7977dd41a91a206aff80b7 (diff) | |
cosmetic settings fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/spellchecker.vcxproj.filters')
| -rw-r--r-- | plugins/SpellChecker/spellchecker.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj.filters b/plugins/SpellChecker/spellchecker.vcxproj.filters index 89743ca4ce..c923a6345a 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj.filters +++ b/plugins/SpellChecker/spellchecker.vcxproj.filters @@ -105,6 +105,9 @@ <ClInclude Include="hunspell\w_char.hxx">
<Filter>Header Files\hunspell Header Files</Filter>
</ClInclude>
+ <ClInclude Include="Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="res\no_spellcheck.ico">
@@ -133,6 +136,9 @@ <ResourceCompile Include="resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
+ <ResourceCompile Include="Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Include="ardialog.cpp">
|
