aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/Emby.Drawing.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-31 03:47:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-31 03:47:34 -0400
commit8b7a8ab3963b1a55bc194767cc834c8cf43836a7 (patch)
treea4b27490f4d177090a79404ed89fd63b7fc77a76 /Emby.Drawing/Emby.Drawing.csproj
parent9c813f9aedb3d4f20ff495fc23693591e7dda914 (diff)
make photos project portable
Diffstat (limited to 'Emby.Drawing/Emby.Drawing.csproj')
-rw-r--r--Emby.Drawing/Emby.Drawing.csproj4
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>