chore: sync LIAM solution snapshot incl. diagnostics tooling
- update multiple LIAM projects and solution/config files - add LiamWorkflowDiagnostics app sources and generated outputs - include current workspace state (dependencies and build outputs)
This commit is contained in:
@@ -1,36 +1,36 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using C4IT.Configuration;
|
||||
using C4IT.Security;
|
||||
|
||||
namespace LiamTestTeams
|
||||
{
|
||||
public class cLiamTestTeamsConfig
|
||||
{
|
||||
public const string constRegPathConfig = @"Software\Consulting4IT GmbH\LIAM\LiamTestTeams";
|
||||
|
||||
[RegConfig]
|
||||
public string Tenant = "";
|
||||
|
||||
[RegConfig]
|
||||
public string ClientAppID = "";
|
||||
|
||||
[RegConfig]
|
||||
public string ClientSecret = "";
|
||||
|
||||
public void Save(string Property = null)
|
||||
{
|
||||
cConfigRegistryHelper.Save(constRegPathConfig, this, Property);
|
||||
}
|
||||
|
||||
public void Load()
|
||||
{
|
||||
cConfigRegistryHelper.Load(constRegPathConfig, this, true);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using C4IT.Configuration;
|
||||
using C4IT.Security;
|
||||
|
||||
namespace LiamTestTeams
|
||||
{
|
||||
public class cLiamTestTeamsConfig
|
||||
{
|
||||
public const string constRegPathConfig = @"Software\Consulting4IT GmbH\LIAM\LiamTestTeams";
|
||||
|
||||
[RegConfig]
|
||||
public string Tenant = "";
|
||||
|
||||
[RegConfig]
|
||||
public string ClientAppID = "";
|
||||
|
||||
[RegConfig]
|
||||
public string ClientSecret = "";
|
||||
|
||||
public void Save(string Property = null)
|
||||
{
|
||||
cConfigRegistryHelper.Save(constRegPathConfig, this, Property);
|
||||
}
|
||||
|
||||
public void Load()
|
||||
{
|
||||
cConfigRegistryHelper.Load(constRegPathConfig, this, true);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user