diff options
Diffstat (limited to 'src/WixToolset.Data/WixToolset.Data.csproj')
-rw-r--r-- | src/WixToolset.Data/WixToolset.Data.csproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/WixToolset.Data/WixToolset.Data.csproj b/src/WixToolset.Data/WixToolset.Data.csproj index 19310aea..24b0917b 100644 --- a/src/WixToolset.Data/WixToolset.Data.csproj +++ b/src/WixToolset.Data/WixToolset.Data.csproj | |||
@@ -6,10 +6,12 @@ | |||
6 | <TargetFrameworks>netstandard2.0</TargetFrameworks> | 6 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
7 | <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461;net472</TargetFrameworks> | 7 | <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461;net472</TargetFrameworks> |
8 | <LangVersion>7.3</LangVersion> | 8 | <LangVersion>7.3</LangVersion> |
9 | <Title>WiX Toolset Data</Title> | 9 | <Description>WiX Toolset Data</Description> |
10 | <Description></Description> | ||
11 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
12 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
12 | <CreateDocumentationFile>true</CreateDocumentationFile> | ||
13 | <!-- TODO: This shouldn't be ignored because this is public-facing --> | ||
14 | <NoWarn>CS1591</NoWarn> | ||
13 | </PropertyGroup> | 15 | </PropertyGroup> |
14 | 16 | ||
15 | <ItemGroup> | 17 | <ItemGroup> |