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.
247 lines
12 KiB
247 lines
12 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
<PropertyGroup> |
|
<!-- 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> |
|
<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> |
|
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
|
<TargetFrameworkVersion>v4.5</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> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(AppVeyor)' != ''"> |
|
<DeployExtension>False</DeployExtension> |
|
</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.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.Shell.Interop.10.0" /> |
|
<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.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="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> |
|
<COMReference Include="EnvDTE100"> |
|
<Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid> |
|
<VersionMajor>10</VersionMajor> |
|
<VersionMinor>0</VersionMinor> |
|
<Lcid>0</Lcid> |
|
<WrapperTool>primary</WrapperTool> |
|
<Isolated>False</Isolated> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
</COMReference> |
|
<COMReference Include="EnvDTE80"> |
|
<Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid> |
|
<VersionMajor>8</VersionMajor> |
|
<VersionMinor>0</VersionMinor> |
|
<Lcid>0</Lcid> |
|
<WrapperTool>primary</WrapperTool> |
|
<Isolated>False</Isolated> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
</COMReference> |
|
<COMReference Include="EnvDTE90"> |
|
<Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid> |
|
<VersionMajor>9</VersionMajor> |
|
<VersionMinor>0</VersionMinor> |
|
<Lcid>0</Lcid> |
|
<WrapperTool>primary</WrapperTool> |
|
<Isolated>False</Isolated> |
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
</COMReference> |
|
</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="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="packages.config" /> |
|
<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="..\cecil\Mono.Cecil.csproj"> |
|
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project> |
|
<Name>Mono.Cecil</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\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 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"> |
|
</Target> |
|
<Target Name="AfterBuild"> |
|
</Target> |
|
--> |
|
</Project> |