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.
249 lines
12 KiB
249 lines
12 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{6D3D0F0D-348D-456A-A6ED-E9BD5EFABB6A}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.ILSpy.Debugger</RootNamespace> |
|
<AssemblyName>ILSpy.Debugger.Plugin</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<SignAssembly>False</SignAssembly> |
|
<DelaySign>False</DelaySign> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>..\..\ILSpy\bin\Debug\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<StartAction>Project</StartAction> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>..\..\ILSpy\bin\Release\</OutputPath> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="PresentationCore" /> |
|
<Reference Include="PresentationFramework" /> |
|
<Reference Include="PresentationFramework.Aero"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.ComponentModel.Composition"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.ComponentModel.Composition"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xaml"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsBase" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Commands\BreakpointCommand.cs" /> |
|
<Compile Include="Commands\DebuggerCommands.cs" /> |
|
<Compile Include="DebuggerSettings.cs" /> |
|
<Compile Include="Models\TreeModel\ArrayRangeNode.cs" /> |
|
<Compile Include="Models\TreeModel\ChildNodesOfObject.cs" /> |
|
<Compile Include="Models\TreeModel\ExpressionNode.cs" /> |
|
<Compile Include="Models\TreeModel\ICorDebug.cs" /> |
|
<Compile Include="Models\TreeModel\IEnumerableNode.cs" /> |
|
<Compile Include="Models\TreeModel\IListNode.cs" /> |
|
<Compile Include="Models\TreeModel\ISetText.cs" /> |
|
<Compile Include="Models\TreeModel\ITreeNode.cs" /> |
|
<Compile Include="Models\TreeModel\IVisualizerCommand.cs" /> |
|
<Compile Include="Models\TreeModel\SavedTreeNode.cs" /> |
|
<Compile Include="Models\TreeModel\StackFrameNode.cs" /> |
|
<Compile Include="Models\TreeModel\TreeNode.cs" /> |
|
<Compile Include="Models\TreeModel\Utils.cs" /> |
|
<Compile Include="Services\Debugger\DebuggerHelper.cs" /> |
|
<Compile Include="Services\Debugger\ListHelper.cs" /> |
|
<Compile Include="Services\Debugger\TypeResolverExtension.cs" /> |
|
<Compile Include="Services\Debugger\WindowsDebugger.cs" /> |
|
<Compile Include="Services\ExtensionMethods.cs" /> |
|
<Compile Include="Services\ImageService\ImageService.cs" /> |
|
<Compile Include="Models\RunningProcess.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="ToolTips\DebuggerPopup.cs" /> |
|
<Compile Include="ToolTips\DebuggerTooltipControl.xaml.cs"> |
|
<DependentUpon>DebuggerTooltipControl.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="ToolTips\LazyItemsControl.cs" /> |
|
<Compile Include="ToolTips\TextEditorListener.cs" /> |
|
<Compile Include="ToolTips\VirtualizingIEnumerable.cs" /> |
|
<Compile Include="UI\AttachToProcessWindow.xaml.cs"> |
|
<DependentUpon>AttachToProcessWindow.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="UI\BreakpointPanel.xaml.cs"> |
|
<DependentUpon>BreakpointPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="UI\CallStackPanel.xaml.cs"> |
|
<DependentUpon>CallStackPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="UI\DebuggerSettingsPanel.xaml.cs"> |
|
<DependentUpon>DebuggerSettingsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="UI\ExecuteProcessWindow.xaml.cs"> |
|
<DependentUpon>ExecuteProcessWindow.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Images" /> |
|
<Folder Include="Models\TreeModel" /> |
|
<Folder Include="Commands" /> |
|
<Folder Include="ToolTips" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="ToolTips\DebuggerTooltipControl.xaml" /> |
|
<Page Include="ToolTips\PinControlsDictionary.xaml" /> |
|
<Page Include="ToolTips\VisualizerPicker.xaml" /> |
|
<Page Include="UI\AttachToProcessWindow.xaml" /> |
|
<Page Include="UI\BreakpointPanel.xaml" /> |
|
<Page Include="UI\CallStackPanel.xaml" /> |
|
<Page Include="UI\DebuggerSettingsPanel.xaml" /> |
|
<Page Include="UI\ExecuteProcessWindow.xaml" /> |
|
</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.SharpDevelop.LGPL\ILSpy.SharpDevelop.LGPL.csproj"> |
|
<Project>{704F66F1-5C7F-4326-A7AA-C604A3896D4E}</Project> |
|
<Name>ILSpy.SharpDevelop.LGPL</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="..\..\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> |
|
<ProjectReference Include="..\Debugger.Core\Debugger.Core.csproj"> |
|
<Project>{1D18D788-F7EE-4585-A23B-34DC8EC63CB8}</Project> |
|
<Name>Debugger.Core</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\Breakpoint.png" /> |
|
<Resource Include="Images\CurrentLine.png" /> |
|
<Resource Include="Images\Icons.16x16.Class.png" /> |
|
<Resource Include="Images\Icons.16x16.Delegate.png" /> |
|
<Resource Include="Images\Icons.16x16.Enum.png" /> |
|
<Resource Include="Images\Icons.16x16.Event.png" /> |
|
<Resource Include="Images\Icons.16x16.ExtensionMethod.png" /> |
|
<Resource Include="Images\Icons.16x16.Field.png" /> |
|
<Resource Include="Images\Icons.16x16.Indexer.png" /> |
|
<Resource Include="Images\Icons.16x16.Interface.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalClass.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalDelegate.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalEnum.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalEvent.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalExtensionMethod.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalField.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalIndexer.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalInterface.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalMethod.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalProperty.png" /> |
|
<Resource Include="Images\Icons.16x16.InternalStruct.png" /> |
|
<Resource Include="Images\Icons.16x16.Keyword.png" /> |
|
<Resource Include="Images\Icons.16x16.Literal.png" /> |
|
<Resource Include="Images\Icons.16x16.Local.png" /> |
|
<Resource Include="Images\Icons.16x16.Method.png" /> |
|
<Resource Include="Images\Icons.16x16.NameSpace.png" /> |
|
<Resource Include="Images\Icons.16x16.Operator.png" /> |
|
<Resource Include="Images\Icons.16x16.Parameter.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateClass.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateDelegate.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateEnum.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateEvent.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateExtensionMethod.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateField.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateIndexer.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateInterface.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateMethod.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateProperty.png" /> |
|
<Resource Include="Images\Icons.16x16.PrivateStruct.png" /> |
|
<Resource Include="Images\Icons.16x16.Property.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedClass.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedDelegate.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedEnum.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedEvent.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedExtensionMethod.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedField.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedIndexer.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedInterface.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedMethod.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedProperty.png" /> |
|
<Resource Include="Images\Icons.16x16.ProtectedStruct.png" /> |
|
<Resource Include="Images\Icons.16x16.Reference.png" /> |
|
<Resource Include="Images\Icons.16x16.Struct.png" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\DeleteAllBreakpoints.PNG" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\ContinueDebugging.png" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\StepInto.png" /> |
|
<Resource Include="Images\StepOut.png" /> |
|
<Resource Include="Images\StepOver.png" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\application-x-executable.png" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |