update .net core solution

This commit is contained in:
Luke Pulverenti
2016-11-11 15:21:40 -05:00
parent 6ca0f49259
commit 47552145b6
5 changed files with 150 additions and 81 deletions

View File

@@ -19,6 +19,7 @@
<ProjectReference Include="..\..\BDInfo\BDInfo.csproj" />
<ProjectReference Include="..\..\DvdLib\DvdLib.csproj" />
<ProjectReference Include="..\..\Emby.Dlna\Emby.Dlna.csproj" />
<ProjectReference Include="..\..\Emby.Drawing\Emby.Drawing.csproj" />
<ProjectReference Include="..\..\Emby.Photos\Emby.Photos.csproj" />
<ProjectReference Include="..\..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Api\MediaBrowser.Api.csproj" />
@@ -33,6 +34,8 @@
<ProjectReference Include="..\..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" />
<ProjectReference Include="..\..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj" />
<ProjectReference Include="..\..\RSSDP\RSSDP.csproj" />
<ProjectReference Include="..\..\ServiceStack\ServiceStack.csproj" />
<ProjectReference Include="..\..\SocketHttpListener.Portable\SocketHttpListener.Portable.csproj" />
</ItemGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View File

@@ -27,6 +27,9 @@
"Emby.Dlna": {
"target": "project"
},
"Emby.Drawing": {
"target": "project"
},
"Emby.Photos": {
"target": "project"
},
@@ -68,6 +71,12 @@
},
"RSSDP": {
"target": "project"
},
"ServiceStack": {
"target": "project"
},
"SocketHttpListener.Portable": {
"target": "project"
}
}
}