Skip to content

Commit dea6601

Browse files
committed
replace static reference dlls
1 parent b9e9500 commit dea6601

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LyricsDisplayerPlugin/LyricsDisplayerPlugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<StartupObject />
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="ATL">
43-
<HintPath>..\..\Sync\Sync\bin\Debug\Plugins\ATL.dll</HintPath>
42+
<Reference Include="ATL, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\..\Sync\OfficalPlugins\ExtraWorkspace\My_Sync_Plugin\packages\z440.atl.core.2.8.0\lib\net30\ATL.dll</HintPath>
4444
</Reference>
4545
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>

LyricsDisplayerPlugin/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<packages>
33
<package id="Microsoft.Packaging.Tools.Trimming" version="1.1.0-preview1-26619-01" targetFramework="net461" />
44
<package id="System.ValueTuple" version="4.5.0" targetFramework="net461" />
5+
<package id="z440.atl.core" version="2.8.0" targetFramework="net461" />
56
</packages>

0 commit comments

Comments
 (0)