Emby.Server.Core.xproj 1.5 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. </PropertyGroup>
  7. <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
  8. <PropertyGroup Label="Globals">
  9. <ProjectGuid>65aa7d67-8059-40cd-91f1-16d02687226c</ProjectGuid>
  10. <RootNamespace>Emby.Server.Core</RootNamespace>
  11. <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
  12. <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup>
  16. <SchemaVersion>2.0</SchemaVersion>
  17. </PropertyGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" />
  20. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
  21. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
  22. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
  23. </ItemGroup>
  24. <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
  25. </Project>