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.Notifications | |
| parent | aacafee1de5003f0f9e7f01c5cc98fd111daafc5 (diff) | |
EditorConfig reformat: Non-CS files.
Diffstat (limited to 'Emby.Notifications')
| -rw-r--r-- | Emby.Notifications/Emby.Notifications.csproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Emby.Notifications/Emby.Notifications.csproj b/Emby.Notifications/Emby.Notifications.csproj index 5b5ae445e..58bb07ebd 100644 --- a/Emby.Notifications/Emby.Notifications.csproj +++ b/Emby.Notifications/Emby.Notifications.csproj @@ -1,18 +1,18 @@ <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <TargetFramework>netstandard2.0</TargetFramework> - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> - </PropertyGroup> + <PropertyGroup> + <TargetFramework>netstandard2.0</TargetFramework> + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> + </PropertyGroup> - <ItemGroup> - <Compile Include="..\SharedVersion.cs" Link="SharedVersion.cs" /> - </ItemGroup> + <ItemGroup> + <Compile Include="..\SharedVersion.cs" Link="SharedVersion.cs" /> + </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> - <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" /> - <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> - </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> + <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" /> + <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> + </ItemGroup> </Project> |
