-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsource.extension.vsixmanifest
More file actions
24 lines (24 loc) · 1.56 KB
/
Copy pathsource.extension.vsixmanifest
File metadata and controls
24 lines (24 loc) · 1.56 KB
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="EfModelGenerator.Ajo.f47bfee0-9041-466c-989a-94ecc64089e9" Version="1.1.0" Language="en-US" Publisher="Ajo John" />
<DisplayName>EfModelGenerator</DisplayName>
<Description xml:space="preserve">Generate Model diagram from data context class.
This menu item will be available on a class that follows naming convention <<>>DataContext . </Description>
<ReleaseNotes> With 1.1.0version, the menu item will be available for a class derived from DbContext class</ReleaseNotes>
<Icon>Resources\EfModelGeneratorCommand.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
<InstallationTarget Version="[12.0,]" Id="Microsoft.VisualStudio.Pro" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Net.Component.4.5.TargetingPack" Version="[15.0.26621.2,16.0)" DisplayName=".NET Framework 4.5 targeting pack" />
</Prerequisites>
</PackageManifest>