docs: enable XML documentation generation and add initial documentation

Co-authored-by: andrew-welker <1765622+andrew-welker@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-22 15:44:52 +00:00
parent d282487da6
commit eeb0e84dc7
8 changed files with 33 additions and 13 deletions

View File

@@ -25,6 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineConstants>TRACE;SERIES4</DefineConstants>
<DocumentationFile>bin\$(Configuration)\epi-essentials-mobile-control.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="bin\**" />