mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
252 lines
13 KiB
252 lines
13 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
|
<Import Project="..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props" Condition="Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props')" /> |
|
<PropertyGroup> |
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> |
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
<NuGetPackageImportStamp> |
|
</NuGetPackageImportStamp> |
|
</PropertyGroup> |
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{9D7BE6C0-B7B3-4A50-A54E-18A2D84A3384}</ProjectGuid> |
|
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
<OutputType>Library</OutputType> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<RootNamespace>ICSharpCode.ILSpy.AddIn</RootNamespace> |
|
<AssemblyName>ILSpy.AddIn</AssemblyName> |
|
<SignAssembly>True</SignAssembly> |
|
<VsixType>v3</VsixType> |
|
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
|
<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> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugType>pdbonly</DebugType> |
|
<Optimize>true</Optimize> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<RunCodeAnalysis>true</RunCodeAnalysis> |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
<HintPath>..\packages\EnvDTE.8.0.1\lib\net10\EnvDTE.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
<HintPath>..\packages\EnvDTE100.10.0.1\lib\net20\EnvDTE100.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
<HintPath>..\packages\EnvDTE80.8.0.1\lib\net10\EnvDTE80.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
<HintPath>..\packages\EnvDTE90.9.0.1\lib\net10\EnvDTE90.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="EnvDTE90a, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
<HintPath>..\packages\EnvDTE90a.9.0.1\lib\net10\EnvDTE90a.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.CSharp" /> |
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<HintPath>..\packages\VSSDK.OLE.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll</HintPath> |
|
<Private>True</Private> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\VSSDK.Shell.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.10.0.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\VSSDK.Shell.Immutable.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<HintPath>..\packages\VSSDK.Shell.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll</HintPath> |
|
<Private>True</Private> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> |
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<HintPath>..\packages\VSSDK.Shell.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath> |
|
<Private>True</Private> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<HintPath>..\packages\VSSDK.Shell.Interop.9.9.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath> |
|
<Private>True</Private> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<HintPath>..\packages\VSSDK.TextManager.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath> |
|
<Private>True</Private> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<HintPath>..\packages\VSSDK.TextManager.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath> |
|
<Private>True</Private> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="PresentationCore" /> |
|
<Reference Include="PresentationFramework" /> |
|
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
<HintPath>..\packages\stdole.7.0.3301\lib\net10\stdole.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Design" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="WindowsBase" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Guids.cs" /> |
|
<Compile Include="CodeElementXmlDocKeyProvider.cs" /> |
|
<Compile Include="Resources.Designer.cs"> |
|
<AutoGen>True</AutoGen> |
|
<DesignTime>True</DesignTime> |
|
<DependentUpon>Resources.resx</DependentUpon> |
|
</Compile> |
|
<Compile Include="GlobalSuppressions.cs" /> |
|
<Compile Include="ILSpyAddInPackage.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="PkgCmdID.cs" /> |
|
<None Include="packages.config" /> |
|
<None Include="Samples\ILSpyAddInSamples.cs" /> |
|
<Compile Include="Utils.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<EmbeddedResource Include="Resources.resx"> |
|
<Generator>ResXFileCodeGenerator</Generator> |
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
<SubType>Designer</SubType> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="VSPackage.resx"> |
|
<MergeWithCTO>true</MergeWithCTO> |
|
<ManifestResourceName>VSPackage</ManifestResourceName> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="source.extension.vsixmanifest"> |
|
<SubType>Designer</SubType> |
|
</None> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="Key.snk" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<VSCTCompile Include="ILSpyAddIn.vsct"> |
|
<ResourceName>Menus.ctmenu</ResourceName> |
|
<SubType>Designer</SubType> |
|
</VSCTCompile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="Resources\Images.png" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Content Include="ILSpy-Large.ico"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
<IncludeInVSIX>true</IncludeInVSIX> |
|
</Content> |
|
<Content Include="license.txt"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
<IncludeInVSIX>true</IncludeInVSIX> |
|
</Content> |
|
<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="..\cecil\Mono.Cecil.csproj"> |
|
<Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project> |
|
<Name>Mono.Cecil</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\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.VB\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)' != ''" /> |
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
<PropertyGroup> |
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
|
</PropertyGroup> |
|
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props'))" /> |
|
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets'))" /> |
|
</Target> |
|
<Import Project="..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets')" /> |
|
<!-- 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"> |
|
</Target> |
|
<Target Name="AfterBuild"> |
|
</Target> |
|
--> |
|
</Project> |