add Telerik dependencies

This commit is contained in:
2024-05-21 13:46:17 +02:00
parent 72087a9309
commit d5289ef212

View File

@@ -24,15 +24,11 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="$(AppLibPath)SM64RomManager*.dll"> <Reference Include="$(AppLibPath)SM64RomManager*.dll" Private="false" />
<Private>false</Private> <Reference Include="$(AppLibPath)SM64Lib*.dll" Private="false" />
</Reference> <Reference Include="$(AppLibPath)Telerik*.dll" Private="false" />
<Reference Include="$(AppLibPath)SM64Lib*.dll"> <Reference Include="$(AppLibPath)RadControlSpy.dll" Private="false" />
<Private>false</Private> <Reference Include="$(AppLibPath)Newtonsoft.Json.dll" Private="false" />
</Reference>
<Reference Include="$(AppLibPath)Newtonsoft.Json.dll">
<Private>false</Private>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>