summaryrefslogtreecommitdiff
path: root/gender/Gender.mdsp
diff options
context:
space:
mode:
Diffstat (limited to 'gender/Gender.mdsp')
-rw-r--r--gender/Gender.mdsp101
1 files changed, 101 insertions, 0 deletions
diff --git a/gender/Gender.mdsp b/gender/Gender.mdsp
new file mode 100644
index 0000000..34811ae
--- /dev/null
+++ b/gender/Gender.mdsp
@@ -0,0 +1,101 @@
+[Project]
+name=Gender
+type=2
+defaultConfig=1
+
+
+[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=4
+
+// linker
+libraryPath=
+outputFilename=Debug\Gender.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=1
+allWarning=1
+extraWarning=0
+isoWarning=0
+warningsAsErrors=0
+debugType=0
+debugLevel=1
+exceptionEnabled=1
+runtimeTypeEnabled=1
+optimizeLevel=4
+
+// linker
+libraryPath=
+outputFilename=Release\Gender.dll
+libraries=
+extraLinkerOptions=
+ignoreStartupFile=0
+ignoreDefaultLibs=0
+stripExecutableFile=1
+
+// archive
+extraArchiveOptions=
+
+//resource
+resourcePreprocessor=
+resourceIncludeDirectory=
+extraResourceOptions=
+
+[Source]
+1=main.cpp
+2=options.cpp
+[Header]
+1=commonheaders.h
+2=resource.h
+3=sdk\m_cluiframes.h
+4=sdk\m_metacontacts.h
+5=sdk\m_updater.h
+6=m_gender.h
+[Resource]
+1=gender.rc
+[Other]
+1=docs\gender-readme.txt
+2=docs\gender-translate.txt
+[History]
+options.cpp,3791
+docs\gender-readme.txt,905
+main.cpp,9679