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:
@@ -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=""$(WiX)bin\heat.exe" 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>
|
||||
Reference in New Issue
Block a user