diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:45:51 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:45:51 +0100 |
| commit | 742bef5b5f916861920bf7522bc44960a8b4c686 (patch) | |
| tree | 620826595b5c05ba56c8d30922d79dca9dbcda9c /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | aacafee1de5003f0f9e7f01c5cc98fd111daafc5 (diff) | |
EditorConfig reformat: Non-CS files.
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index da3a4da07..dab328485 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -1,50 +1,50 @@ <Project Sdk="Microsoft.NET.Sdk"> - <ItemGroup> - <ProjectReference Include="..\Emby.Naming\Emby.Naming.csproj" /> - <ProjectReference Include="..\Emby.Notifications\Emby.Notifications.csproj" /> - <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> - <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> - <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" /> - <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" /> - <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" /> - <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" /> - <ProjectReference Include="..\SocketHttpListener\SocketHttpListener.csproj" /> - <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" /> - <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj" /> - <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj" /> - <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" /> - <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj" /> - <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" /> - <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" /> - <ProjectReference Include="..\Emby.XmlTv\Emby.XmlTv\Emby.XmlTv.csproj" /> - <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" /> - </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\Emby.Naming\Emby.Naming.csproj" /> + <ProjectReference Include="..\Emby.Notifications\Emby.Notifications.csproj" /> + <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> + <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> + <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" /> + <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" /> + <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" /> + <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" /> + <ProjectReference Include="..\SocketHttpListener\SocketHttpListener.csproj" /> + <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" /> + <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj" /> + <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj" /> + <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" /> + <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj" /> + <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" /> + <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" /> + <ProjectReference Include="..\Emby.XmlTv\Emby.XmlTv\Emby.XmlTv.csproj" /> + <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" /> + </ItemGroup> - <ItemGroup> - <PackageReference Include="ServiceStack.Text.Core" Version="5.4.0" /> - <PackageReference Include="sharpcompress" Version="0.22.0" /> - <PackageReference Include="SimpleInjector" Version="4.4.2" /> - <PackageReference Include="SQLitePCL.pretty.core" Version="1.1.8" /> - <PackageReference Include="SQLitePCLRaw.core" Version="1.1.11" /> - </ItemGroup> + <ItemGroup> + <PackageReference Include="ServiceStack.Text.Core" Version="5.4.0" /> + <PackageReference Include="sharpcompress" Version="0.22.0" /> + <PackageReference Include="SimpleInjector" Version="4.4.2" /> + <PackageReference Include="SQLitePCL.pretty.core" Version="1.1.8" /> + <PackageReference Include="SQLitePCLRaw.core" Version="1.1.11" /> + </ItemGroup> - <ItemGroup> - <Compile Include="..\SharedVersion.cs" /> - </ItemGroup> + <ItemGroup> + <Compile Include="..\SharedVersion.cs" /> + </ItemGroup> - <PropertyGroup> - <TargetFramework>netstandard2.0</TargetFramework> - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> - </PropertyGroup> + <PropertyGroup> + <TargetFramework>netstandard2.0</TargetFramework> + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> + </PropertyGroup> - <ItemGroup> - <EmbeddedResource Include="Localization\iso6392.txt" /> - <EmbeddedResource Include="Localization\countries.json" /> - <EmbeddedResource Include="Localization\Core\*.json" /> - <EmbeddedResource Include="TextEncoding\NLangDetect\Profiles\*" /> - <EmbeddedResource Include="TextEncoding\NLangDetect\Utils\messages.properties" /> - <EmbeddedResource Include="Localization\Ratings\*.txt" /> - </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\iso6392.txt" /> + <EmbeddedResource Include="Localization\countries.json" /> + <EmbeddedResource Include="Localization\Core\*.json" /> + <EmbeddedResource Include="TextEncoding\NLangDetect\Profiles\*" /> + <EmbeddedResource Include="TextEncoding\NLangDetect\Utils\messages.properties" /> + <EmbeddedResource Include="Localization\Ratings\*.txt" /> + </ItemGroup> </Project> |
