Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimulationCore/HeuristicLab.SimulationCore.Dsl/DslPackage/source.extension.vsixmanifest @ 12268

Last change on this file since 12268 was 10525, checked in by abeham, 11 years ago

#1610: added visual model

File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<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">
3  <Metadata>
4    <Identity Id="fab8f4d5-e0e8-4756-917b-6979bfd5ce3a" Version="1.0.0.0" Language="en-US" Publisher="HEAL" />
5    <DisplayName>HLSim</DisplayName>
6    <Description>Description for HeuristicLab.SimulationCore.HLSim</Description>
7  </Metadata>
8  <Installation InstalledByMsi="false">
9    <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" />
10  </Installation>
11  <Dependencies>
12    <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
13    <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
14  </Dependencies>
15  <Assets>
16    <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
17    <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
18    <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Dsl" Path="|Dsl|" />
19    <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="%CurrentProject%" d:TargetPath="|%CurrentProject%;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
20  </Assets>
21</PackageManifest>
Note: See TracBrowser for help on using the repository browser.