Adding basic display client connection.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{9EB62D86-3A4E-49BE-91A3-0F7E36BAB34F}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>NotificationTvServerPlugin</RootNamespace>
11 <AssemblyName>NotificationTvServerPlugin</AssemblyName>
12 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile />
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <Prefer32Bit>false</Prefer32Bit>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <Prefer32Bit>false</Prefer32Bit>
36 <Reference Include="Common.Utils, Version=1.12.100.0, Culture=neutral, processorArchitecture=MSIL">
37 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\Common.Utils.dll</HintPath>
38 <Private>True</Private>
40 <Reference Include="Gentle.Common, Version=1.5.0.29113, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL">
41 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\Gentle.Common.dll</HintPath>
42 <Private>True</Private>
44 <Reference Include="Gentle.Framework, Version=1.5.0.29113, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL">
45 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\Gentle.Framework.dll</HintPath>
46 <Private>True</Private>
48 <Reference Include="PluginBase, Version=1.12.100.0, Culture=neutral, processorArchitecture=MSIL">
49 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\PluginBase.dll</HintPath>
50 <Private>True</Private>
52 <Reference Include="SetupControls, Version=1.12.100.0, Culture=neutral, processorArchitecture=MSIL">
53 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\SetupControls.dll</HintPath>
54 <Private>True</Private>
56 <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
57 <HintPath>packages\SharpLibDisplay.0.1.2\lib\net40\SharpLibDisplay.dll</HintPath>
58 <Private>True</Private>
60 <Reference Include="System" />
61 <Reference Include="System.Core" />
62 <Reference Include="System.Drawing" />
63 <Reference Include="System.Windows.Forms" />
64 <Reference Include="System.Xml.Linq" />
65 <Reference Include="System.Data.DataSetExtensions" />
66 <Reference Include="Microsoft.CSharp" />
67 <Reference Include="System.Data" />
68 <Reference Include="System.Net.Http" />
69 <Reference Include="System.Xml" />
70 <Reference Include="TvBusinessLayer, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
71 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TvBusinessLayer.dll</HintPath>
72 <Private>True</Private>
74 <Reference Include="TvControl, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
75 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TvControl.dll</HintPath>
76 <Private>True</Private>
78 <Reference Include="TVDatabase, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
79 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TVDatabase.dll</HintPath>
80 <Private>True</Private>
82 <Reference Include="TvLibrary.Interfaces, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
83 <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TvLibrary.Interfaces.dll</HintPath>
84 <Private>True</Private>
88 <Compile Include="NotificationPlugin.cs" />
89 <Compile Include="Properties\AssemblyInfo.cs" />
90 <Compile Include="NotificationSetup.cs">
91 <SubType>UserControl</SubType>
93 <Compile Include="NotificationSetup.designer.cs">
94 <DependentUpon>NotificationSetup.cs</DependentUpon>
98 <None Include="packages.config" />
101 <EmbeddedResource Include="NotificationSetup.resx">
102 <DependentUpon>NotificationSetup.cs</DependentUpon>
105 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107 Other similar extension points exist, see Microsoft.Common.targets.
108 <Target Name="BeforeBuild">
110 <Target Name="AfterBuild">