aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server/Emby.Server.xproj
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 /src/Emby.Server/Emby.Server.xproj
parentec4bb53acbcd692ec678b1ab2efbc3a8c9af82c8 (diff)
add more to .net core solution
Diffstat (limited to 'src/Emby.Server/Emby.Server.xproj')
-rw-r--r--src/Emby.Server/Emby.Server.xproj11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/Emby.Server/Emby.Server.xproj b/src/Emby.Server/Emby.Server.xproj
index ea5928ba7..f079b7bd7 100644
--- a/src/Emby.Server/Emby.Server.xproj
+++ b/src/Emby.Server/Emby.Server.xproj
@@ -4,7 +4,6 @@
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
-
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>ddaff431-0b3d-4857-8762-990a32dc8472</ProjectGuid>
@@ -13,9 +12,15 @@
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
-
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
+ <ProjectReference Include="..\..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
+ <ProjectReference Include="..\..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
+ <ProjectReference Include="..\..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" />
+ <ProjectReference Include="..\..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" />
+ </ItemGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
-</Project>
+</Project> \ No newline at end of file