diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-21 14:03:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-21 14:03:28 +0000 |
commit | 06f3246b6342b0f0910a01be82689d9aca5aa1aa (patch) | |
tree | 411564fed5d64ed34a24640f4ea6c140de3055d9 /plugins/Dbx_mmap_SA/Cryptors/Athena/athena.rc | |
parent | b3003cc96456a60832e0a90b7ed6b847ea8b833b (diff) |
now it's safe to forget about mmap_sa forever
git-svn-id: http://svn.miranda-ng.org/main/trunk@6954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/Cryptors/Athena/athena.rc')
-rw-r--r-- | plugins/Dbx_mmap_SA/Cryptors/Athena/athena.rc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/athena.rc b/plugins/Dbx_mmap_SA/Cryptors/Athena/athena.rc deleted file mode 100644 index bc035ab02a..0000000000 --- a/plugins/Dbx_mmap_SA/Cryptors/Athena/athena.rc +++ /dev/null @@ -1,28 +0,0 @@ -VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,3,0
- PRODUCTVERSION 0,0,3,0
- FILEFLAGSMASK $3F
- FILEOS 4
- FILETYPE 2
- FILESUBTYPE 0
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "CompanyName",""
- VALUE "Comments", "Secure alghoritm developed in russian universities"0
- VALUE "FileDescription", "Secure alghoritm developed in russian universities"0
- VALUE "FileVersion", "0, 0, 3, 0 "0
- VALUE "InternalName", "Athena"0
- VALUE "OriginalFilename", "Athena.dll"0
- VALUE "ProductName", "Athena"0
- VALUE "ProductVersion", "0, 0, 3, 0 "0
- VALUE "SpecialBuild", ".04.2010 "0
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation",0,1200
- END
-END
\ No newline at end of file |