Telerik DLL路径改为相对,DLL放到依赖库

This commit is contained in:
李伟
2026-04-14 09:00:12 +08:00
parent f22a4b74a1
commit 096d97c3e0
20 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -55,9 +55,9 @@
</ItemGroup> </ItemGroup>
<!-- Telerik UI for WPF 2024 Q1 - NetCore (v2024.1.408.310) --> <!-- Telerik UI for WPF -->
<PropertyGroup> <PropertyGroup>
<TelerikDir>C:\Program Files (x86)\Progress\Telerik UI for WPF 2024 Q1\Binaries\NetCore</TelerikDir> <TelerikDir>..\ExternalLibraries\Telerik</TelerikDir>
<BaseOutputPath>..\bin\</BaseOutputPath> <BaseOutputPath>..\bin\</BaseOutputPath>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>