diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-02-27 07:32:36 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-02-27 07:32:36 +0100 |
| commit | 77addb22835478a32c1133cfd69ae0da2ec5edea (patch) | |
| tree | dbe33961dd1a2b911e992f698495df453b8285af /SocketHttpListener/SocketHttpListener.csproj | |
| parent | 848cfc32cc89327e16ff6ea281dc1d9b96cc4f7a (diff) | |
Remove SocketHttpListener
Diffstat (limited to 'SocketHttpListener/SocketHttpListener.csproj')
| -rw-r--r-- | SocketHttpListener/SocketHttpListener.csproj | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/SocketHttpListener/SocketHttpListener.csproj b/SocketHttpListener/SocketHttpListener.csproj deleted file mode 100644 index e700540a9..000000000 --- a/SocketHttpListener/SocketHttpListener.csproj +++ /dev/null @@ -1,18 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <ItemGroup> - <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> - <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> - </ItemGroup> - - <ItemGroup> - <Compile Include="..\SharedVersion.cs" /> - </ItemGroup> - - <PropertyGroup> - <TargetFramework>netstandard2.0</TargetFramework> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> - </PropertyGroup> - -</Project> |
