Skip to content

Commit

Permalink
fix compile error (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: aram <aram.pokmanee@agoda.com>
  • Loading branch information
arm5556 and aram authored Sep 11, 2024
1 parent 5823478 commit 088e35d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Agoda.Analyzers.Vsix/Agoda.Analyzers.Vsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<Target Name="BeforeBuild">
<ItemGroup>
<VSIXSourceItem Include="..\Agoda.Analyzers\bin\$(Configuration)\Agoda.Analyzers.dll" />
<VSIXSourceItem Include="..\Agoda.Analyzers.CodeFixes\bin\$(Configuration)\Agoda.Analyzers.CodeFixes.dll" />
</ItemGroup>
</Target>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 0 additions & 4 deletions src/Agoda.Analyzers.Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Agoda.Analyzers.CodeFixes"
Path="|Agoda.Analyzers.CodeFixes|" />
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Agoda.Analyzers"
Path="|Agoda.Analyzers|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Agoda.Analyzers"
Path="|Agoda.Analyzers|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Agoda.Analyzers.CodeFixes"
Path="|Agoda.Analyzers.CodeFixes|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)"
Expand Down

0 comments on commit 088e35d

Please sign in to comment.