Fix a few authoring errors with VSIX
This commit is contained in:
parent
9d21eda9c4
commit
7cc90e48c0
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue