提交 25c8ca31 编写于 作者: A Andy Gocke 提交者: GitHub

Fix the startup settings for Roslyn.csproj (#12034)

The old settings caused the project to be run but,
as a VSIX project, it could not be run. Instead, this
changes the project to start a new copy of devenv with
the VSIX in a new hive.
上级 d9fa3aad
......@@ -28,6 +28,11 @@
<SubType>Designer</SubType>
</None>
</ItemGroup>
<PropertyGroup>
<StartAction>Program</StartAction>
<StartProgram>$(DevEnvDir)devenv.exe</StartProgram>
<StartArguments>/rootsuffix RoslynDev /log</StartArguments>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Compilers\Extension\CompilerExtension.csproj">
<Project>{43026D51-3083-4850-928D-07E1883D5B1A}</Project>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册