-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.extension.vsixmanifest
24 lines (24 loc) · 1.65 KB
/
source.extension.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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="project-templates-01" Version="1.1.0" Language="en-US" Publisher="teklanology" />
<DisplayName>Project Templates</DisplayName>
<Description xml:space="preserve">Visual Studio extension that uses templates to quickly create new projects for Tekla Structures macros</Description>
<MoreInfo>https://teklanology.github.io</MoreInfo>
<Tags>tekla projecttemplate</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\teklanology\TS2017i\Script macro.zip" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\teklanology\TS2019i\Script macro.zip" />
<Asset Type="TeklaOpenAPI.2019.1.50434.nupkg" d:Source="File" Path="packages\TeklaOpenAPI.2019.1.50434.nupkg" d:VsixSubPath="packages" />
<Asset d:Source="File" Type="TeklaOpenAPI.2017.1.10074.nupkg" Path="packages\TeklaOpenAPI.2017.1.10074.nupkg" d:VsixSubPath="packages" />
</Assets>
</PackageManifest>