Add UserConfig Prefix and Config Migration

This commit is contained in:
Jonathan Jenne
2020-12-17 16:55:17 +01:00
parent 82897a2f12
commit 651c5bc2d6
5 changed files with 40 additions and 8 deletions

View File

@@ -67,5 +67,8 @@
<Setting Name="UseAppConfigConString" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="UserConfig_Prefix" Type="System.String" Scope="Application">
<Value Profile="(Default)">TEST</Value>
</Setting>
</Settings>
</SettingsFile>