diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:23:15 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:23:15 -0500 |
| commit | 5bb864a0c4e0d38db10a4c844a9ace1a46ac7b4b (patch) | |
| tree | bfd0234c751225f4778531723c23a2d2001170a1 /Emby.Server.Core/Emby.Server.Core.xproj | |
| parent | d55535fe43b99fe25fce0c2a035be849b920fbe9 (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.xproj | 7 |
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 |
