NotificationTvServerPlugin.csproj
changeset 0 99720d48e299
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/NotificationTvServerPlugin.csproj	Tue Dec 08 13:52:15 2015 +0100
     1.3 @@ -0,0 +1,113 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
     1.7 +  <PropertyGroup>
     1.8 +    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     1.9 +    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    1.10 +    <ProjectGuid>{9EB62D86-3A4E-49BE-91A3-0F7E36BAB34F}</ProjectGuid>
    1.11 +    <OutputType>Library</OutputType>
    1.12 +    <AppDesignerFolder>Properties</AppDesignerFolder>
    1.13 +    <RootNamespace>NotificationTvServerPlugin</RootNamespace>
    1.14 +    <AssemblyName>NotificationTvServerPlugin</AssemblyName>
    1.15 +    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    1.16 +    <FileAlignment>512</FileAlignment>
    1.17 +    <TargetFrameworkProfile />
    1.18 +  </PropertyGroup>
    1.19 +  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.20 +    <DebugSymbols>true</DebugSymbols>
    1.21 +    <DebugType>full</DebugType>
    1.22 +    <Optimize>false</Optimize>
    1.23 +    <OutputPath>bin\Debug\</OutputPath>
    1.24 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.25 +    <ErrorReport>prompt</ErrorReport>
    1.26 +    <WarningLevel>4</WarningLevel>
    1.27 +    <Prefer32Bit>false</Prefer32Bit>
    1.28 +  </PropertyGroup>
    1.29 +  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    1.30 +    <DebugType>pdbonly</DebugType>
    1.31 +    <Optimize>true</Optimize>
    1.32 +    <OutputPath>bin\Release\</OutputPath>
    1.33 +    <DefineConstants>TRACE</DefineConstants>
    1.34 +    <ErrorReport>prompt</ErrorReport>
    1.35 +    <WarningLevel>4</WarningLevel>
    1.36 +    <Prefer32Bit>false</Prefer32Bit>
    1.37 +  </PropertyGroup>
    1.38 +  <ItemGroup>
    1.39 +    <Reference Include="Common.Utils, Version=1.12.100.0, Culture=neutral, processorArchitecture=MSIL">
    1.40 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\Common.Utils.dll</HintPath>
    1.41 +      <Private>True</Private>
    1.42 +    </Reference>
    1.43 +    <Reference Include="Gentle.Common, Version=1.5.0.29113, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL">
    1.44 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\Gentle.Common.dll</HintPath>
    1.45 +      <Private>True</Private>
    1.46 +    </Reference>
    1.47 +    <Reference Include="Gentle.Framework, Version=1.5.0.29113, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL">
    1.48 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\Gentle.Framework.dll</HintPath>
    1.49 +      <Private>True</Private>
    1.50 +    </Reference>
    1.51 +    <Reference Include="PluginBase, Version=1.12.100.0, Culture=neutral, processorArchitecture=MSIL">
    1.52 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\PluginBase.dll</HintPath>
    1.53 +      <Private>True</Private>
    1.54 +    </Reference>
    1.55 +    <Reference Include="SetupControls, Version=1.12.100.0, Culture=neutral, processorArchitecture=MSIL">
    1.56 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\SetupControls.dll</HintPath>
    1.57 +      <Private>True</Private>
    1.58 +    </Reference>
    1.59 +    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
    1.60 +      <HintPath>packages\SharpLibDisplay.0.1.2\lib\net40\SharpLibDisplay.dll</HintPath>
    1.61 +      <Private>True</Private>
    1.62 +    </Reference>
    1.63 +    <Reference Include="System" />
    1.64 +    <Reference Include="System.Core" />
    1.65 +    <Reference Include="System.Drawing" />
    1.66 +    <Reference Include="System.Windows.Forms" />
    1.67 +    <Reference Include="System.Xml.Linq" />
    1.68 +    <Reference Include="System.Data.DataSetExtensions" />
    1.69 +    <Reference Include="Microsoft.CSharp" />
    1.70 +    <Reference Include="System.Data" />
    1.71 +    <Reference Include="System.Net.Http" />
    1.72 +    <Reference Include="System.Xml" />
    1.73 +    <Reference Include="TvBusinessLayer, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
    1.74 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TvBusinessLayer.dll</HintPath>
    1.75 +      <Private>True</Private>
    1.76 +    </Reference>
    1.77 +    <Reference Include="TvControl, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
    1.78 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TvControl.dll</HintPath>
    1.79 +      <Private>True</Private>
    1.80 +    </Reference>
    1.81 +    <Reference Include="TVDatabase, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
    1.82 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TVDatabase.dll</HintPath>
    1.83 +      <Private>True</Private>
    1.84 +    </Reference>
    1.85 +    <Reference Include="TvLibrary.Interfaces, Version=1.12.100.0, Culture=neutral, processorArchitecture=x86">
    1.86 +      <HintPath>packages\MediaPortal.TvEngine3.Plugin.1.12.1\lib\net40\TvLibrary.Interfaces.dll</HintPath>
    1.87 +      <Private>True</Private>
    1.88 +    </Reference>
    1.89 +  </ItemGroup>
    1.90 +  <ItemGroup>
    1.91 +    <Compile Include="NotificationPlugin.cs" />
    1.92 +    <Compile Include="Properties\AssemblyInfo.cs" />
    1.93 +    <Compile Include="NotificationSetup.cs">
    1.94 +      <SubType>UserControl</SubType>
    1.95 +    </Compile>
    1.96 +    <Compile Include="NotificationSetup.designer.cs">
    1.97 +      <DependentUpon>NotificationSetup.cs</DependentUpon>
    1.98 +    </Compile>
    1.99 +  </ItemGroup>
   1.100 +  <ItemGroup>
   1.101 +    <None Include="packages.config" />
   1.102 +  </ItemGroup>
   1.103 +  <ItemGroup>
   1.104 +    <EmbeddedResource Include="NotificationSetup.resx">
   1.105 +      <DependentUpon>NotificationSetup.cs</DependentUpon>
   1.106 +    </EmbeddedResource>
   1.107 +  </ItemGroup>
   1.108 +  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   1.109 +  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   1.110 +       Other similar extension points exist, see Microsoft.Common.targets.
   1.111 +  <Target Name="BeforeBuild">
   1.112 +  </Target>
   1.113 +  <Target Name="AfterBuild">
   1.114 +  </Target>
   1.115 +  -->
   1.116 +</Project>
   1.117 \ No newline at end of file