Added default debug options to the VSIX project

This commit is contained in:
Rob Prouse 2015-09-25 15:30:25 -04:00
Родитель 44953bcee8
Коммит d510f83567
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -22,6 +22,9 @@
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<StartAction>Program</StartAction>
<StartProgram Condition="'$(StartProgram)'==''">$(DevEnvDir)\devenv.exe</StartProgram>
<StartArguments Condition="'$(StartArguments)'==''">/rootsuffix Exp</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>