Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
VSIX-specific properties. Can be imported standalone or as part of the full SDK.
-->

<!--
Include source generators from the SDK package.
The analyzers folder is at the package root, parallel to the Sdk folder.
-->
<ItemGroup>
<Analyzer Include="$(MSBuildThisFileDirectory)..\analyzers\dotnet\cs\CodingWithCalvin.VsixSdk.Generators.dll"
Condition="Exists('$(MSBuildThisFileDirectory)..\analyzers\dotnet\cs\CodingWithCalvin.VsixSdk.Generators.dll')" />
</ItemGroup>

<PropertyGroup>
<!-- Identify that this SDK is in use -->
<UsingCodingWithCalvinVsixSdk>true</UsingCodingWithCalvinVsixSdk>
Expand Down