aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/Emby.Server.Core.xproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 00:23:15 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 00:23:15 -0500
commit5bb864a0c4e0d38db10a4c844a9ace1a46ac7b4b (patch)
treebfd0234c751225f4778531723c23a2d2001170a1 /Emby.Server.Core/Emby.Server.Core.xproj
parentd55535fe43b99fe25fce0c2a035be849b920fbe9 (diff)
move class to new core project
Diffstat (limited to 'Emby.Server.Core/Emby.Server.Core.xproj')
-rw-r--r--Emby.Server.Core/Emby.Server.Core.xproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/Emby.Server.Core/Emby.Server.Core.xproj b/Emby.Server.Core/Emby.Server.Core.xproj
index f7f252dfb..704e84d26 100644
--- a/Emby.Server.Core/Emby.Server.Core.xproj
+++ b/Emby.Server.Core/Emby.Server.Core.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>65aa7d67-8059-40cd-91f1-16d02687226c</ProjectGuid>
@@ -13,9 +12,11 @@
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
-
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
+ </ItemGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
-</Project>
+</Project> \ No newline at end of file