diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-22 18:30:08 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-22 18:30:08 +0000 |
commit | 4101ee8ff9bc818f40dc0173b1434761f187597f (patch) | |
tree | 15ace4a23c2d13b1c4b506a54887b1ec196ee007 /GnuPG/gnupg.sln | |
parent | da1c34bde32e040a0a431ffb809c3b1e425dc558 (diff) |
added GnuPG
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@197 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'GnuPG/gnupg.sln')
-rw-r--r-- | GnuPG/gnupg.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/GnuPG/gnupg.sln b/GnuPG/gnupg.sln new file mode 100644 index 0000000..7ff7293 --- /dev/null +++ b/GnuPG/gnupg.sln @@ -0,0 +1,20 @@ +
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual C++ Express 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gnupg", "gnupg.vcproj", "{557E83A7-2B96-4088-9CD6-452D4FDC9290}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {557E83A7-2B96-4088-9CD6-452D4FDC9290}.Debug|Win32.ActiveCfg = Debug|Win32
+ {557E83A7-2B96-4088-9CD6-452D4FDC9290}.Debug|Win32.Build.0 = Debug|Win32
+ {557E83A7-2B96-4088-9CD6-452D4FDC9290}.Release|Win32.ActiveCfg = Release|Win32
+ {557E83A7-2B96-4088-9CD6-452D4FDC9290}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|