CPABuildEvents/CPABuildEvents17/source.extension.vsixmanifest

23 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2021-08-17 09:42:20 +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="CPABuildEvents17.62005f41-c515-459f-9076-8f0d249d2c73" 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="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
2021-08-17 09:42:20 +02:00
</PackageManifest>