jj - version 1.1.1.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.1.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.1.0.0")>
|
||||
<Assembly: AssemblyVersion("1.1.1.0")>
|
||||
<Assembly: AssemblyFileVersion("1.1.1.0")>
|
||||
|
||||
Reference in New Issue
Block a user