aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-25 23:59:51 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-25 23:59:51 -0400
commit049dca644d5df1fb2dfbc45c7bcc08cb528aa71d (patch)
tree88e71523a222403a85f46bef15f6f4e782aed6ff /MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj
parentec4bb53acbcd692ec678b1ab2efbc3a8c9af82c8 (diff)
add more to .net core solution
Diffstat (limited to 'MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj')
-rw-r--r--MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj9
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj b/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj
index e88d5e208..b0e943b6e 100644
--- a/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj
+++ b/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj
@@ -32,15 +32,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <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="System" />
<Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
@@ -96,9 +90,6 @@
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.