We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1f7efe + d675563 commit 92b8930Copy full SHA for 92b8930
src/WinUI.TableView.csproj
@@ -10,7 +10,6 @@
10
</TargetFrameworks>
11
<LangVersion>12</LangVersion>
12
<Nullable>enable</Nullable>
13
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
14
<IsAOTCompatible>true</IsAOTCompatible>
15
</PropertyGroup>
16
@@ -52,6 +51,7 @@
52
51
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
53
<PackageId>WinUI.TableView</PackageId>
54
<DebugType>portable</DebugType>
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
55
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
56
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
57
<EmbedUntrackedSources>true</EmbedUntrackedSources>
0 commit comments