ソースを参照

Remove unused files

David 4 年 前
コミット
f854a1ce1f

+ 0 - 30
.drone.yml

@@ -1,30 +0,0 @@
----
-kind: pipeline
-name: build-debug
-
-steps:
-- name: submodules
-  image: docker:git
-  commands:
-    - git submodule update --init --recursive
-
-- name: build
-  image: microsoft/dotnet:2-sdk
-  commands:
-    - dotnet publish "Jellyfin.Server" --configuration Debug --output "../ci/ci-debug"
-
----
-kind: pipeline
-name: build-release
-
-steps:
-- name: submodules
-  image: docker:git
-  commands:
-    - git submodule update --init --recursive
-
-- name: build
-  image: microsoft/dotnet:2-sdk
-  commands:
-    - dotnet publish "Jellyfin.Server" --configuration Release --output "../ci/ci-release"
-

+ 0 - 6
MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.nuget.targets

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Target Name="EmitMSBuildWarning" BeforeTargets="Build">
-    <Warning Text="Packages containing MSBuild targets and props files cannot be fully installed in projects targeting multiple frameworks. The MSBuild targets and props files have been ignored." />
-  </Target>
-</Project>

+ 0 - 35
MediaBrowser.sln.GhostDoc.xml

@@ -1,35 +0,0 @@
-<GhostDoc>
-  <SpellChecker>
-    <IncludeExtensions>
-    </IncludeExtensions>
-    <IgnoreExtensions>
-    </IgnoreExtensions>
-    <IgnoreFiles>
-    </IgnoreFiles>
-  </SpellChecker>
-  <HelpConfigurations selected="HelpFile">
-    <HelpConfiguration name="HelpFile">
-      <OutputPath>D:\Development\MediaBrowser\Help</OutputPath>
-      <ImageFolderPath />
-      <HtmlFormats>
-        <HtmlHelp>true</HtmlHelp>
-        <MSHelpViewer>false</MSHelpViewer>
-        <MSHelp2>false</MSHelp2>
-        <Website>false</Website>
-      </HtmlFormats>
-      <IncludeScopes>
-        <Public>true</Public>
-        <Internal>false</Internal>
-        <Protected>false</Protected>
-        <Private>false</Private>
-        <Inherited>true</Inherited>
-        <EnableTags>false</EnableTags>
-        <TagList />
-      </IncludeScopes>
-      <ResolveCrefLinks>true</ResolveCrefLinks>
-      <HeaderText />
-      <FooterText />
-      <SelectedProjects />
-    </HelpConfiguration>
-  </HelpConfigurations>
-</GhostDoc>

+ 0 - 6
hooks/pre_build

@@ -1,6 +0,0 @@
-#!/bin/bash
-git submodule update --init --recursive
-
-# Register qemu-*-static for all supported processors except the 
-# current one, but also remove all registered binfmt_misc before
-docker run --rm --privileged multiarch/qemu-user-static:register --reset