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 | |
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')
-rw-r--r-- | plugins/SpellChecker/spellchecker.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj index cad8a4e5c8..85986f7b95 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj +++ b/plugins/SpellChecker/spellchecker.vcxproj @@ -194,6 +194,7 @@ <ClInclude Include="hunspell\replist.hxx" />
<ClInclude Include="hunspell\suggestmgr.hxx" />
<ClInclude Include="hunspell\w_char.hxx" />
+ <ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<None Include="res\no_spellcheck.ico" />
@@ -206,6 +207,7 @@ </ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
+ <ResourceCompile Include="Version.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="ardialog.cpp" />
|