MS
This commit is contained in:
@@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.9.9.20")>
|
||||
<Assembly: AssemblyVersion("2.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
|
||||
<Assembly: NeutralResourcesLanguageAttribute("")>
|
||||
12
Global_Indexer/My Project/Settings.Designer.vb
generated
12
Global_Indexer/My Project/Settings.Designer.vb
generated
@@ -162,6 +162,18 @@ Namespace My
|
||||
Me("REGEX_Replace") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("myFilename.pdf")> _
|
||||
Public Property FilenameTest() As String
|
||||
Get
|
||||
Return CType(Me("FilenameTest"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("FilenameTest") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
@@ -34,5 +34,8 @@
|
||||
<Setting Name="REGEX_Replace" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="FilenameTest" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">myFilename.pdf</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user