summaryrefslogtreecommitdiff
path: root/message_notify/MessageNotify.mdsp
diff options
context:
space:
mode:
Diffstat (limited to 'message_notify/MessageNotify.mdsp')
-rw-r--r--message_notify/MessageNotify.mdsp101
1 files changed, 101 insertions, 0 deletions
diff --git a/message_notify/MessageNotify.mdsp b/message_notify/MessageNotify.mdsp
new file mode 100644
index 0000000..d49a6a2
--- /dev/null
+++ b/message_notify/MessageNotify.mdsp
@@ -0,0 +1,101 @@
+[Project]
+name=MessageNotify
+type=2
+defaultConfig=0
+
+
+[Debug]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Debug
+outputFilesDirectory=Debug
+compilerPreprocessor=MESSAGENOTIFY_EXPORTS,_UNICODE,UNICODE
+extraCompilerOptions=
+compilerIncludeDirectory=..\..\include
+noWarning=0
+defaultWarning=0
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningsAsErrors=0
+debugType=1
+debugLevel=2
+exceptionEnabled=1
+runtimeTypeEnabled=1
+optimizeLevel=0
+
+// linker
+libraryPath=
+outputFilename=Debug\MessageNotify.dll
+libraries=unicows,comctl32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=0
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Release]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Release
+outputFilesDirectory=Release
+compilerPreprocessor=MESSAGENOTIFY_EXPORTS,_UNICODE,UNICODE
+extraCompilerOptions=
+compilerIncludeDirectory=..\..\include
+noWarning=0
+defaultWarning=0
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningAsErrors=0
+debugType=0
+debugLevel=1
+exceptionEnabled=1
+runtimeTypeEnabled=1
+optimizeLevel=2
+
+// linker
+libraryPath=
+outputFilename=Release\MessageNotify.dll
+libraries=unicows,comctl32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=messagenotify.cpp
+2=mywindowlist.cpp
+3=options.cpp
+4=popups.cpp
+[Header]
+1=common.h
+2=mywindowlist.h
+3=options.h
+4=popups.h
+5=resource.h
+[Resource]
+1=resource.rc
+[Other]
+[History]
+options.cpp,5183
+popups.cpp,6075
+common.h,643
+messagenotify.cpp,696