summaryrefslogtreecommitdiff
path: root/plugins/Dbx_tree
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-24 09:10:52 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-24 09:10:52 +0000
commita8ca6c3c2b81022923d1724fdb933ec12db8b3b4 (patch)
tree22fca1d0bf2f36fc77e36da397b1513e9cdf896c /plugins/Dbx_tree
parent827a3d8f363cb252460c5d94b9c11189c60e8437 (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3749 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree')
-rw-r--r--plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj4
-rw-r--r--plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj.filters8
-rw-r--r--plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj4
-rw-r--r--plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj.filters8
-rw-r--r--plugins/Dbx_tree/encryption/ARC4/res/Version.rc38
-rw-r--r--plugins/Dbx_tree/encryption/ARC4/src/Version.h11
-rw-r--r--plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj4
-rw-r--r--plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj.filters8
-rw-r--r--plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj4
-rw-r--r--plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj.filters8
-rw-r--r--plugins/Dbx_tree/encryption/CAST128/res/Version.rc38
-rw-r--r--plugins/Dbx_tree/encryption/CAST128/src/Version.h11
-rw-r--r--plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj4
-rw-r--r--plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj.filters8
-rw-r--r--plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj4
-rw-r--r--plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj.filters8
-rw-r--r--plugins/Dbx_tree/encryption/HC256/res/Version.rc38
-rw-r--r--plugins/Dbx_tree/encryption/HC256/src/Version.h11
18 files changed, 219 insertions, 0 deletions
diff --git a/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj b/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj
index d5e1d803cf..a4964f8490 100644
--- a/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj
+++ b/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj
@@ -158,10 +158,14 @@
<ItemGroup>
<ClInclude Include="src\ARC4.h" />
<ClInclude Include="..\Common\Cipher.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ARC4.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj.filters b/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj.filters
index 125c2ecc43..a365d9adcd 100644
--- a/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj.filters
+++ b/plugins/Dbx_tree/encryption/ARC4/ARC4_10.vcxproj.filters
@@ -21,10 +21,18 @@
<ClInclude Include="..\Common\Cipher.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ARC4.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj b/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj
index 3b6b57d0f9..b0b022ac97 100644
--- a/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj
+++ b/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj
@@ -162,10 +162,14 @@
<ItemGroup>
<ClInclude Include="src\ARC4.h" />
<ClInclude Include="..\Common\Cipher.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ARC4.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj.filters b/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj.filters
index 125c2ecc43..a365d9adcd 100644
--- a/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj.filters
+++ b/plugins/Dbx_tree/encryption/ARC4/ARC4_11.vcxproj.filters
@@ -21,10 +21,18 @@
<ClInclude Include="..\Common\Cipher.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ARC4.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/plugins/Dbx_tree/encryption/ARC4/res/Version.rc b/plugins/Dbx_tree/encryption/ARC4/res/Version.rc
new file mode 100644
index 0000000000..5bfbab4754
--- /dev/null
+++ b/plugins/Dbx_tree/encryption/ARC4/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/Dbx_tree/encryption/ARC4/src/Version.h b/plugins/Dbx_tree/encryption/ARC4/src/Version.h
new file mode 100644
index 0000000000..d7af928a34
--- /dev/null
+++ b/plugins/Dbx_tree/encryption/ARC4/src/Version.h
@@ -0,0 +1,11 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "ARC4"
+#define __FILENAME "ARC4.dll"
+#define __DESCRIPTION "Streamcipher - 8bit step, fast."
+#define __COPYRIGHT "© 1987 Ron Rivest"
diff --git a/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj b/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj
index 6df45b6a57..1823cf70b1 100644
--- a/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj
+++ b/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj
@@ -161,10 +161,14 @@
<ItemGroup>
<ClInclude Include="src\CAST128.h" />
<ClInclude Include="..\Common\Cipher.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<None Include="src\CAST128.inc" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj.filters b/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj.filters
index f23057e4ba..7b40a9b31d 100644
--- a/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj.filters
+++ b/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj.filters
@@ -26,10 +26,18 @@
<ClInclude Include="..\Common\Cipher.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="src\CAST128.inc">
<Filter>Header Files</Filter>
</None>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj b/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj
index f8b1693aa2..3e4c3801cb 100644
--- a/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj
+++ b/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj
@@ -165,10 +165,14 @@
<ItemGroup>
<ClInclude Include="src\CAST128.h" />
<ClInclude Include="..\Common\Cipher.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<None Include="src\CAST128.inc" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj.filters b/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj.filters
index f23057e4ba..7b40a9b31d 100644
--- a/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj.filters
+++ b/plugins/Dbx_tree/encryption/CAST128/Cast128_11.vcxproj.filters
@@ -26,10 +26,18 @@
<ClInclude Include="..\Common\Cipher.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="src\CAST128.inc">
<Filter>Header Files</Filter>
</None>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/plugins/Dbx_tree/encryption/CAST128/res/Version.rc b/plugins/Dbx_tree/encryption/CAST128/res/Version.rc
new file mode 100644
index 0000000000..5bfbab4754
--- /dev/null
+++ b/plugins/Dbx_tree/encryption/CAST128/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/Dbx_tree/encryption/CAST128/src/Version.h b/plugins/Dbx_tree/encryption/CAST128/src/Version.h
new file mode 100644
index 0000000000..57df4115c5
--- /dev/null
+++ b/plugins/Dbx_tree/encryption/CAST128/src/Version.h
@@ -0,0 +1,11 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Cast128"
+#define __FILENAME "Cast128.dll"
+#define __DESCRIPTION "Blockcipher - 64bit block, fast and secure."
+#define __COPYRIGHT "© 1996 Carlisle Adams and Stafford Tavares"
diff --git a/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj b/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj
index a769074e45..f88ed4a121 100644
--- a/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj
+++ b/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj
@@ -158,10 +158,14 @@
<ItemGroup>
<ClInclude Include="..\Common\Cipher.h" />
<ClInclude Include="src\HC256.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\HC256.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj.filters b/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj.filters
index abb4df92d0..2a96e5d134 100644
--- a/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj.filters
+++ b/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj.filters
@@ -21,10 +21,18 @@
<ClInclude Include="src\HC256.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\HC256.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj b/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj
index 71f8548056..361ff11b63 100644
--- a/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj
+++ b/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj
@@ -162,10 +162,14 @@
<ItemGroup>
<ClInclude Include="..\Common\Cipher.h" />
<ClInclude Include="src\HC256.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\HC256.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj.filters b/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj.filters
index abb4df92d0..2a96e5d134 100644
--- a/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj.filters
+++ b/plugins/Dbx_tree/encryption/HC256/HC256_11.vcxproj.filters
@@ -21,10 +21,18 @@
<ClInclude Include="src\HC256.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\Version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\HC256.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/plugins/Dbx_tree/encryption/HC256/res/Version.rc b/plugins/Dbx_tree/encryption/HC256/res/Version.rc
new file mode 100644
index 0000000000..5bfbab4754
--- /dev/null
+++ b/plugins/Dbx_tree/encryption/HC256/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/Dbx_tree/encryption/HC256/src/Version.h b/plugins/Dbx_tree/encryption/HC256/src/Version.h
new file mode 100644
index 0000000000..6fc962491a
--- /dev/null
+++ b/plugins/Dbx_tree/encryption/HC256/src/Version.h
@@ -0,0 +1,11 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "HC-256"
+#define __FILENAME "HC256.dll"
+#define __DESCRIPTION "Streamcipher - 512bit step, very fast."
+#define __COPYRIGHT "© 2005 Hongjun Wu"