Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit d3b309d

Browse files
committed
Added IsProductComponent to .csproj
As it is apparently needed by VS2017 vsix packages.
1 parent c94818a commit d3b309d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ApplicationVersion>2.1.1.0</ApplicationVersion>
1414
<OutputPath>..\..\build\$(Configuration)\</OutputPath>
1515
<GenerateVsixV3>true</GenerateVsixV3>
16+
<IsProductComponent>true</IsProductComponent>
1617
</PropertyGroup>
1718
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1819
<PropertyGroup>

0 commit comments

Comments
 (0)