diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-10-16 13:06:27 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-10-16 13:06:27 +0300 |
commit | eb1a49653f9dc3fde2f3b631c537b69a6db729a2 (patch) | |
tree | ff74f48d93e89e4552390dd970418439983c7f2c /msg_export.sln | |
parent | 6ab8c4ff109bfeec0df3f840a85cb28ec5d38259 (diff) |
msg_export pluginmsg_export
Diffstat (limited to 'msg_export.sln')
-rwxr-xr-x | msg_export.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/msg_export.sln b/msg_export.sln new file mode 100755 index 0000000..cb62ce4 --- /dev/null +++ b/msg_export.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msg_export", "msg_export.vcproj", "{4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug - Unicode|Win32 = Debug - Unicode|Win32
+ Debug|Win32 = Debug|Win32
+ Release - Unicode|Win32 = Release - Unicode|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Debug - Unicode|Win32.ActiveCfg = Debug - Unicode|Win32
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Debug - Unicode|Win32.Build.0 = Debug - Unicode|Win32
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Debug|Win32.Build.0 = Debug|Win32
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Release - Unicode|Win32.ActiveCfg = Release - Unicode|Win32
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Release - Unicode|Win32.Build.0 = Release - Unicode|Win32
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Release|Win32.ActiveCfg = Release|Win32
+ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|