diff --git a/CSharpTranslator/antlr3/src/cs2j/CSharp/TranslationTemplate.cs b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs similarity index 95% rename from CSharpTranslator/antlr3/src/cs2j/CSharp/TranslationTemplate.cs rename to CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs index 6b171af..35536b6 100644 --- a/CSharpTranslator/antlr3/src/cs2j/CSharp/TranslationTemplate.cs +++ b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs @@ -261,13 +261,13 @@ namespace RusticiSoftware.Translator.CLR switch (reader.LocalName) { case "Class": - typeType = "RusticiSoftware.Translator.ClassRepTemplate"; + typeType = "RusticiSoftware.Translator.CLR.ClassRepTemplate"; break; case "Interface": - typeType = "RusticiSoftware.Translator.InterfaceRepTemplate"; + typeType = "RusticiSoftware.Translator.CLR.InterfaceRepTemplate"; break; case "Enum": - typeType = "RusticiSoftware.Translator.EnumRepTemplate"; + typeType = "RusticiSoftware.Translator.CLR.EnumRepTemplate"; break; default: typeType = "UnknownType";