diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-31 03:47:34 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-31 03:47:34 -0400 |
| commit | 8b7a8ab3963b1a55bc194767cc834c8cf43836a7 (patch) | |
| tree | a4b27490f4d177090a79404ed89fd63b7fc77a76 /Emby.Drawing/Emby.Drawing.csproj | |
| parent | 9c813f9aedb3d4f20ff495fc23693591e7dda914 (diff) | |
make photos project portable
Diffstat (limited to 'Emby.Drawing/Emby.Drawing.csproj')
| -rw-r--r-- | Emby.Drawing/Emby.Drawing.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Drawing/Emby.Drawing.csproj b/Emby.Drawing/Emby.Drawing.csproj index 5c0870d3cd..a883d06495 100644 --- a/Emby.Drawing/Emby.Drawing.csproj +++ b/Emby.Drawing/Emby.Drawing.csproj @@ -44,8 +44,8 @@ <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> - <Reference Include="taglib-sharp"> - <HintPath>..\ThirdParty\taglib\taglib-sharp.dll</HintPath> + <Reference Include="TagLib.Portable"> + <HintPath>..\ThirdParty\taglib\TagLib.Portable.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> |
