Fix a few authoring errors with VSIX

This commit is contained in:
Ryan Nowak 2018-02-26 09:38:34 -08:00
parent 9d21eda9c4
commit 7cc90e48c0
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<PropertyGroup> <PropertyGroup>
<!-- Following VS convention of using the VS release # as a convention for the vsix version. --> <!-- Following VS convention of using the VS release # as a convention for the vsix version. -->
<VsixVersion>15.7</VsixVersion> <VsixVersion>15.6</VsixVersion>
<VsixVersion Condition="'$(BuildNumber)'!=''">$(VsixVersion).$(BuildNumber)</VsixVersion> <VsixVersion Condition="'$(BuildNumber)'!=''">$(VsixVersion).$(BuildNumber)</VsixVersion>
<VsixVersion Condition="'$(BuildNumber)'==''">$(VsixVersion).999999</VsixVersion> <VsixVersion Condition="'$(BuildNumber)'==''">$(VsixVersion).999999</VsixVersion>
</PropertyGroup> </PropertyGroup>
@ -53,7 +53,7 @@
instance. instance.
--> -->
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer> <IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>fase</IncludeDebugSymbolsInVSIXContainer> <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment> <IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
<!-- <!--
Always include assemblies and symbols in the output directory. Always include assemblies and symbols in the output directory.