Added reference paths to projects to prohibit collisions with other versions of …
…VS on the same machine. Also changed the version in the VSIX manifest to Enterprise 2015 only.
Showing
5 changed files
with
26 additions
and
38 deletions
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | <Tags>LoadTest WebTest JSON REST SOAP WS</Tags> | 13 | <Tags>LoadTest WebTest JSON REST SOAP WS</Tags> |
| 14 | </Metadata> | 14 | </Metadata> |
| 15 | <Installation> | 15 | <Installation> |
| 16 | <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[10.0]" /> | 16 | <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[14.0]" /> |
| 17 | </Installation> | 17 | </Installation> |
| 18 | <Dependencies> | 18 | <Dependencies> |
| 19 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | 19 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ... | ... |
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <PropertyGroup> | ||
| 4 | <ReferencePath>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PublicAssemblies\;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies\</ReferencePath> | ||
| 5 | </PropertyGroup> | ||
| 6 | </Project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -51,6 +51,12 @@ | ... | @@ -51,6 +51,12 @@ |
| 51 | <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> | 51 | <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
| 52 | </PropertyGroup> | 52 | </PropertyGroup> |
| 53 | <ItemGroup> | 53 | <ItemGroup> |
| 54 | <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||
| 55 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
| 56 | </Reference> | ||
| 57 | <Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||
| 58 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
| 59 | </Reference> | ||
| 54 | <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 60 | <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 55 | <EmbedInteropTypes>False</EmbedInteropTypes> | 61 | <EmbedInteropTypes>False</EmbedInteropTypes> |
| 56 | </Reference> | 62 | </Reference> |
| ... | @@ -79,7 +85,7 @@ | ... | @@ -79,7 +85,7 @@ |
| 79 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> | 85 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> |
| 80 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> | 86 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> |
| 81 | <Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 87 | <Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 82 | <EmbedInteropTypes>True</EmbedInteropTypes> | 88 | <EmbedInteropTypes>False</EmbedInteropTypes> |
| 83 | </Reference> | 89 | </Reference> |
| 84 | <Reference Include="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 90 | <Reference Include="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 85 | <EmbedInteropTypes>True</EmbedInteropTypes> | 91 | <EmbedInteropTypes>True</EmbedInteropTypes> |
| ... | @@ -110,42 +116,6 @@ | ... | @@ -110,42 +116,6 @@ |
| 110 | <Compile Include="XmlTreeView.cs" /> | 116 | <Compile Include="XmlTreeView.cs" /> |
| 111 | </ItemGroup> | 117 | </ItemGroup> |
| 112 | <ItemGroup> | 118 | <ItemGroup> |
| 113 | <COMReference Include="EnvDTE"> | ||
| 114 | <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid> | ||
| 115 | <VersionMajor>8</VersionMajor> | ||
| 116 | <VersionMinor>0</VersionMinor> | ||
| 117 | <Lcid>0</Lcid> | ||
| 118 | <WrapperTool>primary</WrapperTool> | ||
| 119 | <Isolated>False</Isolated> | ||
| 120 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
| 121 | </COMReference> | ||
| 122 | <COMReference Include="EnvDTE100"> | ||
| 123 | <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid> | ||
| 124 | <VersionMajor>10</VersionMajor> | ||
| 125 | <VersionMinor>0</VersionMinor> | ||
| 126 | <Lcid>0</Lcid> | ||
| 127 | <WrapperTool>primary</WrapperTool> | ||
| 128 | <Isolated>False</Isolated> | ||
| 129 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
| 130 | </COMReference> | ||
| 131 | <COMReference Include="EnvDTE80"> | ||
| 132 | <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid> | ||
| 133 | <VersionMajor>8</VersionMajor> | ||
| 134 | <VersionMinor>0</VersionMinor> | ||
| 135 | <Lcid>0</Lcid> | ||
| 136 | <WrapperTool>primary</WrapperTool> | ||
| 137 | <Isolated>False</Isolated> | ||
| 138 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
| 139 | </COMReference> | ||
| 140 | <COMReference Include="EnvDTE90"> | ||
| 141 | <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid> | ||
| 142 | <VersionMajor>9</VersionMajor> | ||
| 143 | <VersionMinor>0</VersionMinor> | ||
| 144 | <Lcid>0</Lcid> | ||
| 145 | <WrapperTool>primary</WrapperTool> | ||
| 146 | <Isolated>False</Isolated> | ||
| 147 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
| 148 | </COMReference> | ||
| 149 | <COMReference Include="Microsoft.VisualStudio.CommandBars"> | 119 | <COMReference Include="Microsoft.VisualStudio.CommandBars"> |
| 150 | <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> | 120 | <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> |
| 151 | <VersionMajor>8</VersionMajor> | 121 | <VersionMajor>8</VersionMajor> | ... | ... |
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <PropertyGroup> | ||
| 4 | <ReferencePath>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PublicAssemblies\;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies\</ReferencePath> | ||
| 5 | </PropertyGroup> | ||
| 6 | </Project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <PropertyGroup> | ||
| 4 | <ReferencePath>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PublicAssemblies\;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies\</ReferencePath> | ||
| 5 | </PropertyGroup> | ||
| 6 | </Project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment