24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<?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="acf15780-03b5-440e-a41e-db79b7043fc2" Version="0.9.5" Language="en-US" Publisher="Coati Software OG" />
|
|
<DisplayName>CoatiPlugin</DisplayName>
|
|
<Description xml:space="preserve">This package allows Coati to communicate with Visual Studio and vice versa.</Description>
|
|
<MoreInfo>http://www.coati.io/</MoreInfo>
|
|
<ReleaseNotes>Creation of CDBs is in beta and may change in future versions</ReleaseNotes>
|
|
<Icon>coati.ico</Icon>
|
|
</Metadata>
|
|
<Installation InstalledByMsi="false">
|
|
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" />
|
|
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Pro" />
|
|
<InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Community" />
|
|
</Installation>
|
|
<Dependencies>
|
|
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
|
|
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
|
|
</Dependencies>
|
|
<Assets>
|
|
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
|
|
</Assets>
|
|
</PackageManifest>
|