CPABuildEvents/CPABuildEvents16/source.extension.vsixmanifest

22 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-05-08 14:02:36 +02:00
<?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">
2021-08-18 17:16:10 +02:00
<Metadata>
<Identity Id="CPABuildEvents.5e105112-3312-435f-8747-a9cb95678d85" Version="1.1" Language="en-US" Publisher="Daniel Triendl" />
<DisplayName>CPABuildEvents</DisplayName>
<Description xml:space="preserve">Run _prebuild.ps1 and _postbuild.ps1 on build start and end</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,17.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
2019-05-08 14:02:36 +02:00
</PackageManifest>