Add <ProjectGuid> properties to all project files

This is required for SonarCloud analysis to run
This commit is contained in:
Mark Monteiro
2020-04-21 16:21:09 -04:00
parent 66364eba92
commit c5f163293f
26 changed files with 131 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>
<ProjectGuid>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<Authors>Jellyfin Contributors</Authors>
<PackageId>Jellyfin.Controller</PackageId>