Skip to content

Commit

Permalink
Merge pull request DotNetAnalyzers#48 from tmaczynski/fix_vsix_codefixes
Browse files Browse the repository at this point in the history
Include AsyncUsageAnalyzers.CodeFixes in Visual Studio extension.
  • Loading branch information
sharwell authored Sep 2, 2016
2 parents 3284b9d + 1535227 commit 1e9fb71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="AsyncUsageAnalyzers" Path="|AsyncUsageAnalyzers|"/>
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="AsyncUsageAnalyzers" Path="|AsyncUsageAnalyzers|"/>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="AsyncUsageAnalyzers.CodeFixes" Path="|AsyncUsageAnalyzers.CodeFixes|" />
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="AsyncUsageAnalyzers.CodeFixes" Path="|AsyncUsageAnalyzers.CodeFixes|" />
</Assets>
</PackageManifest>

0 comments on commit 1e9fb71

Please sign in to comment.