Prepare Data History Provider 2.7 integration update
- modularize Citrix and agent integrations and add remote desktop endpoints - extend ticket overview, ticket links, token validation, and staged relation handling - update configuration, licensing, project, signing, and publish artifacts
This commit is contained in:
@@ -149,6 +149,9 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\C4IT FASD\_Common\C4IT.F4SD.Base.Ticket.cs">
|
||||
<Link>Common\C4IT.F4SD.Base.Ticket.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\C4IT FASD\_Common\C4IT.F4SD.GlobalConfig.cs">
|
||||
<Link>Common\C4IT.F4SD.GlobalConfig.cs</Link>
|
||||
</Compile>
|
||||
@@ -254,9 +257,6 @@
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataHistoryCollectorActiveDirectory.cs">
|
||||
<Link>DataHistoryCollectorActiveDirectory.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataHistoryCollectorCitrix.cs">
|
||||
<Link>DataHistoryCollectorCitrix.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataHistoryCollectorClientAgent.cs">
|
||||
<Link>DataHistoryCollectorClientAgent.cs</Link>
|
||||
</Compile>
|
||||
@@ -275,9 +275,6 @@
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataHistoryConfigActiveDirectory.cs">
|
||||
<Link>DataHistoryConfigActiveDirectory.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataHistoryConfigCitrix.cs">
|
||||
<Link>DataHistoryConfigCitrix.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataHistoryConfigClientAgent.cs">
|
||||
<Link>DataHistoryConfigClientAgent.cs</Link>
|
||||
</Compile>
|
||||
@@ -302,6 +299,9 @@
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataHistorySqlHelper.cs">
|
||||
<Link>DataHistorySqlHelper.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataSources\IRemoteDesktopManager.cs">
|
||||
<Link>DataSources\IRemoteDesktopManager.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\DataSources\ISearchResultRelationProvider.cs">
|
||||
<Link>DataSources\ISearchResultRelationProvider.cs</Link>
|
||||
</Compile>
|
||||
@@ -314,6 +314,27 @@
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\IisConfigHelper.cs">
|
||||
<Link>IisConfigHelper.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Modules\Agent\AgentApiHandler.cs">
|
||||
<Link>Modules\Agent\AgentApiHandler.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Modules\Agent\AgentRemoteClientInfo.cs">
|
||||
<Link>Modules\Agent\AgentRemoteClientInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Modules\Agent\AgentRemoteConnectionInfo.cs">
|
||||
<Link>Modules\Agent\AgentRemoteConnectionInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Modules\Agent\AgentRemoteDesktopManager.cs">
|
||||
<Link>Modules\Agent\AgentRemoteDesktopManager.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Modules\Agent\DTOs\AgentLogonResultDto.cs">
|
||||
<Link>Modules\Agent\DTOs\AgentLogonResultDto.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Modules\Citrix\DataHistoryCollectorCitrix.cs">
|
||||
<Link>Modules\Citrix\DataHistoryCollectorCitrix.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Modules\Citrix\DataHistoryConfigCitrix.cs">
|
||||
<Link>Modules\Citrix\DataHistoryConfigCitrix.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\F4SD-Cockpit-ServerCore\Services\IStagedRelationService.cs">
|
||||
<Link>Services\IStagedRelationService.cs</Link>
|
||||
</Compile>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user