MS Verwise
This commit is contained in:
parent
c7efad48c8
commit
14acce81f8
@ -12,7 +12,7 @@
|
|||||||
<applicationSettings>
|
<applicationSettings>
|
||||||
<DD_ProcessManager.My.MySettings>
|
<DD_ProcessManager.My.MySettings>
|
||||||
<setting name="UseAppConfigConString" serializeAs="String">
|
<setting name="UseAppConfigConString" serializeAs="String">
|
||||||
<value>False</value>
|
<value>True</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="UserConfig_Prefix" serializeAs="String">
|
<setting name="UserConfig_Prefix" serializeAs="String">
|
||||||
<value>TEST</value>
|
<value>TEST</value>
|
||||||
@ -87,7 +87,9 @@
|
|||||||
</DevExpress.LookAndFeel.Design.AppSettings>
|
</DevExpress.LookAndFeel.Design.AppSettings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="DD_ProcessManager.My.MySettings.ConnectionString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd" providerName="System.Data.SqlClient" />
|
<add name="DD_ProcessManager.My.MySettings.ConnectionString"
|
||||||
|
connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd"
|
||||||
|
providerName="System.Data.SqlClient" />
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
|
|||||||
@ -160,7 +160,8 @@
|
|||||||
<Reference Include="DigitalData.Controls.SnapPanel">
|
<Reference Include="DigitalData.Controls.SnapPanel">
|
||||||
<HintPath>..\..\..\DDMonorepo\Controls.SnapPanel\bin\Debug\DigitalData.Controls.SnapPanel.dll</HintPath>
|
<HintPath>..\..\..\DDMonorepo\Controls.SnapPanel\bin\Debug\DigitalData.Controls.SnapPanel.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.GUIs.Common">
|
<Reference Include="DigitalData.GUIs.Common, Version=2.3.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\DDMonorepo\GUIs.Common\bin\Debug\DigitalData.GUIs.Common.dll</HintPath>
|
<HintPath>..\..\..\DDMonorepo\GUIs.Common\bin\Debug\DigitalData.GUIs.Common.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Base, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Base, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
|||||||
@ -291,7 +291,7 @@ Namespace My
|
|||||||
|
|
||||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
||||||
Public ReadOnly Property UseAppConfigConString() As Boolean
|
Public ReadOnly Property UseAppConfigConString() As Boolean
|
||||||
Get
|
Get
|
||||||
Return CType(Me("UseAppConfigConString"),Boolean)
|
Return CType(Me("UseAppConfigConString"),Boolean)
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
<Value Profile="(Default)">Normal</Value>
|
<Value Profile="(Default)">Normal</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="UseAppConfigConString" Type="System.Boolean" Scope="Application">
|
<Setting Name="UseAppConfigConString" Type="System.Boolean" Scope="Application">
|
||||||
<Value Profile="(Default)">False</Value>
|
<Value Profile="(Default)">True</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="UserConfig_Prefix" Type="System.String" Scope="Application">
|
<Setting Name="UserConfig_Prefix" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">TEST</Value>
|
<Value Profile="(Default)">TEST</Value>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user