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.
128 lines
6.0 KiB
128 lines
6.0 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)' == '' ">x86</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ILSpy.Debugger</RootNamespace> |
|
<AssemblyName>ILSpy.Debugger</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<DebugSymbols>True</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="PresentationCore" /> |
|
<Reference Include="PresentationFramework" /> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<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="AvalonEdit\Editor\AvalonEditDocumentAdapter.cs" /> |
|
<Compile Include="AvalonEdit\Editor\AvalonEditTextSourceAdapter.cs" /> |
|
<Compile Include="AvalonEdit\Editor\IDocument.cs" /> |
|
<Compile Include="AvalonEdit\Editor\IDocumentLine.cs" /> |
|
<Compile Include="AvalonEdit\Editor\ITextAnchor.cs" /> |
|
<Compile Include="AvalonEdit\Editor\ITextBuffer.cs" /> |
|
<Compile Include="AvalonEdit\Editor\TextChangeEventArgs.cs" /> |
|
<Compile Include="AvalonEdit\IconBarMargin.cs" /> |
|
<Compile Include="Bookmarks\BookmarkBase.cs" /> |
|
<Compile Include="Bookmarks\BookmarkEventHandler.cs" /> |
|
<Compile Include="Bookmarks\BookmarkManager.cs" /> |
|
<Compile Include="Bookmarks\BreakpointBookmark.cs" /> |
|
<Compile Include="Bookmarks\BreakpointBookmarkEventArgs.cs" /> |
|
<Compile Include="Bookmarks\CurrentLineBookmark.cs" /> |
|
<Compile Include="Bookmarks\IBookmark.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\DebuggerService.cs" /> |
|
<Compile Include="Services\Debugger\DefaultDebugger.cs" /> |
|
<Compile Include="Services\Debugger\IDebugger.cs" /> |
|
<Compile Include="Services\Debugger\ListHelper.cs" /> |
|
<Compile Include="Services\Debugger\RemotingConfigurationHelpper.cs" /> |
|
<Compile Include="Services\Debugger\TypeResolverExtension.cs" /> |
|
<Compile Include="Services\Debugger\WindowsDebugger.cs" /> |
|
<Compile Include="Services\ImageService\ImageService.cs" /> |
|
<Compile Include="Models\RunningProcess.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="Services\ParserService\IParser.cs" /> |
|
<Compile Include="Services\ParserService\Parser.cs" /> |
|
<Compile Include="Services\ParserService\ParserService.cs" /> |
|
<Compile Include="UI\AttachToProcessWindow.xaml.cs"> |
|
<DependentUpon>AttachToProcessWindow.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Models\TreeModel" /> |
|
<Folder Include="Services\Debugger\Tooltips" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="UI\AttachToProcessWindow.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="..\..\Decompiler\lib\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\Libraries\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</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" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |