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

Commit 60d1215

Browse files
committed
Remove StartAction from legacy VSIX project
GitHub.VisualStudio.Vsix.csproj should be used as the StartAction.
1 parent 8101bac commit 60d1215

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
<AppDesignerFolder>Properties</AppDesignerFolder>
2525
<RootNamespace>GitHub.VisualStudio</RootNamespace>
2626
<AssemblyName>GitHub.VisualStudio</AssemblyName>
27-
<StartAction>Program</StartAction>
28-
<StartProgram Condition=" '$(StartProgram)' == '' ">$(DevEnvDir)\devenv.exe</StartProgram>
29-
<StartArguments>/rootsuffix Exp</StartArguments>
3027
<LangVersion>7.3</LangVersion>
3128
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
3229
<ZipPackageCompressionLevel>Normal</ZipPackageCompressionLevel>

0 commit comments

Comments
 (0)