remove roku project
This commit is contained in:
parent
398d48e0a2
commit
c60018fb09
|
@ -1,70 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{65EA8AC3-7C44-43FF-9726-847A17DAFF63}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>MediaBrowser.RokuMetadata</RootNamespace>
|
||||
<AssemblyName>MediaBrowser.RokuMetadata</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\SharedVersion.cs">
|
||||
<Link>Properties\SharedVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="RokuBifScheduledTask.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
|
||||
<Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
|
||||
<Name>MediaBrowser.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
|
||||
<Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
|
||||
<Name>MediaBrowser.Controller</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
||||
<Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
|
||||
<Name>MediaBrowser.Model</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -1,31 +0,0 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("MediaBrowser.RokuMetadata")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("MediaBrowser.RokuMetadata")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("213031fd-f692-45b5-8a9d-f7114460b13c")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
|
@ -1,12 +0,0 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.RokuMetadata
|
||||
{
|
||||
public class RokuBifScheduledTask
|
||||
{
|
||||
}
|
||||
}
|
|
@ -83,10 +83,6 @@
|
|||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\MediaBrowser.RokuMetadata\MediaBrowser.RokuMetadata.csproj">
|
||||
<Project>{65ea8ac3-7c44-43ff-9726-847a17daff63}</Project>
|
||||
<Name>MediaBrowser.RokuMetadata</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj">
|
||||
<Project>{b90ab8f2-1bff-4568-a3fd-2a338a435a75}</Project>
|
||||
<Name>MediaBrowser.Server.Startup.Common</Name>
|
||||
|
|
|
@ -56,7 +56,6 @@ using MediaBrowser.Model.Updates;
|
|||
using MediaBrowser.Providers.Chapters;
|
||||
using MediaBrowser.Providers.Manager;
|
||||
using MediaBrowser.Providers.Subtitles;
|
||||
using MediaBrowser.RokuMetadata;
|
||||
using MediaBrowser.Server.Implementations;
|
||||
using MediaBrowser.Server.Implementations.Activity;
|
||||
using MediaBrowser.Server.Implementations.Channels;
|
||||
|
@ -962,9 +961,6 @@ namespace MediaBrowser.Server.Startup.Common
|
|||
// Xbmc
|
||||
list.Add(typeof(ArtistNfoProvider).Assembly);
|
||||
|
||||
// Roku
|
||||
list.Add(typeof(RokuBifScheduledTask).Assembly);
|
||||
|
||||
list.AddRange(NativeApp.GetAssembliesWithParts());
|
||||
|
||||
// Include composable parts in the running assembly
|
||||
|
|
|
@ -112,10 +112,6 @@
|
|||
<Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
|
||||
<Name>MediaBrowser.Providers</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MediaBrowser.RokuMetadata\MediaBrowser.RokuMetadata.csproj">
|
||||
<Project>{65ea8ac3-7c44-43ff-9726-847a17daff63}</Project>
|
||||
<Name>MediaBrowser.RokuMetadata</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
|
||||
<Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
|
||||
<Name>MediaBrowser.Server.Implementations</Name>
|
||||
|
|
|
@ -215,10 +215,6 @@
|
|||
<Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
|
||||
<Name>MediaBrowser.Providers</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MediaBrowser.RokuMetadata\MediaBrowser.RokuMetadata.csproj">
|
||||
<Project>{65ea8ac3-7c44-43ff-9726-847a17daff63}</Project>
|
||||
<Name>MediaBrowser.RokuMetadata</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
|
||||
<Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
|
||||
<Name>MediaBrowser.Server.Implementations</Name>
|
||||
|
|
|
@ -61,8 +61,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Server.Mono",
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Server.Startup.Common", "MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj", "{B90AB8F2-1BFF-4568-A3FD-2A338A435A75}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.RokuMetadata", "MediaBrowser.RokuMetadata\MediaBrowser.RokuMetadata.csproj", "{65EA8AC3-7C44-43FF-9726-847A17DAFF63}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -518,27 +516,6 @@ Global
|
|||
{B90AB8F2-1BFF-4568-A3FD-2A338A435A75}.Release|Win32.ActiveCfg = Release|Any CPU
|
||||
{B90AB8F2-1BFF-4568-A3FD-2A338A435A75}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{B90AB8F2-1BFF-4568-A3FD-2A338A435A75}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Debug|Win32.ActiveCfg = Debug|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release Mono|Any CPU.Build.0 = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release Mono|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release Mono|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release Mono|Win32.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release Mono|x64.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release Mono|x86.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release|Win32.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{65EA8AC3-7C44-43FF-9726-847A17DAFF63}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Loading…
Reference in New Issue
Block a user