diff options
Diffstat (limited to 'justtabs/justtabs.mdsp')
-rw-r--r-- | justtabs/justtabs.mdsp | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/justtabs/justtabs.mdsp b/justtabs/justtabs.mdsp new file mode 100644 index 0000000..385f6bf --- /dev/null +++ b/justtabs/justtabs.mdsp @@ -0,0 +1,95 @@ +[Project]
+name=justtabs
+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\justtabs.dll
+libraries=gdi32, comctl32
+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=0
+runtimeTypeEnabled=0
+optimizeLevel=4
+
+// linker
+libraryPath=
+outputFilename=Release\justtabs.dll
+libraries=gdi32, comctl32
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=justtabs.cpp
+2=win.cpp
+3=options.cpp
+[Header]
+1=resource.h
+2=win.h
+3=options.h
+[Resource]
+1=resource.rc
+[Other]
+[History]
+justtabs.cpp,555
|