@@ -45,10 +45,12 @@ Tested for compliance with AD FS, Azure AD and Azure AD B2C. Furthermore, the Da
4545  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.1|AnyCPU'" 
4646    <DebugType >pdbonly</DebugType >
4747    <DebugSymbols >true</DebugSymbols >
48-     <DocumentationFile >bin\Release\netcoreapp2.1\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
48+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
49+     <NoWarn >$(NoWarn);1591</NoWarn >
4950  </PropertyGroup >
5051  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.1|AnyCPU'" 
51-     <DocumentationFile >bin\Debug\netcoreapp2.1\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
52+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
53+     <NoWarn >$(NoWarn);1591</NoWarn >
5254  </PropertyGroup >
5355
5456  <ItemGroup  Condition ="  '$(TargetFramework)' == 'netcoreapp2.2'" 
@@ -64,10 +66,12 @@ Tested for compliance with AD FS, Azure AD and Azure AD B2C. Furthermore, the Da
6466  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.2|AnyCPU'" 
6567    <DebugType >pdbonly</DebugType >
6668    <DebugSymbols >true</DebugSymbols >
67-     <DocumentationFile >bin\Release\netcoreapp2.2\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
69+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
70+     <NoWarn >$(NoWarn);1591</NoWarn >
6871  </PropertyGroup >
6972  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.2|AnyCPU'" 
70-     <DocumentationFile >bin\Debug\netcoreapp2.2\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
73+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
74+     <NoWarn >$(NoWarn);1591</NoWarn >
7175  </PropertyGroup >
7276
7377  <ItemGroup  Condition ="  '$(TargetFramework)' == 'net472' " 
@@ -90,10 +94,12 @@ Tested for compliance with AD FS, Azure AD and Azure AD B2C. Furthermore, the Da
9094  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'" 
9195    <DebugType >pdbonly</DebugType >
9296    <DebugSymbols >true</DebugSymbols >
93-     <DocumentationFile >bin\Release\net472\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
97+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
98+     <NoWarn >$(NoWarn);1591</NoWarn >
9499  </PropertyGroup >
95100  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'" 
96-     <DocumentationFile >bin\Debug\net472\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
101+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
102+     <NoWarn >$(NoWarn);1591</NoWarn >
97103  </PropertyGroup >
98104
99105  <ItemGroup  Condition ="  '$(TargetFramework)' == 'net462' " 
@@ -117,9 +123,11 @@ Tested for compliance with AD FS, Azure AD and Azure AD B2C. Furthermore, the Da
117123  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'" 
118124    <DebugType >pdbonly</DebugType >
119125    <DebugSymbols >true</DebugSymbols >
120-     <DocumentationFile >bin\Release\net462\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
126+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
127+     <NoWarn >$(NoWarn);1591</NoWarn >
121128  </PropertyGroup >
122129  <PropertyGroup  Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'" 
123-     <DocumentationFile >bin\Debug\net462\ITfoxtec.Identity.Saml2.xml</DocumentationFile >
130+     <GenerateDocumentationFile >true</GenerateDocumentationFile >
131+     <NoWarn >$(NoWarn);1591</NoWarn >
124132  </PropertyGroup >
125133</Project >
0 commit comments