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.
1 parent 47c4023 commit 9bad050Copy full SHA for 9bad050
Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net5.0-windows</TargetFramework>
@@ -42,6 +42,7 @@
42
<WarningLevel>4</WarningLevel>
43
<PlatformTarget>AnyCPU</PlatformTarget>
44
<Prefer32Bit>false</Prefer32Bit>
45
+ <DocumentationFile>..\Output\Debug\Flow.Launcher.Plugin.xml</DocumentationFile>
46
</PropertyGroup>
47
48
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
0 commit comments