blob: 8f7cdae997905578238b4ac7f1b764480cb20410 [file]
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Lucene.Net.CodeAnalysis.Dev.e9cc1666-10d1-40db-9fe9-b44e4ad555bd" Version="1.0.7" Language="en-US" Publisher="shad"/>
<DisplayName>Lucene.Net.CodeAnalysis.Dev</DisplayName>
<Description xml:space="preserve">Analyzers to help with the development of the Lucene.NET port from Java to C#.</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,18.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[16.0,18.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[16.0,18.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Lucene.Net.CodeAnalysis.Dev" Path="|Lucene.Net.CodeAnalysis.Dev|"/>
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Lucene.Net.CodeAnalysis.Dev" Path="|Lucene.Net.CodeAnalysis.Dev|"/>
<!--<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Lucene.Net.CodeAnalysis.Dev.CodeFixes" Path="|Lucene.Net.CodeAnalysis.Dev.CodeFixes|"/>
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Lucene.Net.CodeAnalysis.Dev.CodeFixes" Path="|Lucene.Net.CodeAnalysis.Dev.CodeFixes|"/>-->
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[16.0,18.0)" DisplayName="Roslyn Language Services" />
</Prerequisites>
</PackageManifest>