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:
Tu Dinh 2024-11-04 16:13:09 +01:00
parent c1ed446b08
commit ebfa83cca0
7 changed files with 13 additions and 22712 deletions

View File

@ -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.

File diff suppressed because it is too large Load Diff

View File

@ -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="&quot;$(TargetFrameworkSDKToolsDirectory)aximp.exe&quot; $(WinDir)\System32\mstscax.dll" WorkingDirectory="$(ProjectDir)RDP" />
</Target>
</Project>