summaryrefslogtreecommitdiff
path: root/random_message_changer/rmc.mdsp
diff options
context:
space:
mode:
Diffstat (limited to 'random_message_changer/rmc.mdsp')
-rw-r--r--random_message_changer/rmc.mdsp96
1 files changed, 96 insertions, 0 deletions
diff --git a/random_message_changer/rmc.mdsp b/random_message_changer/rmc.mdsp
new file mode 100644
index 0000000..d3e332b
--- /dev/null
+++ b/random_message_changer/rmc.mdsp
@@ -0,0 +1,96 @@
+[Project]
+name=rmc
+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\rmc.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=0
+runtimeTypeEnabled=0
+optimizeLevel=3
+
+// linker
+libraryPath=
+outputFilename=Release\rmc.dll
+libraries=
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=main.cpp
+2=options.cpp
+[Header]
+1=common.h
+2=options.h
+3=resource.h
+[Resource]
+1=RMC_Dialog.rc
+[Other]
+[History]
+options.cpp,2533
+common.h,404
+main.cpp,666