add Telerik dependencies
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user