summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-09 19:05:44 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-09 19:05:44 +0000
commitac2acb9980932ed028b8a31d2add76a4b2b9b56b (patch)
treec7e9dc753865ecf91306a1ce1c653e711a4fb92b /plugins/SpellChecker
parent22d99727a04633c5f1ac7100220886e4f8fe6fd2 (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r--plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj4
-rw-r--r--plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj.filters24
-rw-r--r--plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj4
-rw-r--r--plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj.filters24
-rw-r--r--plugins/SpellChecker/Flags-Angelika/res/Version.rc38
-rw-r--r--plugins/SpellChecker/Flags-Angelika/src/Version.h11
-rw-r--r--plugins/SpellChecker/Flags/res/Version.rc38
-rw-r--r--plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj4
-rw-r--r--plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj.filters24
-rw-r--r--plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj4
-rw-r--r--plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj.filters24
-rw-r--r--plugins/SpellChecker/Flags/src/Version.h11
12 files changed, 210 insertions, 0 deletions
diff --git a/plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj b/plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj
index 9db6fea3e6..851d2138a2 100644
--- a/plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj
+++ b/plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj
@@ -118,6 +118,10 @@
</ItemDefinitionGroup>
<ItemGroup>
<ResourceCompile Include="res\flags-angelika.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj.filters b/plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj.filters
new file mode 100644
index 0000000000..b2e30e2977
--- /dev/null
+++ b/plugins/SpellChecker/Flags-Angelika/flags-angelika_10.vcxproj.filters
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{f2af2779-7215-48f5-af5f-9715f6dc8df6}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{6705f6a7-6f46-40f9-a555-7a14c37a3c8e}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\flags-angelika.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj b/plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj
index 96e139953a..d0ee237563 100644
--- a/plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj
+++ b/plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj
@@ -122,6 +122,10 @@
</ItemDefinitionGroup>
<ItemGroup>
<ResourceCompile Include="res\flags-angelika.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj.filters b/plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj.filters
new file mode 100644
index 0000000000..b2e30e2977
--- /dev/null
+++ b/plugins/SpellChecker/Flags-Angelika/flags-angelika_11.vcxproj.filters
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{f2af2779-7215-48f5-af5f-9715f6dc8df6}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{6705f6a7-6f46-40f9-a555-7a14c37a3c8e}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\flags-angelika.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/plugins/SpellChecker/Flags-Angelika/res/Version.rc b/plugins/SpellChecker/Flags-Angelika/res/Version.rc
new file mode 100644
index 0000000000..5bfbab4754
--- /dev/null
+++ b/plugins/SpellChecker/Flags-Angelika/res/Version.rc
@@ -0,0 +1,38 @@
+// Microsoft Visual C++ generated resource script.
+//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+#include "afxres.h"
+#include "..\src\version.h"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x0L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "FileDescription", __DESCRIPTION
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
diff --git a/plugins/SpellChecker/Flags-Angelika/src/Version.h b/plugins/SpellChecker/Flags-Angelika/src/Version.h
new file mode 100644
index 0000000000..cc23e7c2c3
--- /dev/null
+++ b/plugins/SpellChecker/Flags-Angelika/src/Version.h
@@ -0,0 +1,11 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 6
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "SpellChecker flags icons"
+#define __FILENAME "Flags_icons.dll"
+#define __DESCRIPTION "Flags icons for SpellChecker plugin of Miranda NG."
+#define __COPYRIGHT "© 2006-2010 Ricardo Pescuma Domenecci"
diff --git a/plugins/SpellChecker/Flags/res/Version.rc b/plugins/SpellChecker/Flags/res/Version.rc
new file mode 100644
index 0000000000..5bfbab4754
--- /dev/null
+++ b/plugins/SpellChecker/Flags/res/Version.rc
@@ -0,0 +1,38 @@
+// Microsoft Visual C++ generated resource script.
+//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+#include "afxres.h"
+#include "..\src\version.h"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x0L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "FileDescription", __DESCRIPTION
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
diff --git a/plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj b/plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj
index 80784320d3..a2b200a85a 100644
--- a/plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj
+++ b/plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj
@@ -118,6 +118,10 @@
</ItemDefinitionGroup>
<ItemGroup>
<ResourceCompile Include="res\flags.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj.filters b/plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj.filters
new file mode 100644
index 0000000000..5fea851d2b
--- /dev/null
+++ b/plugins/SpellChecker/Flags/spellchecker_flags_10.vcxproj.filters
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{909e270a-40c6-4487-a100-ffd70ac18062}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{259f0028-7ae5-4886-a98c-f05663ad7e6c}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\flags.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj b/plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj
index 84d228eef5..c2deeccd1d 100644
--- a/plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj
+++ b/plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj
@@ -122,6 +122,10 @@
</ItemDefinitionGroup>
<ItemGroup>
<ResourceCompile Include="res\flags.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj.filters b/plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj.filters
new file mode 100644
index 0000000000..5fea851d2b
--- /dev/null
+++ b/plugins/SpellChecker/Flags/spellchecker_flags_11.vcxproj.filters
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{909e270a-40c6-4487-a100-ffd70ac18062}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{259f0028-7ae5-4886-a98c-f05663ad7e6c}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\flags.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/plugins/SpellChecker/Flags/src/Version.h b/plugins/SpellChecker/Flags/src/Version.h
new file mode 100644
index 0000000000..cc23e7c2c3
--- /dev/null
+++ b/plugins/SpellChecker/Flags/src/Version.h
@@ -0,0 +1,11 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 6
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "SpellChecker flags icons"
+#define __FILENAME "Flags_icons.dll"
+#define __DESCRIPTION "Flags icons for SpellChecker plugin of Miranda NG."
+#define __COPYRIGHT "© 2006-2010 Ricardo Pescuma Domenecci"