diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 00:23:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 00:23:11 -0400 |
| commit | 078277ebc29bd749045e5d109024d9d08aa8edea (patch) | |
| tree | 9d47f711b41522ac0b58519cb3fa838f9d4f1fd7 /Emby.Drawing/Emby.Drawing.csproj | |
| parent | 8ad702060ea31a3862598056509a2597f6a2b639 (diff) | |
continue file system rework
Diffstat (limited to 'Emby.Drawing/Emby.Drawing.csproj')
| -rw-r--r-- | Emby.Drawing/Emby.Drawing.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Emby.Drawing/Emby.Drawing.csproj b/Emby.Drawing/Emby.Drawing.csproj index 800756ee9b..c93538d614 100644 --- a/Emby.Drawing/Emby.Drawing.csproj +++ b/Emby.Drawing/Emby.Drawing.csproj @@ -32,10 +32,17 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\packages\CommonIO.1.0.0.3\lib\net45\CommonIO.dll</HintPath> + </Reference> <Reference Include="ImageMagickSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\ImageMagickSharp.1.0.0.16\lib\net45\ImageMagickSharp.dll</HintPath> </Reference> + <Reference Include="Patterns.Logging"> + <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath> + </Reference> <Reference Include="policy.2.0.taglib-sharp"> <HintPath>..\packages\taglib.2.1.0.0\lib\policy.2.0.taglib-sharp.dll</HintPath> </Reference> |
