|
14 | 14 | <SignAssembly>True</SignAssembly> |
15 | 15 | <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
16 | 16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | | - <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> |
| 17 | + <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion> |
18 | 18 | <FileUpgradeFlags> |
19 | 19 | </FileUpgradeFlags> |
20 | 20 | <UpgradeBackupLocation> |
21 | 21 | </UpgradeBackupLocation> |
22 | 22 | <OldToolsVersion>4.0</OldToolsVersion> |
23 | 23 | <IsWebBootstrapper>false</IsWebBootstrapper> |
24 | 24 | <TargetFrameworkProfile /> |
| 25 | + <TargetFrameworkProfile /> |
25 | 26 | <PublishUrl>publish\</PublishUrl> |
26 | 27 | <Install>true</Install> |
27 | 28 | <InstallFrom>Disk</InstallFrom> |
|
36 | 37 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
37 | 38 | <UseApplicationTrust>false</UseApplicationTrust> |
38 | 39 | <BootstrapperEnabled>true</BootstrapperEnabled> |
39 | | - <TargetFrameworkProfile /> |
40 | 40 | </PropertyGroup> |
41 | 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
42 | 42 | <DebugSymbols>true</DebugSymbols> |
|
61 | 61 | <Prefer32Bit>false</Prefer32Bit> |
62 | 62 | </PropertyGroup> |
63 | 63 | <ItemGroup> |
| 64 | + <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 65 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 66 | + </Reference> |
| 67 | + <Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 68 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 69 | + </Reference> |
64 | 70 | <Reference Include="Microsoft.CSharp" /> |
65 | 71 | <Reference Include="Microsoft.VisualStudio.OLE.Interop" /> |
| 72 | + <Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
| 73 | + <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
66 | 74 | <Reference Include="Microsoft.VisualStudio.Shell.Interop" /> |
67 | 75 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" /> |
68 | 76 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> |
|
71 | 79 | <Reference Include="Microsoft.VisualStudio.Shell.10.0"> |
72 | 80 | <Private>false</Private> |
73 | 81 | </Reference> |
74 | | - <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" /> |
| 82 | + <Reference Include="Microsoft.VisualStudio.Utilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
75 | 83 | <Reference Include="System" /> |
76 | 84 | <Reference Include="System.Core" /> |
77 | 85 | <Reference Include="System.Data" /> |
|
82 | 90 | <Reference Include="System.Xml" /> |
83 | 91 | </ItemGroup> |
84 | 92 | <ItemGroup> |
85 | | - <COMReference Include="EnvDTE"> |
86 | | - <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid> |
87 | | - <VersionMajor>8</VersionMajor> |
88 | | - <VersionMinor>0</VersionMinor> |
89 | | - <Lcid>0</Lcid> |
90 | | - <WrapperTool>primary</WrapperTool> |
91 | | - <Isolated>False</Isolated> |
92 | | - <EmbedInteropTypes>False</EmbedInteropTypes> |
93 | | - </COMReference> |
94 | | - <COMReference Include="EnvDTE100"> |
95 | | - <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid> |
96 | | - <VersionMajor>10</VersionMajor> |
97 | | - <VersionMinor>0</VersionMinor> |
98 | | - <Lcid>0</Lcid> |
99 | | - <WrapperTool>primary</WrapperTool> |
100 | | - <Isolated>False</Isolated> |
101 | | - <EmbedInteropTypes>False</EmbedInteropTypes> |
102 | | - </COMReference> |
103 | | - <COMReference Include="EnvDTE80"> |
104 | | - <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid> |
105 | | - <VersionMajor>8</VersionMajor> |
106 | | - <VersionMinor>0</VersionMinor> |
107 | | - <Lcid>0</Lcid> |
108 | | - <WrapperTool>primary</WrapperTool> |
109 | | - <Isolated>False</Isolated> |
110 | | - <EmbedInteropTypes>False</EmbedInteropTypes> |
111 | | - </COMReference> |
112 | | - <COMReference Include="EnvDTE90"> |
113 | | - <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid> |
114 | | - <VersionMajor>9</VersionMajor> |
115 | | - <VersionMinor>0</VersionMinor> |
116 | | - <Lcid>0</Lcid> |
117 | | - <WrapperTool>primary</WrapperTool> |
118 | | - <Isolated>False</Isolated> |
119 | | - <EmbedInteropTypes>False</EmbedInteropTypes> |
120 | | - </COMReference> |
121 | 93 | <COMReference Include="Microsoft.VisualStudio.CommandBars"> |
122 | 94 | <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> |
123 | 95 | <VersionMajor>8</VersionMajor> |
|
0 commit comments