Skip to content

Commit

Permalink
Don't include symbols in VSIX
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEyler committed Oct 10, 2015
1 parent 44d138a commit 8096235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CopyAsPathCommand/CopyAsPathCommand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 8096235

Please sign in to comment.