diff --git a/GNU.Gettext/GNU.Gettext.Msgfmt/GNU.Gettext.Msgfmt.csproj b/GNU.Gettext/GNU.Gettext.Msgfmt/GNU.Gettext.Msgfmt.csproj index 0be7a99..84cc659 100644 --- a/GNU.Gettext/GNU.Gettext.Msgfmt/GNU.Gettext.Msgfmt.csproj +++ b/GNU.Gettext/GNU.Gettext.Msgfmt/GNU.Gettext.Msgfmt.csproj @@ -11,14 +11,12 @@ GNU.Gettext.Msgfmt GNU.Gettext.Msgfmt 512 - v4.0 - true full false - ../../Bin/Debug + ..\..\Bin\Debug DEBUG;TRACE prompt 4 @@ -27,7 +25,7 @@ pdbonly true - ../../Bin/Release + ..\..\Bin\Release TRACE prompt 4 @@ -51,8 +49,5 @@ GNU.Gettext - - - \ No newline at end of file diff --git a/GNU.Gettext/GNU.Gettext.Test/Program.cs b/GNU.Gettext/GNU.Gettext.Test/Program.cs index 9f7783d..2e41290 100644 --- a/GNU.Gettext/GNU.Gettext.Test/Program.cs +++ b/GNU.Gettext/GNU.Gettext.Test/Program.cs @@ -16,7 +16,7 @@ namespace GNU.Gettext.Test SimpleTestRunner runner = new SimpleTestRunner(); if (runner.Load(package)) { - TestResult result = runner.Run(new NullListener()); + TestResult result = runner.Run(new NullListener(), TestFilter.Empty, true, LoggingThreshold.Debug); if (!result.IsSuccess) throw new Exception(result.Message); } diff --git a/GNU.Gettext/GNU.Gettext.Xgettext/GNU.Gettext.Xgettext.csproj b/GNU.Gettext/GNU.Gettext.Xgettext/GNU.Gettext.Xgettext.csproj index 1a0d462..3c473ab 100644 --- a/GNU.Gettext/GNU.Gettext.Xgettext/GNU.Gettext.Xgettext.csproj +++ b/GNU.Gettext/GNU.Gettext.Xgettext/GNU.Gettext.Xgettext.csproj @@ -9,14 +9,12 @@ Exe GNU.Gettext.Xgettext GNU.Gettext.Xgettext - v4.0 - true full false - ../../Bin/Debug + ..\..\Bin\Debug DEBUG;TRACE prompt 4 @@ -26,7 +24,7 @@ none false - ../../Bin/Release + ..\..\Bin\Release prompt 4 true @@ -52,7 +50,4 @@ GNU.Gettext - - - \ No newline at end of file