diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-21 16:21:09 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-21 16:21:09 -0400 |
| commit | c5f163293fb29145245393b976f02aae53217944 (patch) | |
| tree | a0f9c0460ab851985d2d9dc48ef53086ae997d38 /Emby.Notifications | |
| parent | 66364eba922bd3e9c14fd5dde276928c1750f880 (diff) | |
Add <ProjectGuid> properties to all project files
This is required for SonarCloud analysis to run
Diffstat (limited to 'Emby.Notifications')
| -rw-r--r-- | Emby.Notifications/Emby.Notifications.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Notifications/Emby.Notifications.csproj b/Emby.Notifications/Emby.Notifications.csproj index e6bf785bf..1d430a5e5 100644 --- a/Emby.Notifications/Emby.Notifications.csproj +++ b/Emby.Notifications/Emby.Notifications.csproj @@ -1,5 +1,10 @@ <Project Sdk="Microsoft.NET.Sdk"> + <!-- ProjectGuid is only included as a requirement for SonarQube analysis --> + <PropertyGroup> + <ProjectGuid>{2E030C33-6923-4530-9E54-FA29FA6AD1A9}</ProjectGuid> + </PropertyGroup> + <PropertyGroup> <TargetFramework>netstandard2.1</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
