mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
update .net core solution
This commit is contained in:
@@ -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>
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user