diff options
-rw-r--r-- | MsgPopup/MsgPopup.sln | 20 | ||||
-rw-r--r-- | MsgPopup/MsgPopup.vcxproj | 2 |
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>
|