|
|
@ -1,142 +1,58 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
|
|
|
<Project> |
|
|
|
|
|
|
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" /> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<!-- Use the SDK for the current version of Visual Studio --> |
|
|
|
<TargetFramework>net461</TargetFramework> |
|
|
|
<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> |
|
|
|
<RootNamespace>ICSharpCode.ILSpy.AddIn</RootNamespace> |
|
|
|
<AssemblyName>ILSpy.AddIn</AssemblyName> |
|
|
|
|
|
|
|
|
|
|
|
<Company>IC#Code</Company> |
|
|
|
|
|
|
|
<Description>ILSpy</Description> |
|
|
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage> |
|
|
|
|
|
|
|
<Version>1.5.0.0</Version> |
|
|
|
|
|
|
|
<FileVersion>1.5.0.0</FileVersion> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<EnableDefaultItems>False</EnableDefaultItems> |
|
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
|
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
|
|
|
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
|
|
<!-- Common debugging support --> |
|
|
|
|
|
|
|
<StartAction>Program</StartAction> |
|
|
|
|
|
|
|
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram> |
|
|
|
|
|
|
|
<StartArguments>/rootSuffix Exp</StartArguments> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis> |
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(AppVeyor)' != ''"> |
|
|
|
<PropertyGroup Condition="'$(AppVeyor)' != ''"> |
|
|
|
<DeployExtension>False</DeployExtension> |
|
|
|
<DeployExtension>False</DeployExtension> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.7.0.4\lib\net20\envdte.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="envdte100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.10.10.0.4\lib\net20\envdte100.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.8.8.0.4\lib\net20\envdte80.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="envdte90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.9.9.0.4\lib\net20\envdte90.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="envdte90a, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
|
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes> |
|
|
|
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.9.9.0.4\lib\net20\envdte90a.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<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> |
|
|
|
|
|
|
|
<Private>False</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>False</EmbedInteropTypes> |
|
|
|
|
|
|
|
<HintPath>..\packages\VSSDK.DTE.7.0.4\lib\net20\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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<PackageReference Include="VSSDK.Shell.10" Version="10.0.4" /> |
|
|
|
|
|
|
|
<PackageReference Include="VSSDK.DTE.10" Version="10.0.4" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" /> |
|
|
|
|
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> |
|
|
|
|
|
|
|
<ProjectReference Include="..\ILSpy.BamlDecompiler\ILSpy.BamlDecompiler.csproj" /> |
|
|
|
|
|
|
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj" /> |
|
|
|
|
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" /> |
|
|
|
|
|
|
|
<ProjectReference Include="..\cecil\symbols\pdb\Mono.Cecil.Pdb.csproj" /> |
|
|
|
|
|
|
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Guids.cs" /> |
|
|
|
<Compile Include="Guids.cs" /> |
|
|
|
<Compile Include="CodeElementXmlDocKeyProvider.cs" /> |
|
|
|
<Compile Include="CodeElementXmlDocKeyProvider.cs" /> |
|
|
@ -149,10 +65,10 @@ |
|
|
|
<Compile Include="ILSpyAddInPackage.cs" /> |
|
|
|
<Compile Include="ILSpyAddInPackage.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="PkgCmdID.cs" /> |
|
|
|
<Compile Include="PkgCmdID.cs" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
|
|
|
|
<None Include="Samples\ILSpyAddInSamples.cs" /> |
|
|
|
<None Include="Samples\ILSpyAddInSamples.cs" /> |
|
|
|
<Compile Include="Utils.cs" /> |
|
|
|
<Compile Include="Utils.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<EmbeddedResource Include="Resources.resx"> |
|
|
|
<EmbeddedResource Include="Resources.resx"> |
|
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
@ -164,23 +80,29 @@ |
|
|
|
<ManifestResourceName>VSPackage</ManifestResourceName> |
|
|
|
<ManifestResourceName>VSPackage</ManifestResourceName> |
|
|
|
</EmbeddedResource> |
|
|
|
</EmbeddedResource> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="source.extension.vsixmanifest"> |
|
|
|
<None Include="source.extension.vsixmanifest"> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
</None> |
|
|
|
</None> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="Key.snk" /> |
|
|
|
<None Include="Key.snk" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<VSCTCompile Include="ILSpyAddIn.vsct"> |
|
|
|
<VSCTCompile Include="ILSpyAddIn.vsct"> |
|
|
|
<ResourceName>Menus.ctmenu</ResourceName> |
|
|
|
<ResourceName>Menus.ctmenu</ResourceName> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
</VSCTCompile> |
|
|
|
</VSCTCompile> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<None Include="Properties\launchSettings.json" /> |
|
|
|
<None Include="Resources\Images.png" /> |
|
|
|
<None Include="Resources\Images.png" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="ILSpy-Large.ico"> |
|
|
|
<Content Include="ILSpy-Large.ico"> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
@ -192,46 +114,21 @@ |
|
|
|
</Content> |
|
|
|
</Content> |
|
|
|
<Content Include="Resources\Package.ico" /> |
|
|
|
<Content Include="Resources\Package.ico" /> |
|
|
|
</ItemGroup> |
|
|
|
</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="..\SharpTreeView\ICSharpCode.TreeView.csproj"> |
|
|
|
|
|
|
|
<Project>{dde2a481-8271-4eac-a330-8fa6a38d13d1}</Project> |
|
|
|
|
|
|
|
<Name>ICSharpCode.TreeView</Name> |
|
|
|
|
|
|
|
</ProjectReference> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<UseCodebase>true</UseCodebase> |
|
|
|
<UseCodebase>true</UseCodebase> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
|
|
|
<Import Condition="Exists($(VsSdkTargets))" Project="$(VsSdkTargets)" /> |
|
|
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.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. |
|
|
|
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="Exists('$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets')" /> |
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
|
|
|
|
</Target> |
|
|
|
<ItemGroup> |
|
|
|
<Target Name="AfterBuild"> |
|
|
|
<!-- https://github.com/dotnet/sdk/issues/433 --> |
|
|
|
</Target> |
|
|
|
<ProjectReference Update="@(ProjectReference)" AdditionalProperties="TargetFramework=net461" /> |
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- https://github.com/Microsoft/extendvs/issues/57 --> |
|
|
|
|
|
|
|
<ProjectReference Update="@(ProjectReference)" Name="%(Filename)" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
</Project> |