File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
DocumentationAnalyzers/DocumentationAnalyzers.Vsix Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <PropertyGroup >
12- <GeneratePkgDefFile >false </GeneratePkgDefFile >
12+ <GeneratePkgDefFile >true </GeneratePkgDefFile >
1313 <IncludeAssemblyInVSIXContainer >false</IncludeAssemblyInVSIXContainer >
1414 <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
1515 <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
16- <CopyBuildOutputToOutputDirectory >false </CopyBuildOutputToOutputDirectory >
16+ <CopyBuildOutputToOutputDirectory >true </CopyBuildOutputToOutputDirectory >
1717 <CopyOutputSymbolsToOutputDirectory >false</CopyOutputSymbolsToOutputDirectory >
1818 <VSSDKTargetPlatformRegRootSuffix >Roslyn</VSSDKTargetPlatformRegRootSuffix >
1919 </PropertyGroup >
2828 </PropertyGroup >
2929
3030 <ItemGroup >
31+ <PackageReference Include =" Microsoft.VisualStudio.Shell.14.0" Version =" 14.0.23205" />
3132 <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 15.1.192" PrivateAssets =" all" />
3233 </ItemGroup >
3334
4849 <ProjectReference Update =" @(ProjectReference)" Name =" %(Filename)" />
4950 </ItemGroup >
5051
52+ <Target Name =" IncludeNuGetPackageReferences" AfterTargets =" GetVsixSourceItems" >
53+ <ItemGroup >
54+ <_ReferenceCopyLocalBinaries Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(Extension)' != '.pdb'" />
55+ <VSIXSourceItem Include =" @(_ReferenceCopyLocalBinaries)" Condition =" '%(_ReferenceCopyLocalBinaries.NuGetPackageId)' == 'CommonMark.NET'" />
56+ </ItemGroup >
57+ </Target >
58+
5159</Project >
Original file line number Diff line number Diff line change 1+ // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+ // Licensed under the MIT license. See LICENSE in the project root for license information.
3+
4+ using Microsoft . VisualStudio . Shell ;
5+
6+ [ assembly: ProvideCodeBase ( CodeBase = "CommonMark.dll" ) ]
You can’t perform that action at this time.
0 commit comments