mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Bring back DLL dependencies instead of nupkg.
Update Report Viewer DLL dependencies to 12.0.2402.15. Generate MSTSC dependency at build time. Signed-off-by: Tu Dinh <ngoc-tu.dinh@vates.tech>
This commit is contained in:
parent
c1ed446b08
commit
ebfa83cca0
@ -90,8 +90,4 @@ internal partial class ThisAssembly
|
||||
<Codename>Medicine Hat</Codename>
|
||||
<Lab>xcpngcenter_main</Lab>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<RestoreSources>$(RestoreSources);../Packages;https://api.nuget.org/v3/index.json</RestoreSources>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
XenAdmin/ReportViewer/Microsoft.ReportViewer.Common.dll
Normal file
BIN
XenAdmin/ReportViewer/Microsoft.ReportViewer.Common.dll
Normal file
Binary file not shown.
BIN
XenAdmin/ReportViewer/Microsoft.ReportViewer.WinForms.DLL
Normal file
BIN
XenAdmin/ReportViewer/Microsoft.ReportViewer.WinForms.DLL
Normal file
Binary file not shown.
@ -15,11 +15,15 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MSTSCLib" Version="1.0.0" />
|
||||
<PackageReference Include="Microsoft.ReportViewer" Version="9.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="AxMSTSCLib">
|
||||
<HintPath>RDP\AxMSTSCLib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.ReportViewer.WinForms">
|
||||
<HintPath>ReportViewer\Microsoft.ReportViewer.WinForms.DLL</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MSTSCLib">
|
||||
<HintPath>RDP\MSTSCLib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Design" />
|
||||
<Reference Include="System.Management" />
|
||||
<Reference Include="System.Security" />
|
||||
@ -66,4 +70,8 @@
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command=""$(TargetFrameworkSDKToolsDirectory)aximp.exe" $(WinDir)\System32\mstscax.dll" WorkingDirectory="$(ProjectDir)RDP" />
|
||||
</Target>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user