summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-05-08 14:05:57 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-05-08 14:05:57 +0000
commit9b873525e45526d6266597e6dce66cc01d84d8a4 (patch)
treee488207ef4805eff724d3178d2cb4421332c987b
parent0bc120544e3bb0922daf91493a0fb7749782a4e5 (diff)
MsgPopup: adding sln file
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@304 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r--MsgPopup/MsgPopup.sln20
-rw-r--r--MsgPopup/MsgPopup.vcxproj2
2 files changed, 21 insertions, 1 deletions
diff --git a/MsgPopup/MsgPopup.sln b/MsgPopup/MsgPopup.sln
new file mode 100644
index 0000000..660f0f5
--- /dev/null
+++ b/MsgPopup/MsgPopup.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "MsgPopup.vcxproj", "{705409E9-1F65-410B-9AA0-202055D008A8}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {705409E9-1F65-410B-9AA0-202055D008A8}.Debug|Win32.ActiveCfg = Debug|Win32
+ {705409E9-1F65-410B-9AA0-202055D008A8}.Debug|Win32.Build.0 = Debug|Win32
+ {705409E9-1F65-410B-9AA0-202055D008A8}.Release|Win32.ActiveCfg = Release|Win32
+ {705409E9-1F65-410B-9AA0-202055D008A8}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/MsgPopup/MsgPopup.vcxproj b/MsgPopup/MsgPopup.vcxproj
index 8d6232c..09a539b 100644
--- a/MsgPopup/MsgPopup.vcxproj
+++ b/MsgPopup/MsgPopup.vcxproj
@@ -68,7 +68,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MsgPopup_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>