|
|
|
@ -1,9 +1,14 @@
@@ -1,9 +1,14 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> |
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion> |
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
|
|
|
<!-- Use the SDK for the current version of Visual Studio --> |
|
|
|
|
<VsSdkTargets Condition="'$(VisualStudioVersion)'!=''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\VSSDK\Microsoft.VsSDK.targets</VsSdkTargets> |
|
|
|
|
<VsSdkTargets Condition="'$(VisualStudioVersion)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets</VsSdkTargets> |
|
|
|
|
<TargetFrameworkProfile /> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' != ''"> |
|
|
|
|
<!-- This is added to prevent forced migrations in Visual Studio 2012 and newer --> |
|
|
|
|
<MinimumVisualStudioVersion>$(VisualStudioVersion)</MinimumVisualStudioVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
|
|
|
<PropertyGroup> |
|
|
|
@ -18,7 +23,13 @@
@@ -18,7 +23,13 @@
|
|
|
|
|
<AssemblyName>ILSpy.AddIn</AssemblyName> |
|
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<!-- Common debugging support --> |
|
|
|
|
<StartAction>Program</StartAction> |
|
|
|
|
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram> |
|
|
|
|
<StartArguments>/rootSuffix Exp</StartArguments> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
@ -41,26 +52,52 @@
@@ -41,26 +52,52 @@
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="EnvDTE"> |
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.7.0.3\lib\net20\envdte.dll</HintPath> |
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Designer.Interfaces, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.OLE.Interop.7.0.3\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.Shell.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.10.0.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.Shell.Immutable.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.Shell.Interop.7.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.Shell.Interop.8.8.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0"> |
|
|
|
|
<EmbedInteropTypes>true</EmbedInteropTypes> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.Shell.Interop.9.9.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0"> |
|
|
|
|
<EmbedInteropTypes>true</EmbedInteropTypes> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.TextManager.Interop.7.0.3\lib\net20\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<HintPath>..\packages\VSSDK.TextManager.Interop.8.8.0.3\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="PresentationCore" /> |
|
|
|
|
<Reference Include="PresentationFramework" /> |
|
|
|
|
<Reference Include="stdole"> |
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.7.0.3\lib\net20\stdole.dll</HintPath> |
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.12.0" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" /> |
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.12.0" /> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Core" /> |
|
|
|
|
<Reference Include="System.Data" /> |
|
|
|
@ -68,17 +105,9 @@
@@ -68,17 +105,9 @@
|
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
<Reference Include="WindowsBase" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<COMReference Include="EnvDTE"> |
|
|
|
|
<Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid> |
|
|
|
|
<VersionMajor>8</VersionMajor> |
|
|
|
|
<VersionMinor>0</VersionMinor> |
|
|
|
|
<Lcid>0</Lcid> |
|
|
|
|
<WrapperTool>primary</WrapperTool> |
|
|
|
|
<Isolated>False</Isolated> |
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
</COMReference> |
|
|
|
|
<COMReference Include="EnvDTE100"> |
|
|
|
|
<Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid> |
|
|
|
|
<VersionMajor>10</VersionMajor> |
|
|
|
@ -106,24 +135,6 @@
@@ -106,24 +135,6 @@
|
|
|
|
|
<Isolated>False</Isolated> |
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
</COMReference> |
|
|
|
|
<COMReference Include="Microsoft.VisualStudio.CommandBars"> |
|
|
|
|
<Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> |
|
|
|
|
<VersionMajor>8</VersionMajor> |
|
|
|
|
<VersionMinor>0</VersionMinor> |
|
|
|
|
<Lcid>0</Lcid> |
|
|
|
|
<WrapperTool>primary</WrapperTool> |
|
|
|
|
<Isolated>False</Isolated> |
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
</COMReference> |
|
|
|
|
<COMReference Include="stdole"> |
|
|
|
|
<Guid>{00020430-0000-0000-C000-000000000046}</Guid> |
|
|
|
|
<VersionMajor>2</VersionMajor> |
|
|
|
|
<VersionMinor>0</VersionMinor> |
|
|
|
|
<Lcid>0</Lcid> |
|
|
|
|
<WrapperTool>primary</WrapperTool> |
|
|
|
|
<Isolated>False</Isolated> |
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
</COMReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="Guids.cs" /> |
|
|
|
@ -150,6 +161,7 @@
@@ -150,6 +161,7 @@
|
|
|
|
|
</EmbeddedResource> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="packages.config" /> |
|
|
|
|
<None Include="source.extension.vsixmanifest"> |
|
|
|
|
<SubType>Designer</SubType> |
|
|
|
|
</None> |
|
|
|
@ -178,16 +190,52 @@
@@ -178,16 +190,52 @@
|
|
|
|
|
<Content Include="Resources\Package.ico" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
|
|
|
<Project>{6c55b776-26d4-4db3-a6ab-87e783b2f3d1}</Project> |
|
|
|
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj"> |
|
|
|
|
<Project>{984cc812-9470-4a13-aff9-cc44068d666c}</Project> |
|
|
|
|
<Name>ICSharpCode.Decompiler</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\ILSpy.BamlDecompiler\ILSpy.BamlDecompiler.csproj"> |
|
|
|
|
<Project>{a6bad2ba-76ba-461c-8b6d-418607591247}</Project> |
|
|
|
|
<Name>ILSpy.BamlDecompiler</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj"> |
|
|
|
|
<Project>{1e85eff9-e370-4683-83e4-8a3d063ff791}</Project> |
|
|
|
|
<Name>ILSpy</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\Mono.Cecil\Mono.Cecil.csproj"> |
|
|
|
|
<Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project> |
|
|
|
|
<Name>Mono.Cecil</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\Mono.Cecil\symbols\pdb\Mono.Cecil.Pdb.csproj"> |
|
|
|
|
<Project>{63e6915c-7ea4-4d76-ab28-0d7191eea626}</Project> |
|
|
|
|
<Name>Mono.Cecil.Pdb</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\NRefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj"> |
|
|
|
|
<Project>{53dca265-3c3c-42f9-b647-f72ba678122b}</Project> |
|
|
|
|
<Name>ICSharpCode.NRefactory.CSharp</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\NRefactory\ICSharpCode.NRefactory.VB\ICSharpCode.NRefactory.VB.csproj"> |
|
|
|
|
<Project>{7b82b671-419f-45f4-b778-d9286f996efa}</Project> |
|
|
|
|
<Name>ICSharpCode.NRefactory.VB</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\NRefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj"> |
|
|
|
|
<Project>{3b2a5653-ec97-4001-bb9b-d90f1af2c371}</Project> |
|
|
|
|
<Name>ICSharpCode.NRefactory</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj"> |
|
|
|
|
<Project>{dde2a481-8271-4eac-a330-8fa6a38d13d1}</Project> |
|
|
|
|
<Name>ICSharpCode.TreeView</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<UseCodebase>true</UseCodebase> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
|
|
|
|
<Import Condition="Exists($(VsSdkTargets))" Project="$(VsSdkTargets)" /> |
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
|