From 9511762488519fdbcd4002e651e5f96fc41f3a35 Mon Sep 17 00:00:00 2001 From: JenneJ Date: Wed, 13 Jan 2016 12:14:12 +0100 Subject: [PATCH] jj - version 1.1.1.0 --- app/DpmaXmlParser/Config.vb | 2 +- app/DpmaXmlParser/My Project/AssemblyInfo.vb | 4 ++-- app/SetupWiX/Product.wxs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/DpmaXmlParser/Config.vb b/app/DpmaXmlParser/Config.vb index 1400e94..f780202 100644 --- a/app/DpmaXmlParser/Config.vb +++ b/app/DpmaXmlParser/Config.vb @@ -5,7 +5,7 @@ Public Class AppConfig Public Shared Function GetConfiguration() As ConfigValues - Dim appfile As String = My.Application.Info.DirectoryPath & "\" & My.Application.Info.Title & ".exe" + Dim appfile As String = My.Application.Info.DirectoryPath & "\" & My.Application.Info.ProductName & ".exe" Dim appconfig As Configuration = ConfigurationManager.OpenExeConfiguration(appfile) Dim appsettings As AppSettingsSection = appconfig.AppSettings Dim settings As KeyValueConfigurationCollection = appsettings.Settings diff --git a/app/DpmaXmlParser/My Project/AssemblyInfo.vb b/app/DpmaXmlParser/My Project/AssemblyInfo.vb index d2b3110..4ee273f 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 e3b4bc9..562af46 100644 --- a/app/SetupWiX/Product.wxs +++ b/app/SetupWiX/Product.wxs @@ -1,7 +1,7 @@ - +