diff --git a/app/DpmaXmlParser/Main.vb b/app/DpmaXmlParser/Main.vb index fa5662c..74f2bd9 100644 --- a/app/DpmaXmlParser/Main.vb +++ b/app/DpmaXmlParser/Main.vb @@ -95,7 +95,7 @@ Module Main For Each m As Mark In marks - Console.WriteLine("Mark Verbal Element: {1}", m.MarkVerbalElementText) + logger.Debug("Mark Verbal Element: {0}", m.MarkVerbalElementText) Dim mainControlId As Integer diff --git a/app/DpmaXmlParser/My Project/AssemblyInfo.vb b/app/DpmaXmlParser/My Project/AssemblyInfo.vb index 4ee273f..c6ede1a 100644 --- a/app/DpmaXmlParser/My Project/AssemblyInfo.vb +++ b/app/DpmaXmlParser/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/app/SetupWiX/Product.wxs b/app/SetupWiX/Product.wxs index 562af46..53f6c3d 100644 --- a/app/SetupWiX/Product.wxs +++ b/app/SetupWiX/Product.wxs @@ -1,7 +1,7 @@ - +