diff --git a/CSharpTranslator/antlr3/sampleconfigs/libomv.ini b/CSharpTranslator/antlr3/sampleconfigs/libomv.ini new file mode 100644 index 0000000..f1abf01 --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/libomv.ini @@ -0,0 +1,65 @@ +;; This Configuration file shows all user-settable configuration options for CS2J with their default values. +[General] + +; Debug / Verbosity flags +verbose = 0 +debug = 1 +debug-template-extraction = true + +; Control warnings +warnings = true +warnings-resolve-failures = false + +; Dump internal structures during translation +show-csharp = false +show-javasyntax = false +show-java = false +show-tokens = false + +; Preprocessor tokens +define = + +; Output enum list, parsed translation files +dump-enums = false +out-enum-dir = + +dump-xmls = true +out-xml-dir = /Users/keving/tmp/xml/libomv + +; Source and output for translation files and templates +cheat-dir = + +net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework +ex-net-templates-dir = + +app-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs +ex-app-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs/VisualParamGenerator/template.cs|/Users/keving/Projects/libomv-0.8.3-source/Programs/mapgenerator/template.cs + +cs-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs +ex-cs-dir = /Users/keving/Projects/libomv-0.8.3-source/Programs/VisualParamGenerator/template.cs|/Users/keving/Projects/libomv-0.8.3-source/Programs/mapgenerator/template.cs + +out-java-dir = /Users/keving/tmp/java/libomv/src + +; Enable Alternate Translation Templates +alt-translations = + +; Boolean flags +keep-parens = false +timestamp-files = false +blanket-throw = true +exception-is-throwable = false +make-javadoc-comments = true +make-java-naming-conventions = true + +; These are experimental settings. +; They may change (or disappear, or move to General section, or ....) in future releases +[Experimental] +enums-to-numeric-consts = false +unsigned-to-signed = false +unsigned-to-bigger-signed = false +transforms = false + +; These are internal settings used for development. +; You should not need (or want) to touch them. +[Internal] +isjavaish = false diff --git a/CSharpTranslator/antlr3/sampleconfigs/monodevelop.ini b/CSharpTranslator/antlr3/sampleconfigs/monodevelop.ini new file mode 100644 index 0000000..2010e52 --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/monodevelop.ini @@ -0,0 +1,65 @@ +;; This Configuration file shows all user-settable configuration options for CS2J with their default values. +[General] + +; Debug / Verbosity flags +verbose = 0 +debug = 1 +debug-template-extraction = true + +; Control warnings +warnings = true +warnings-resolve-failures = false + +; Dump internal structures during translation +show-csharp = false +show-javasyntax = false +show-java = false +show-tokens = false + +; Preprocessor tokens +define = + +; Output enum list, parsed translation files +dump-enums = false +out-enum-dir = + +dump-xmls = true +out-xml-dir = /Users/keving/tmp/xml/monodevelop + +; Source and output for translation files and templates +cheat-dir = + +net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework +ex-net-templates-dir = + +app-dir = /Users/keving/gitrepos/monodevelop +ex-app-dir = + +cs-dir = /Users/keving/gitrepos/monodevelop +ex-cs-dir = + +out-java-dir = /Users/keving/tmp/java/monodevelop/src + +; Enable Alternate Translation Templates +alt-translations = + +; Boolean flags +keep-parens = false +timestamp-files = false +blanket-throw = true +exception-is-throwable = false +make-javadoc-comments = true +make-java-naming-conventions = true + +; These are experimental settings. +; They may change (or disappear, or move to General section, or ....) in future releases +[Experimental] +enums-to-numeric-consts = false +unsigned-to-signed = false +unsigned-to-bigger-signed = false +transforms = false + +; These are internal settings used for development. +; You should not need (or want) to touch them. +[Internal] +isjavaish = false diff --git a/CSharpTranslator/antlr3/sampleconfigs/sestoft.ini b/CSharpTranslator/antlr3/sampleconfigs/sestoft.ini new file mode 100644 index 0000000..6164932 --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/sestoft.ini @@ -0,0 +1,65 @@ +;; This Configuration file shows all user-settable configuration options for CS2J with their default values. +[General] + +; Debug / Verbosity flags +verbose = 0 +debug = 1 +debug-template-extraction = true + +; Control warnings +warnings = true +warnings-resolve-failures = false + +; Dump internal structures during translation +show-csharp = false +show-javasyntax = false +show-java = false +show-tokens = false + +; Preprocessor tokens +define = + +; Output enum list, parsed translation files +dump-enums = false +out-enum-dir = + +dump-xmls = true +out-xml-dir = /Users/keving/tmp/xml/sestoft + +; Source and output for translation files and templates +cheat-dir = + +net-templates-dir = /Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/ +ex-net-templates-dir = + +app-dir = /Users/keving/Projects/Sestoft +ex-app-dir = + +cs-dir = /Users/keving/Projects/Sestoft +ex-cs-dir = + +out-java-dir = /Users/keving/tmp/java/sestoft/src + +; Enable Alternate Translation Templates +alt-translations = + +; Boolean flags +keep-parens = false +timestamp-files = false +blanket-throw = true +exception-is-throwable = false +make-javadoc-comments = true +make-java-naming-conventions = true + +; These are experimental settings. +; They may change (or disappear, or move to General section, or ....) in future releases +[Experimental] +enums-to-numeric-consts = false +unsigned-to-signed = false +unsigned-to-bigger-signed = false +transforms = true + +; These are internal settings used for development. +; You should not need (or want) to touch them. +[Internal] +isjavaish = false \ No newline at end of file diff --git a/CSharpTranslator/antlr3/sampleconfigs/winlibomv.ini b/CSharpTranslator/antlr3/sampleconfigs/winlibomv.ini new file mode 100644 index 0000000..0bed104 --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/winlibomv.ini @@ -0,0 +1,65 @@ +;; This Configuration file shows all user-settable configuration options for CS2J with their default values. +[General] + +; Debug / Verbosity flags +verbose = 0 +debug = 1 +debug-template-extraction = true + +; Control warnings +warnings = true +warnings-resolve-failures = false + +; Dump internal structures during translation +show-csharp = false +show-javasyntax = false +show-java = false +show-tokens = false + +; Preprocessor tokens +define = + +; Output enum list, parsed translation files +dump-enums = false +out-enum-dir = + +dump-xmls = true +out-xml-dir = Z:\keving\tmp\xml\libomv + +; Source and output for translation files and templates +cheat-dir = + +net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework +ex-net-templates-dir = + +app-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs +ex-app-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs\VisualParamGenerator\template.cs|Z:\keving\Projects\libomv-0.8.3-source\Programs\mapgenerator\template.cs + +cs-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs +ex-cs-dir = Z:\keving\Projects\libomv-0.8.3-source\Programs\VisualParamGenerator\template.cs|Z:\keving\Projects\libomv-0.8.3-source\Programs\mapgenerator\template.cs + +out-java-dir = Z:\keving\tmp\java\libomv\src + +; Enable Alternate Translation Templates +alt-translations = + +; Boolean flags +keep-parens = false +timestamp-files = false +blanket-throw = true +exception-is-throwable = false +make-javadoc-comments = true +make-java-naming-conventions = true + +; These are experimental settings. +; They may change (or disappear, or move to General section, or ....) in future releases +[Experimental] +enums-to-numeric-consts = false +unsigned-to-signed = false +unsigned-to-bigger-signed = false +transforms = false + +; These are internal settings used for development. +; You should not need (or want) to touch them. +[Internal] +isjavaish = false diff --git a/CSharpTranslator/antlr3/sampleconfigs/winmonodevelop.ini b/CSharpTranslator/antlr3/sampleconfigs/winmonodevelop.ini new file mode 100644 index 0000000..ddf72e5 --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/winmonodevelop.ini @@ -0,0 +1,65 @@ +;; This Configuration file shows all user-settable configuration options for CS2J with their default values. +[General] + +; Debug / Verbosity flags +verbose = 0 +debug = 1 +debug-template-extraction = true + +; Control warnings +warnings = true +warnings-resolve-failures = false + +; Dump internal structures during translation +show-csharp = false +show-javasyntax = false +show-java = false +show-tokens = false + +; Preprocessor tokens +define = + +; Output enum list, parsed translation files +dump-enums = false +out-enum-dir = + +dump-xmls = true +out-xml-dir = Z:\keving\tmp\xml\monodevelop + +; Source and output for translation files and templates +cheat-dir = + +net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework +ex-net-templates-dir = + +app-dir = Z:\keving\gitrepos\monodevelop +ex-app-dir = + +cs-dir = Z:\keving\gitrepos\monodevelop +ex-cs-dir = + +out-java-dir = Z:\keving\tmp\java\monodevelop\src + +; Enable Alternate Translation Templates +alt-translations = + +; Boolean flags +keep-parens = false +timestamp-files = false +blanket-throw = true +exception-is-throwable = false +make-javadoc-comments = true +make-java-naming-conventions = true + +; These are experimental settings. +; They may change (or disappear, or move to General section, or ....) in future releases +[Experimental] +enums-to-numeric-consts = false +unsigned-to-signed = false +unsigned-to-bigger-signed = false +transforms = false + +; These are internal settings used for development. +; You should not need (or want) to touch them. +[Internal] +isjavaish = false diff --git a/CSharpTranslator/antlr3/sampleconfigs/winsestoft.ini b/CSharpTranslator/antlr3/sampleconfigs/winsestoft.ini new file mode 100644 index 0000000..b72bfd2 --- /dev/null +++ b/CSharpTranslator/antlr3/sampleconfigs/winsestoft.ini @@ -0,0 +1,65 @@ +;; This Configuration file shows all user-settable configuration options for CS2J with their default values. +[General] + +; Debug / Verbosity flags +verbose = 0 +debug = 1 +debug-template-extraction = true + +; Control warnings +warnings = true +warnings-resolve-failures = false + +; Dump internal structures during translation +show-csharp = false +show-javasyntax = false +show-java = false +show-tokens = false + +; Preprocessor tokens +define = + +; Output enum list, parsed translation files +dump-enums = false +out-enum-dir = + +dump-xmls = true +out-xml-dir = Z:\keving\tmp\xml\sestoft + +; Source and output for translation files and templates +cheat-dir = + +net-templates-dir = Z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework\ +ex-net-templates-dir = + +app-dir = Z:\keving\Projects\Sestoft +ex-app-dir = + +cs-dir = Z:\keving\Projects\Sestoft +ex-cs-dir = + +out-java-dir = Z:\keving\tmp\java\sestoft\src + +; Enable Alternate Translation Templates +alt-translations = + +; Boolean flags +keep-parens = false +timestamp-files = false +blanket-throw = true +exception-is-throwable = false +make-javadoc-comments = true +make-java-naming-conventions = true + +; These are experimental settings. +; They may change (or disappear, or move to General section, or ....) in future releases +[Experimental] +enums-to-numeric-consts = false +unsigned-to-signed = false +unsigned-to-bigger-signed = false +transforms = true + +; These are internal settings used for development. +; You should not need (or want) to touch them. +[Internal] +isjavaish = false \ No newline at end of file