initial
This commit is contained in:
137
LiamM42WebApi/LiamM42WebApi.csproj
Normal file
137
LiamM42WebApi/LiamM42WebApi.csproj
Normal file
@@ -0,0 +1,137 @@
|
||||
<?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>{007A69B8-3BEA-44F3-BD61-C5354C707F3A}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>C4IT.LIAM</RootNamespace>
|
||||
<AssemblyName>LiamM42WebApi</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>false</Deterministic>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<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>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_and_copy|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug %28Copy%29\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Matrix42.Common, Version=9.1.2.2773, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\_shared\Matrix42.Common.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Matrix42.Pandora.Contracts">
|
||||
<HintPath>..\_shared\Matrix42.Pandora.Contracts.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="netstandard" />
|
||||
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\_shared\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\_shared\System.Web.Http.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<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" />
|
||||
<Reference Include="update4u.SPS.DataLayer_alt">
|
||||
<HintPath>..\_shared\update4u.SPS.DataLayer_alt.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="update4u.SPS.Security">
|
||||
<HintPath>..\_shared\update4u.SPS.Security.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\SharedAssemblyInfo.cs">
|
||||
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="LiamM42WebApiController.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\LIAMActiveDirectory\LiamActiveDirectory.csproj">
|
||||
<Project>{aeca0ad2-8b91-4767-9afa-e160f6662dbe}</Project>
|
||||
<Name>LiamActiveDirectory</Name>
|
||||
<Private>True</Private>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\LiamBaseClasses\LiamBaseClasses.csproj">
|
||||
<Project>{3531c9e6-cf6e-458e-b604-4a5a8d1c7ab0}</Project>
|
||||
<Name>LiamBaseClasses</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\LiamHelper\LiamHelper.csproj">
|
||||
<Project>{6b0e73a6-f918-42d5-9525-d59d4d16283d}</Project>
|
||||
<Name>LiamHelper</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\LiamMsGraph\LiamMsGraph.csproj">
|
||||
<Project>{452827db-14ff-469e-af41-1a24e1875bda}</Project>
|
||||
<Name>LiamMsGraph</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" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="..\LiamMsTeams\bin\Debug\LiamMsTeams.dll">
|
||||
<Link>LiamMsTeams.dll</Link>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="AfterBuild">
|
||||
<Message Text="Copy provider libraries" Importance="high" />
|
||||
<!--<Exec Command="xcopy.exe /S ..\LiamMsTeams\bin\Debug\LiamMsTeams.dll bin\Debug" ContinueOnError="false" WorkingDirectory="." />-->
|
||||
<!--<Exec Command="xcopy.exe /S ..\LiamMsTeams\bin\Debug\LiamMsTeams.dll bin\Debug" ContinueOnError="false" WorkingDirectory="." />-->
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>IF $(ConfigurationName) == Debug_and_copy start XCOPY /Y /R "$(ProjectDir)$(OutDir)Liam*.dll" "\\srvwsm001.imagoverum.com\c$\Program Files (x86)\Matrix42\Matrix42 Workplace Management\svc\bin"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
10
LiamM42WebApi/LiamM42WebApi.csproj.vspscc
Normal file
10
LiamM42WebApi/LiamM42WebApi.csproj.vspscc
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
1743
LiamM42WebApi/LiamM42WebApiController.cs
Normal file
1743
LiamM42WebApi/LiamM42WebApiController.cs
Normal file
File diff suppressed because it is too large
Load Diff
35
LiamM42WebApi/ModuleInitializer.cs
Normal file
35
LiamM42WebApi/ModuleInitializer.cs
Normal file
@@ -0,0 +1,35 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Reflection;
|
||||
|
||||
using C4IT.Logging;
|
||||
using static C4IT.Logging.cLogManager;
|
||||
|
||||
namespace C4IT.LIAM
|
||||
{
|
||||
public static class ModuleInitializer
|
||||
{
|
||||
public static bool IsInitialized { get; private set; } = false;
|
||||
|
||||
public static void Initialize()
|
||||
{
|
||||
try
|
||||
{
|
||||
if (IsInitialized)
|
||||
return;
|
||||
|
||||
var Ass = Assembly.GetExecutingAssembly();
|
||||
var LM = cLogManagerFile.CreateInstance(LocalMachine: true, A: Ass);
|
||||
var CM = MethodBase.GetCurrentMethod();
|
||||
LogMethodBegin(CM);
|
||||
cLogManager.DefaultLogger.LogAssemblyInfo(Ass);
|
||||
IsInitialized = true;
|
||||
LogMethodEnd(CM);
|
||||
}
|
||||
catch { };
|
||||
}
|
||||
}
|
||||
}
|
||||
12
LiamM42WebApi/Properties/AssemblyInfo.cs
Normal file
12
LiamM42WebApi/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("LIAM WEB API library for M42")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
[assembly: Guid("007a69b8-3bea-44f3-bd61-c5354c707f3a")]
|
||||
|
||||
11
LiamM42WebApi/app.config
Normal file
11
LiamM42WebApi/app.config
Normal file
@@ -0,0 +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>
|
||||
BIN
LiamM42WebApi/bin/Debug/LiamActiveDirectory.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamActiveDirectory.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamActiveDirectory.pdb
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamActiveDirectory.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamBaseClasses.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamBaseClasses.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamBaseClasses.pdb
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamBaseClasses.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamHelper.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamHelper.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamHelper.pdb
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamHelper.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamM42WebApi.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamM42WebApi.dll
Normal file
Binary file not shown.
11
LiamM42WebApi/bin/Debug/LiamM42WebApi.dll.config
Normal file
11
LiamM42WebApi/bin/Debug/LiamM42WebApi.dll.config
Normal file
@@ -0,0 +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>
|
||||
BIN
LiamM42WebApi/bin/Debug/LiamM42WebApi.pdb
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamM42WebApi.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamMsGraph.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamMsGraph.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamMsGraph.pdb
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamMsGraph.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamMsTeams.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamMsTeams.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamMsTeams.pdb
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamMsTeams.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamNtfs.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamNtfs.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/LiamNtfs.pdb
Normal file
BIN
LiamM42WebApi/bin/Debug/LiamNtfs.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/Matrix42.Pandora.Contracts.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/Matrix42.Pandora.Contracts.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Debug/update4u.SPS.DataLayer_alt.dll
Normal file
BIN
LiamM42WebApi/bin/Debug/update4u.SPS.DataLayer_alt.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamActiveDirectory.dll
Normal file
BIN
LiamM42WebApi/bin/Release/LiamActiveDirectory.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamActiveDirectory.pdb
Normal file
BIN
LiamM42WebApi/bin/Release/LiamActiveDirectory.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamBaseClasses.dll
Normal file
BIN
LiamM42WebApi/bin/Release/LiamBaseClasses.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamBaseClasses.pdb
Normal file
BIN
LiamM42WebApi/bin/Release/LiamBaseClasses.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamHelper.dll
Normal file
BIN
LiamM42WebApi/bin/Release/LiamHelper.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamHelper.pdb
Normal file
BIN
LiamM42WebApi/bin/Release/LiamHelper.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamM42WebApi.dll
Normal file
BIN
LiamM42WebApi/bin/Release/LiamM42WebApi.dll
Normal file
Binary file not shown.
11
LiamM42WebApi/bin/Release/LiamM42WebApi.dll.config
Normal file
11
LiamM42WebApi/bin/Release/LiamM42WebApi.dll.config
Normal file
@@ -0,0 +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>
|
||||
BIN
LiamM42WebApi/bin/Release/LiamM42WebApi.pdb
Normal file
BIN
LiamM42WebApi/bin/Release/LiamM42WebApi.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamMsGraph.dll
Normal file
BIN
LiamM42WebApi/bin/Release/LiamMsGraph.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamMsGraph.pdb
Normal file
BIN
LiamM42WebApi/bin/Release/LiamMsGraph.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamMsTeams.dll
Normal file
BIN
LiamM42WebApi/bin/Release/LiamMsTeams.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamMsTeams.pdb
Normal file
BIN
LiamM42WebApi/bin/Release/LiamMsTeams.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamNtfs.dll
Normal file
BIN
LiamM42WebApi/bin/Release/LiamNtfs.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/LiamNtfs.pdb
Normal file
BIN
LiamM42WebApi/bin/Release/LiamNtfs.pdb
Normal file
Binary file not shown.
BIN
LiamM42WebApi/bin/Release/Matrix42.Pandora.Contracts.dll
Normal file
BIN
LiamM42WebApi/bin/Release/Matrix42.Pandora.Contracts.dll
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName = ".NET Framework 4.6.2")]
|
||||
@@ -0,0 +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")]
|
||||
Binary file not shown.
Binary file not shown.
0
LiamM42WebApi/obj/Debug/LiamM42W.B3EBEDDD.Up2Date
Normal file
0
LiamM42WebApi/obj/Debug/LiamM42W.B3EBEDDD.Up2Date
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f5dfee66911a4c37698e60caac083e9c30c09559ed235bcda6b9e03bd39a2f86
|
||||
@@ -0,0 +1,22 @@
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamMsTeams.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamM42WebApi.dll.config
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamM42WebApi.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamM42WebApi.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamActiveDirectory.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamBaseClasses.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamHelper.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamMsGraph.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamNtfs.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\Matrix42.Pandora.Contracts.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamActiveDirectory.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamBaseClasses.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamHelper.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamMsGraph.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamMsTeams.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\LiamNtfs.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug\LiamM42WebApi.csproj.AssemblyReference.cache
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug\LiamM42WebApi.csproj.CoreCompileInputs.cache
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug\LiamM42W.B3EBEDDD.Up2Date
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug\LiamM42WebApi.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug\LiamM42WebApi.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug\update4u.SPS.DataLayer_alt.dll
|
||||
BIN
LiamM42WebApi/obj/Debug/LiamM42WebApi.dll
Normal file
BIN
LiamM42WebApi/obj/Debug/LiamM42WebApi.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/obj/Debug/LiamM42WebApi.pdb
Normal file
BIN
LiamM42WebApi/obj/Debug/LiamM42WebApi.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName = ".NET Framework 4.6.2")]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f9fef7d038e1d09293b63f2e0dfb8c7dda6dfa130563306c1164fb043012f4a0
|
||||
@@ -0,0 +1,20 @@
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamMsTeams.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamM42WebApi.dll.config
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamM42WebApi.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamM42WebApi.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LIAMActiveDirectory.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamBaseClasses.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamHelper.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamMsGraph.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamNtfs.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LIAMActiveDirectory.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamBaseClasses.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamHelper.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamMsGraph.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamMsTeams.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Debug (Copy)\LiamNtfs.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug_and_copy\LiamM42WebApi.csproj.AssemblyReference.cache
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug_and_copy\LiamM42WebApi.csproj.CoreCompileInputs.cache
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug_and_copy\LiamM42W.B3EBEDDD.Up2Date
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug_and_copy\LiamM42WebApi.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Debug_and_copy\LiamM42WebApi.pdb
|
||||
BIN
LiamM42WebApi/obj/Debug_and_copy/LiamM42WebApi.dll
Normal file
BIN
LiamM42WebApi/obj/Debug_and_copy/LiamM42WebApi.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/obj/Debug_and_copy/LiamM42WebApi.pdb
Normal file
BIN
LiamM42WebApi/obj/Debug_and_copy/LiamM42WebApi.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName = ".NET Framework 4.6.2")]
|
||||
@@ -0,0 +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")]
|
||||
Binary file not shown.
0
LiamM42WebApi/obj/Release/LiamM42W.B3EBEDDD.Up2Date
Normal file
0
LiamM42WebApi/obj/Release/LiamM42W.B3EBEDDD.Up2Date
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a9694f33926d8747e9565cc49b3293570fc71a245c307cc124436d2d8ad62fb2
|
||||
@@ -0,0 +1,21 @@
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamMsTeams.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamM42WebApi.dll.config
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamM42WebApi.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamM42WebApi.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LIAMActiveDirectory.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamBaseClasses.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamHelper.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamMsGraph.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamNtfs.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LIAMActiveDirectory.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamBaseClasses.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamHelper.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamMsGraph.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamMsTeams.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\LiamNtfs.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Release\LiamM42WebApi.csproj.AssemblyReference.cache
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Release\LiamM42WebApi.csproj.CoreCompileInputs.cache
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Release\LiamM42W.B3EBEDDD.Up2Date
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Release\LiamM42WebApi.dll
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\obj\Release\LiamM42WebApi.pdb
|
||||
C:\Workspace\C4IT DEV LIAM WEB Service\LiamM42WebApi\bin\Release\Matrix42.Pandora.Contracts.dll
|
||||
BIN
LiamM42WebApi/obj/Release/LiamM42WebApi.dll
Normal file
BIN
LiamM42WebApi/obj/Release/LiamM42WebApi.dll
Normal file
Binary file not shown.
BIN
LiamM42WebApi/obj/Release/LiamM42WebApi.pdb
Normal file
BIN
LiamM42WebApi/obj/Release/LiamM42WebApi.pdb
Normal file
Binary file not shown.
Reference in New Issue
Block a user