diff --git a/CSharpTranslator/antlr2/Translator/Translator.csproj b/CSharpTranslator/antlr2/Translator/Translator.csproj
index 341297b..7be52c9 100644
--- a/CSharpTranslator/antlr2/Translator/Translator.csproj
+++ b/CSharpTranslator/antlr2/Translator/Translator.csproj
@@ -93,15 +93,15 @@
CSharpLexer.cs;;CSharpLexerTokenTypes.cs
- -glib UnicodeLexerBase.g;CSharpLexerBase.g
+ -glib "UnicodeLexerBase.g;CSharpLexerBase.g"
CSharpPreprocessorLexer.cs;CSharpPreprocessTokenTypes.cs
- -glib UnicodeLexerBase.g;CSharpLexerBase.g
+ -glib "UnicodeLexerBase.g;CSharpLexerBase.g"
CSharpPreprocessorHooverLexer.cs;CSharpHooverTokenTypes.cs
- -glib UnicodeLexerBase.g;CSharpLexerBase.g
+ -glib "UnicodeLexerBase.g;CSharpLexerBase.g"
CSharpParser.cs;CSharpJavaTokenTypes.cs
@@ -143,4 +143,4 @@
CleanAntlrCode;$(CleanDependsOn)
-
\ No newline at end of file
+