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:16:37 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 00:16:37 -0500
commitd55535fe43b99fe25fce0c2a035be849b920fbe9 (patch)
treed1393a156eaf384e5bba66fb877199e01d0e72d1 /Emby.Server.Core/Emby.Server.Core.xproj
parentfe3402153592307113dc6b082ae3961e0a088aad (diff)
add server core project
Diffstat (limited to 'Emby.Server.Core/Emby.Server.Core.xproj')
-rw-r--r--Emby.Server.Core/Emby.Server.Core.xproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/Emby.Server.Core/Emby.Server.Core.xproj b/Emby.Server.Core/Emby.Server.Core.xproj
new file mode 100644
index 000000000..f7f252dfb
--- /dev/null
+++ b/Emby.Server.Core/Emby.Server.Core.xproj
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <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>
+ <RootNamespace>Emby.Server.Core</RootNamespace>
+ <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
+ <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
+ <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <SchemaVersion>2.0</SchemaVersion>
+ </PropertyGroup>
+ <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
+</Project>