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 /DvdLib | |
| parent | 66364eba922bd3e9c14fd5dde276928c1750f880 (diff) | |
Add <ProjectGuid> properties to all project files
This is required for SonarCloud analysis to run
Diffstat (limited to 'DvdLib')
| -rw-r--r-- | DvdLib/DvdLib.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DvdLib/DvdLib.csproj b/DvdLib/DvdLib.csproj index f4df6a9f5..72a50124b 100644 --- a/DvdLib/DvdLib.csproj +++ b/DvdLib/DvdLib.csproj @@ -1,5 +1,10 @@ <Project Sdk="Microsoft.NET.Sdk"> + <!-- ProjectGuid is only included as a requirement for SonarQube analysis --> + <PropertyGroup> + <ProjectGuid>{713F42B5-878E-499D-A878-E4C652B1D5E8}</ProjectGuid> + </PropertyGroup> + <ItemGroup> <Compile Include="..\SharedVersion.cs" /> </ItemGroup> |
