diff options
| author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-23 18:36:26 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-23 18:36:26 +0300 |
| commit | 35daa0c0ba771eb0bab7f870f12eaf265ec58a2d (patch) | |
| tree | e06d8f6043055a6e29061d7569ec7f182a7aebd0 /new_gpg.vcproj | |
| parent | be52d147c0aed74078cfe3665da723554a9500b1 (diff) | |
secureim code parts
new file: clist.cpp
modified: commonheaders.h
new file: icons.cpp
new file: icons/secured.ico
new file: icons/unsecured.ico
modified: init.cpp
new file: m_extraicons.h
new file: m_metacontacts.h
new file: metacontacts.cpp
modified: new_gpg.vcproj
new file: srmm.cpp
modified: utilities.cpp
modified: utilities.h
Diffstat (limited to 'new_gpg.vcproj')
| -rw-r--r-- | new_gpg.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/new_gpg.vcproj b/new_gpg.vcproj index 7558805..f4c9fa1 100644 --- a/new_gpg.vcproj +++ b/new_gpg.vcproj @@ -616,10 +616,18 @@ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
+ RelativePath=".\clist.cpp"
+ >
+ </File>
+ <File
RelativePath=".\gpg_wrapper.cpp"
>
</File>
<File
+ RelativePath=".\icons.cpp"
+ >
+ </File>
+ <File
RelativePath=".\init.cpp"
>
<FileConfiguration
@@ -653,10 +661,18 @@ >
</File>
<File
+ RelativePath=".\metacontacts.cpp"
+ >
+ </File>
+ <File
RelativePath=".\options.cpp"
>
</File>
<File
+ RelativePath=".\srmm.cpp"
+ >
+ </File>
+ <File
RelativePath=".\utilities.cpp"
>
</File>
@@ -706,6 +722,14 @@ RelativePath=".\new_gpg.rc"
>
</File>
+ <File
+ RelativePath=".\icons\secured.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\icons\unsecured.ico"
+ >
+ </File>
</Filter>
</Files>
<Globals>
|
