| <?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" Version="1.0.0" Language="en-US" Publisher="Apache Software Foundation"/> |
| <DisplayName>Lucene.Net.CodeAnalysis.Dev</DisplayName> |
| <Description xml:space="preserve">This is a debugging project for Lucene.Net.CodeAnalysis.Dev analyzers and code fixes.</Description> |
| </Metadata> |
| <Installation> |
| <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,)"> |
| <ProductArchitecture>amd64</ProductArchitecture> |
| </InstallationTarget> |
| </Installation> |
| <Dependencies> |
| <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" /> |
| </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="[17.0,)" DisplayName="Visual Studio core editor" /> |
| <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[17.0,)" DisplayName="Roslyn Language Services" /> |
| </Prerequisites> |
| </PackageManifest> |