Skip to content

Commit

Permalink
Add xml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jul 28, 2024
1 parent 4284fba commit 3913b4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LanguageCode.Models/LanguageCode.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Panlingo.LanguageCode.Models</AssemblyName>
<RootNamespace>Panlingo.LanguageCode.Models</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591,1573</NoWarn>
<DocumentationFile>..\Panlingo.LanguageCode.Models.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions src/LanguageCode/LanguageCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591,1573</NoWarn>
<DocumentationFile>..\Panlingo.LanguageCode.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\LanguageCode.Models\LanguageCode.Models.csproj" PrivateAssets="all" />
<ProjectReference Include="..\LanguageCode.SourceGenerator\LanguageCode.SourceGenerator.csproj" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
Expand Down

0 comments on commit 3913b4e

Please sign in to comment.