aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-19 15:01:16 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-19 15:01:16 +0100
commitc5430f86b0b5863482e7c4f7e55a79c7d88c133b (patch)
treed502295f9f76ceff32a8a43eaf1e28b5dd037b04 /Jellyfin.Server
parent1e9402392781567ad73f0b1fae01c17989278ff6 (diff)
Fixed csproj and xml identation.
Diffstat (limited to 'Jellyfin.Server')
-rw-r--r--Jellyfin.Server/Jellyfin.Server.csproj50
1 files changed, 25 insertions, 25 deletions
diff --git a/Jellyfin.Server/Jellyfin.Server.csproj b/Jellyfin.Server/Jellyfin.Server.csproj
index 02d8ab731..f17e06e69 100644
--- a/Jellyfin.Server/Jellyfin.Server.csproj
+++ b/Jellyfin.Server/Jellyfin.Server.csproj
@@ -1,24 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <AssemblyName>jellyfin</AssemblyName>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
- </PropertyGroup>
-
- <PropertyGroup>
- <!-- We need C# 7.1 for async main-->
- <LangVersion>latest</LangVersion>
- </PropertyGroup>
-
- <ItemGroup>
- <Compile Include="..\SharedVersion.cs" />
- </ItemGroup>
-
- <ItemGroup>
- <EmbeddedResource Include="Resources/Configuration/*" />
- </ItemGroup>
+ <PropertyGroup>
+ <AssemblyName>jellyfin</AssemblyName>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <!-- We need C# 7.1 for async main-->
+ <LangVersion>latest</LangVersion>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Compile Include="..\SharedVersion.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <EmbeddedResource Include="Resources/Configuration/*" />
+ </ItemGroup>
<!-- Code analysers-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -41,11 +41,11 @@
<PackageReference Include="SQLitePCLRaw.provider.sqlite3.netstandard11" Version="1.1.12" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" />
- <ProjectReference Include="..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj" />
- <ProjectReference Include="..\Emby.IsoMounting\IsoMounter\IsoMounter.csproj" />
- <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" />
- </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" />
+ <ProjectReference Include="..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj" />
+ <ProjectReference Include="..\Emby.IsoMounting\IsoMounter\IsoMounter.csproj" />
+ <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" />
+ </ItemGroup>
</Project>