Set Prefix to PROD
This commit is contained in:
parent
54f875af09
commit
ec0fbb3139
@ -23,7 +23,7 @@
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="UserConfig_Prefix" serializeAs="String">
|
||||
<value>DEV</value>
|
||||
<value>PROD</value>
|
||||
</setting>
|
||||
</DigitalData.GUIs.ZooFlow.Settings>
|
||||
<DevExpress.LookAndFeel.Design.AppSettings>
|
||||
|
||||
2
GUIs.ZooFlow/My Project/Settings.Designer.vb
generated
2
GUIs.ZooFlow/My Project/Settings.Designer.vb
generated
@ -98,7 +98,7 @@ Partial Friend NotInheritable Class Settings
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("DEV")> _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("PROD")> _
|
||||
Public ReadOnly Property UserConfig_Prefix() As String
|
||||
Get
|
||||
Return CType(Me("UserConfig_Prefix"),String)
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="UserConfig_Prefix" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">DEV</Value>
|
||||
<Value Profile="(Default)">PROD</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Loading…
x
Reference in New Issue
Block a user