MS Release CleanFileName

This commit is contained in:
2021-12-01 12:12:04 +01:00
parent ae5bc40f5f
commit 0f94cab4f1
88 changed files with 329 additions and 9548 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.4.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: AssemblyVersion("2.5.1.0")>
<Assembly: AssemblyFileVersion("2.5.1.0")>

View File

@@ -127,6 +127,15 @@ Namespace My
Return CType(Me("EmailAccountID"),Integer)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("EmailProfiler")> _
Public ReadOnly Property EmailProfilerPraefix() As String
Get
Return CType(Me("EmailProfilerPraefix"),String)
End Get
End Property
End Class
End Namespace

View File

@@ -31,5 +31,8 @@
<Setting Name="EmailAccountID" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">2</Value>
</Setting>
<Setting Name="EmailProfilerPraefix" Type="System.String" Scope="Application">
<Value Profile="(Default)">EmailProfiler</Value>
</Setting>
</Settings>
</SettingsFile>