Skip to content

Commit 9bad050

Browse files
committed
Include Flow.Launcher.Plguin xml document when debug
1 parent 47c4023 commit 9bad050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net5.0-windows</TargetFramework>
@@ -42,6 +42,7 @@
4242
<WarningLevel>4</WarningLevel>
4343
<PlatformTarget>AnyCPU</PlatformTarget>
4444
<Prefer32Bit>false</Prefer32Bit>
45+
<DocumentationFile>..\Output\Debug\Flow.Launcher.Plugin.xml</DocumentationFile>
4546
</PropertyGroup>
4647

4748
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">

0 commit comments

Comments
 (0)