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:
Meik
2026-02-27 09:12:34 +01:00
parent f563d78417
commit 3d4f60d83e
721 changed files with 936335 additions and 653393 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,122 +1,125 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5840BB2D-88BF-4E1C-8FF6-510305894B42}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LiamWorkflowActivities</RootNamespace>
<AssemblyName>LiamWorkflowActivities</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Matrix42.Common">
<HintPath>..\_shared\Matrix42.Common.dll</HintPath>
</Reference>
<Reference Include="Matrix42.Contracts.Platform">
<HintPath>..\_shared\Matrix42.Contracts.Platform.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.ServiceRepository.Contracts">
<HintPath>..\_shared\Matrix42.ServiceRepository.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.Workflows.Activities">
<HintPath>..\_shared\Matrix42.Workflows.Activities.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.Workflows.Activities.Common">
<HintPath>..\_shared\Matrix42.Workflows.Activities.Common.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.Workflows.Contracts">
<HintPath>..\_shared\Matrix42.Workflows.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\_shared\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Activities" />
<Reference Include="System.Core" />
<Reference Include="System.Json, Version=2.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\_shared\System.Json.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="C4IT.LIAM.WorkflowactivityBase.cs" />
<Compile Include="C4IT.LIAM.WorkflowActivities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LIAMActiveDirectory\LiamActiveDirectory.csproj">
<Project>{aeca0ad2-8b91-4767-9afa-e160f6662dbe}</Project>
<Name>LiamActiveDirectory</Name>
</ProjectReference>
<ProjectReference Include="..\LiamBaseClasses\LiamBaseClasses.csproj">
<Project>{3531c9e6-cf6e-458e-b604-4a5a8d1c7ab0}</Project>
<Name>LiamBaseClasses</Name>
</ProjectReference>
<ProjectReference Include="..\LiamExchange\LiamExchange.csproj">
<Project>{12586a29-bb1e-49b4-b971-88e520d6a77c}</Project>
<Name>LiamExchange</Name>
</ProjectReference>
<ProjectReference Include="..\LiamHelper\LiamHelper.csproj">
<Project>{6b0e73a6-f918-42d5-9525-d59d4d16283d}</Project>
<Name>LiamHelper</Name>
</ProjectReference>
<ProjectReference Include="..\LiamM42WebApi\LiamM42WebApi.csproj">
<Project>{007a69b8-3bea-44f3-bd61-c5354c707f3a}</Project>
<Name>LiamM42WebApi</Name>
</ProjectReference>
<ProjectReference Include="..\LiamMsTeams\LiamMsTeams.csproj">
<Project>{dacbd3dc-1866-4b39-964a-d2a8dea2774c}</Project>
<Name>LiamMsTeams</Name>
</ProjectReference>
<ProjectReference Include="..\LiamNtfs\LiamNtfs.csproj">
<Project>{7f3085f7-1b7a-4db2-b66f-1b69ccb0002f}</Project>
<Name>LiamNtfs</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="SignSourceFiles.cmd" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5840BB2D-88BF-4E1C-8FF6-510305894B42}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LiamWorkflowActivities</RootNamespace>
<AssemblyName>LiamWorkflowActivities</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Matrix42.Common">
<HintPath>..\_shared\Matrix42.Common.dll</HintPath>
</Reference>
<Reference Include="Matrix42.Contracts.Platform">
<HintPath>..\_shared\Matrix42.Contracts.Platform.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.ServiceRepository.Contracts">
<HintPath>..\_shared\Matrix42.ServiceRepository.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.Workflows.Activities">
<HintPath>..\_shared\Matrix42.Workflows.Activities.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.Workflows.Activities.Common">
<HintPath>..\_shared\Matrix42.Workflows.Activities.Common.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Matrix42.Workflows.Contracts">
<HintPath>..\_shared\Matrix42.Workflows.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\_shared\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Activities" />
<Reference Include="System.Core" />
<Reference Include="System.Json, Version=2.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\_shared\System.Json.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="C4IT.LIAM.WorkflowactivityBase.cs" />
<Compile Include="C4IT.LIAM.WorkflowActivities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LIAMActiveDirectory\LiamActiveDirectory.csproj">
<Project>{aeca0ad2-8b91-4767-9afa-e160f6662dbe}</Project>
<Name>LiamActiveDirectory</Name>
</ProjectReference>
<ProjectReference Include="..\LiamBaseClasses\LiamBaseClasses.csproj">
<Project>{3531c9e6-cf6e-458e-b604-4a5a8d1c7ab0}</Project>
<Name>LiamBaseClasses</Name>
</ProjectReference>
<ProjectReference Include="..\LiamExchange\LiamExchange.csproj">
<Project>{12586a29-bb1e-49b4-b971-88e520d6a77c}</Project>
<Name>LiamExchange</Name>
</ProjectReference>
<ProjectReference Include="..\LiamHelper\LiamHelper.csproj">
<Project>{6b0e73a6-f918-42d5-9525-d59d4d16283d}</Project>
<Name>LiamHelper</Name>
</ProjectReference>
<ProjectReference Include="..\LiamM42WebApi\LiamM42WebApi.csproj">
<Project>{007a69b8-3bea-44f3-bd61-c5354c707f3a}</Project>
<Name>LiamM42WebApi</Name>
</ProjectReference>
<ProjectReference Include="..\LiamMsTeams\LiamMsTeams.csproj">
<Project>{dacbd3dc-1866-4b39-964a-d2a8dea2774c}</Project>
<Name>LiamMsTeams</Name>
</ProjectReference>
<ProjectReference Include="..\LiamNtfs\LiamNtfs.csproj">
<Project>{7f3085f7-1b7a-4db2-b66f-1b69ccb0002f}</Project>
<Name>LiamNtfs</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="SignSourceFiles.cmd" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@@ -1,10 +1,10 @@
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}

View File

@@ -1,36 +1,19 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("LiamWorkflowActivities")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LiamWorkflowActivities")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
[assembly: ComVisible(false)]
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
[assembly: Guid("5840bb2d-88bf-4e1c-8ff6-510305894b42")]
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
//
// Hauptversion
// Nebenversion
// Buildnummer
// Revision
//
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("Liam Workflow Activities")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
[assembly: ComVisible(false)]
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
[assembly: Guid("5840bb2d-88bf-4e1c-8ff6-510305894b42")]

View File

@@ -1,18 +1,18 @@
@echo off
setlocal EnableDelayedExpansion
set "ProductName=C4IT Light Identity Access Management"
set "SignTool=..\..\Common Code\Tools\signtool.exe"
set "TimeStamp=http://rfc3161timestamp.globalsign.com/advanced"
REM Alle passenden Dateien in einer Variablen sammeln
set "FileList="
for %%F in (".\bin\Release\Liam*.dll") do (
set "FileList=!FileList! "%%F""
)
REM SignTool mit allen gesammelten Dateien aufrufen
echo Signing all matching files at once...
call "%SignTool%" sign /a /tr %TimeStamp% /td SHA256 /fd SHA256 /d "%ProductName%" !FileList!
pause
@echo off
setlocal EnableDelayedExpansion
set "ProductName=C4IT Light Identity Access Management"
set "SignTool=..\..\Common Code\Tools\signtool.exe"
set "TimeStamp=http://rfc3161timestamp.globalsign.com/advanced"
REM Alle passenden Dateien in einer Variablen sammeln
set "FileList="
for %%F in (".\bin\Release\Liam*.dll") do (
set "FileList=!FileList! "%%F""
)
REM SignTool mit allen gesammelten Dateien aufrufen
echo Signing all matching files at once...
call "%SignTool%" sign /a /tr %TimeStamp% /td SHA256 /fd SHA256 /d "%ProductName%" !FileList!
pause

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@@ -1,4 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -1 +1 @@
2625deb3ca15c47877a1c6259d5418e32d6d8ad7d5f40c7192a2b56772b1e824
c0ef1b558fa0e71322b1813fc38055716c394b828411de8639cd8712f0363a47

View File

@@ -1,30 +1,62 @@
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamMsTeams.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamWorkflowActivities.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamWorkflowActivities.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamActiveDirectory.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamBaseClasses.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamExchange.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamHelper.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamM42WebApi.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamNtfs.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\Matrix42.Common.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\Newtonsoft.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\System.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\Matrix42.Pandora.Contracts.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamMsGraph.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamActiveDirectory.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamBaseClasses.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamExchange.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamExchange.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamHelper.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamM42WebApi.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamM42WebApi.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamMsTeams.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamNtfs.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Debug\LiamMsGraph.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Debug\LiamWorkflowActivities.csproj.AssemblyReference.cache
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Debug\LiamWorkflowActivities.csproj.CoreCompileInputs.cache
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Debug\LiamWork.B15E42A9.Up2Date
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Debug\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Debug\LiamWorkflowActivities.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamMsTeams.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamWorkflowActivities.dll.config
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamWorkflowActivities.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamWorkflowActivities.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamActiveDirectory.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamBaseClasses.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamExchange.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamHelper.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamM42WebApi.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamNtfs.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/Matrix42.Common.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/Newtonsoft.Json.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/System.Json.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/Matrix42.Pandora.Contracts.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamMsGraph.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamActiveDirectory.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamBaseClasses.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamExchange.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamExchange.dll.config
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamHelper.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamM42WebApi.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamM42WebApi.dll.config
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamMsTeams.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamNtfs.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/bin/Debug/LiamMsGraph.pdb
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.csproj.AssemblyReference.cache
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.csproj.CoreCompileInputs.cache
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/obj/Debug/LiamWork.B15E42A9.Up2Date
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.dll
C:/Workspace/C4IT DEV LIAM WEB Service/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamMsTeams.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamWorkflowActivities.dll.config
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamWorkflowActivities.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamWorkflowActivities.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamActiveDirectory.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamBaseClasses.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamExchange.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamHelper.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamM42WebApi.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamNtfs.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/Matrix42.Common.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/Newtonsoft.Json.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/System.Json.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/Matrix42.Pandora.Contracts.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamMsGraph.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamActiveDirectory.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamBaseClasses.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamExchange.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamExchange.dll.config
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamHelper.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamM42WebApi.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamM42WebApi.dll.config
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamMsTeams.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamNtfs.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/bin/Debug/LiamMsGraph.pdb
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.csproj.AssemblyReference.cache
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.csproj.CoreCompileInputs.cache
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/obj/Debug/LiamWork.B15E42A9.Up2Date
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.dll
C:/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.pdb
/mnt/c/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.dll
/mnt/c/Workspace/C4IT DEV LIAM WEB Service_git/LiamWorkflowActivities/obj/Debug/LiamWorkflowActivities.pdb

View File

@@ -1,4 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@@ -1 +1 @@
1002a2d972bbe4d37dd50f35d332f3052e633e9b7d48b346eb930ec33414e9e1
927038e046909c44879a7f492f2200df95aa50371b4d87e6abac9b101ce4b136

View File

@@ -1,30 +1,60 @@
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LIAMActiveDirectory.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamBaseClasses.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamHelper.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsTeams.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamNtfs.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\Matrix42.Common.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\Newtonsoft.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\System.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsGraph.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LIAMActiveDirectory.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamBaseClasses.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamHelper.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsTeams.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamNtfs.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsGraph.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.csproj.AssemblyReference.cache
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.csproj.CoreCompileInputs.cache
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWork.B15E42A9.Up2Date
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamM42WebApi.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamM42WebApi.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamM42WebApi.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamExchange.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\Matrix42.Pandora.Contracts.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamExchange.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamExchange.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LIAMActiveDirectory.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamBaseClasses.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamHelper.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsTeams.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamNtfs.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\Matrix42.Common.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\Newtonsoft.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\System.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsGraph.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LIAMActiveDirectory.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamBaseClasses.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamHelper.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsTeams.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamNtfs.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamMsGraph.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.csproj.AssemblyReference.cache
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.csproj.CoreCompileInputs.cache
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWork.B15E42A9.Up2Date
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamM42WebApi.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamM42WebApi.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamM42WebApi.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamExchange.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\Matrix42.Pandora.Contracts.dll
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamExchange.pdb
C:\Workspace\C4IT DEV LIAM WEB Service\LiamWorkflowActivities\bin\Release\LiamExchange.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.csproj.AssemblyReference.cache
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.csproj.CoreCompileInputs.cache
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\obj\Release\LiamWorkflowActivities.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamMsTeams.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamWorkflowActivities.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamActiveDirectory.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamBaseClasses.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamExchange.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamHelper.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamM42WebApi.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamNtfs.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\Matrix42.Common.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\Newtonsoft.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\System.Json.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\Matrix42.Pandora.Contracts.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamMsGraph.dll
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamActiveDirectory.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamBaseClasses.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamExchange.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamExchange.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamHelper.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamM42WebApi.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamM42WebApi.dll.config
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamMsTeams.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamNtfs.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\bin\Release\LiamMsGraph.pdb
C:\Workspace\C4IT DEV LIAM WEB Service_git\LiamWorkflowActivities\obj\Release\LiamWork.B15E42A9.Up2Date