NotificationTvServerPlugin.csproj
author StephaneLenclud
Tue, 08 Dec 2015 13:52:15 +0100
changeset 0 99720d48e299
permissions -rw-r--r--
First contribution. Empty TV server plugin.
     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')" />
     4   <PropertyGroup>
     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 />
    15   </PropertyGroup>
    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>
    25   </PropertyGroup>
    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>
    34   </PropertyGroup>
    35   <ItemGroup>
    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>
    39     </Reference>
    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>
    43     </Reference>
    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>
    47     </Reference>
    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>
    51     </Reference>
    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>
    55     </Reference>
    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>
    59     </Reference>
    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>
    73     </Reference>
    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>
    77     </Reference>
    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>
    81     </Reference>
    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>
    85     </Reference>
    86   </ItemGroup>
    87   <ItemGroup>
    88     <Compile Include="NotificationPlugin.cs" />
    89     <Compile Include="Properties\AssemblyInfo.cs" />
    90     <Compile Include="NotificationSetup.cs">
    91       <SubType>UserControl</SubType>
    92     </Compile>
    93     <Compile Include="NotificationSetup.designer.cs">
    94       <DependentUpon>NotificationSetup.cs</DependentUpon>
    95     </Compile>
    96   </ItemGroup>
    97   <ItemGroup>
    98     <None Include="packages.config" />
    99   </ItemGroup>
   100   <ItemGroup>
   101     <EmbeddedResource Include="NotificationSetup.resx">
   102       <DependentUpon>NotificationSetup.cs</DependentUpon>
   103     </EmbeddedResource>
   104   </ItemGroup>
   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">
   109   </Target>
   110   <Target Name="AfterBuild">
   111   </Target>
   112   -->
   113 </Project>