feat: expand cockpit integrations and support workflows

Add Phoenix remote desktop, action connector, documentation engine, and gamification support. Refactor support-case processing and search/action UI, and update installer assets and dependencies.
This commit is contained in:
Meik
2026-07-13 11:16:53 +02:00
parent bbedbf71c8
commit 0b52999b1d
303 changed files with 11235 additions and 3580 deletions

View File

@@ -25,6 +25,12 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)$(Platform)\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup>
<SetupF>Source\</SetupF>
<PublishF>Phoenix</PublishF>
<Publish>$(SetupF)$(PublishF)</Publish>
<DefineConstants>$(DefineConstants);Publish=$(Publish)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Content Include="CopySourceFiles.cmd" />
<Content Include="Img\Banner.bmp" />
@@ -49,6 +55,7 @@
<Folder Include="Source" />
</ItemGroup>
<ItemGroup>
<Compile Include="PhoenixFiles.wxs" />
<Compile Include="Product.wxs" />
<Compile Include="WixUI_Dialogs.wxs" />
</ItemGroup>
@@ -84,12 +91,10 @@ copy /Y "$(SolutionDir)NxServiceDeskStatusMonitor\bin\$(ConfigurationName)\Newto
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<Target Name="BeforeBuild">
<Message Text="Start creating Phoenix file list" Importance="high" />
<Exec Command="&quot;$(WiX)bin\heat.exe&quot; dir Source\Phoenix -cg PhoenixComponents -dr PHOENIX -var var.Publish -gg -sfrag -srd -out PhoenixFiles.wxs" ContinueOnError="false" WorkingDirectory="." />
</Target>
<Target Name="AfterBuild">
</Target>
</Project>