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>
<ItemGroup>
<Reference Include="$(AppLibPath)SM64RomManager*.dll">
<Private>false</Private>
</Reference>
<Reference Include="$(AppLibPath)SM64Lib*.dll">
<Private>false</Private>
</Reference>
<Reference Include="$(AppLibPath)Newtonsoft.Json.dll">
<Private>false</Private>
</Reference>
<Reference Include="$(AppLibPath)SM64RomManager*.dll" Private="false" />
<Reference Include="$(AppLibPath)SM64Lib*.dll" Private="false" />
<Reference Include="$(AppLibPath)Telerik*.dll" Private="false" />
<Reference Include="$(AppLibPath)RadControlSpy.dll" Private="false" />
<Reference Include="$(AppLibPath)Newtonsoft.Json.dll" Private="false" />
</ItemGroup>
<ItemGroup>