diff options
Diffstat (limited to 'shhhonidle/shhhonidle.mdsp')
| -rw-r--r-- | shhhonidle/shhhonidle.mdsp | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/shhhonidle/shhhonidle.mdsp b/shhhonidle/shhhonidle.mdsp new file mode 100644 index 0000000..7ff6898 --- /dev/null +++ b/shhhonidle/shhhonidle.mdsp @@ -0,0 +1,96 @@ +[Project]
+name=shhhonidle
+type=2
+defaultConfig=0
+
+
+[Debug]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Debug
+outputFilesDirectory=Debug
+compilerPreprocessor=
+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\shhhonidle.dll
+libraries=
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=0
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Release]
+// compiler
+workingDirectory=
+arguments=
+intermediateFilesDirectory=Release
+outputFilesDirectory=Release
+compilerPreprocessor=
+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\shhhonidle.dll
+libraries=
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=options.c
+2=shhhonidle.c
+[Header]
+1=common.h
+2=options.h
+3=resource.h
+[Resource]
+1=resource.rc
+[Other]
+[History]
+common.h,129
+options.c,388
+shhhonidle.c,2450
|
