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.
421 lines
22 KiB
421 lines
22 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>9.0.30729</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{EC06F96A-AEEC-49D6-B03D-AB87C6EB674C}</ProjectGuid> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>Debugger.AddIn</RootNamespace> |
|
<AssemblyName>Debugger.AddIn</AssemblyName> |
|
<WarningLevel>4</WarningLevel> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<NoStdLib>False</NoStdLib> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>116916224</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<RunPostBuildEvent>Always</RunPostBuildEvent> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<SourceAnalysisOverrideSettingsFile>"C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis"</SourceAnalysisOverrideSettingsFile> |
|
<SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\HP\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
<PublishUrl>http://localhost/Debugger.AddIn/</PublishUrl> |
|
<Install>true</Install> |
|
<InstallFrom>Web</InstallFrom> |
|
<UpdateEnabled>true</UpdateEnabled> |
|
<UpdateMode>Foreground</UpdateMode> |
|
<UpdateInterval>7</UpdateInterval> |
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
<UpdateRequired>false</UpdateRequired> |
|
<MapFileExtensions>true</MapFileExtensions> |
|
<ApplicationRevision>0</ApplicationRevision> |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
<OutputPath>..\..\..\..\AddIns\Debugger\</OutputPath> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>false</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugType>pdbonly</DebugType> |
|
<Optimize>true</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<StartAction>Program</StartAction> |
|
<StartProgram>..\..\..\..\bin\SharpDevelop.exe</StartProgram> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="GraphSharp"> |
|
<HintPath>..\..\..\Libraries\GraphSharp\GraphSharp.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="GraphSharp.Controls"> |
|
<HintPath>..\..\..\Libraries\GraphSharp\GraphSharp.Controls.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.CSharp" /> |
|
<Reference Include="PresentationCore"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="PresentationFramework.Aero"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="QuickGraph"> |
|
<HintPath>..\..\..\Libraries\GraphSharp\QuickGraph.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xaml" /> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="NRefactory\ExpressionEvaluator.cs" /> |
|
<Compile Include="NRefactory\ExpressionExtensionMethods.cs" /> |
|
<Compile Include="Options\DebuggingOptionsPanel.xaml.cs"> |
|
<DependentUpon>DebuggingOptionsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Pads\CallStackPad.xaml.cs"> |
|
<DependentUpon>CallStackPad.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Pads\Commands\MemoryPadCommands.cs" /> |
|
<Compile Include="Pads\Commands\ParallelStacksViewCommands.cs" /> |
|
<Compile Include="Pads\Commands\SelectLanguageCommand.cs" /> |
|
<Compile Include="Pads\Commands\WatchPadCommands.cs" /> |
|
<Compile Include="Pads\Common\AutoCompleteTextBox.cs" /> |
|
<Compile Include="Pads\Common\ConditionCell.xaml.cs"> |
|
<DependentUpon>ConditionCell.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Pads\MemoryPad.cs" /> |
|
<Compile Include="Pads\ParallelPad\DrawSurface.xaml.cs"> |
|
<DependentUpon>DrawSurface.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Pads\ParallelPad\ParallelStackFrameModel.cs" /> |
|
<Compile Include="Pads\ParallelPad\ParallelStackPad.cs" /> |
|
<Compile Include="Pads\ParallelPad\ParallelStacksGraph.cs" /> |
|
<Compile Include="Pads\ParallelPad\SelectedFrameBookmark.cs" /> |
|
<Compile Include="Pads\ParallelPad\ThreadStack.xaml.cs"> |
|
<DependentUpon>ThreadStack.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="BreakpointChangeMenuBuilder.cs" /> |
|
<Compile Include="DisableBreakpointMenuCommand.cs" /> |
|
<Compile Include="EnableBreakpointMenuCommand.cs" /> |
|
<Compile Include="IsActiveBreakpointCondition.cs" /> |
|
<Compile Include="IsBreakpointCondition.cs" /> |
|
<Compile Include="Options\DebuggingOptions.cs" /> |
|
<Compile Include="Options\DebuggingSymbolsPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Options\DebuggingSymbolsPanel.Designer.cs"> |
|
<DependentUpon>DebuggingSymbolsPanel.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Pads\ObjectGraphPad.cs" /> |
|
<Compile Include="Pads\BreakPointsPad.cs" /> |
|
<Compile Include="Pads\ConsolePad.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Pads\LoadedModulesPad.cs" /> |
|
<Compile Include="Pads\LocalVarPad.cs" /> |
|
<Compile Include="Pads\RunningThreadsPad.cs" /> |
|
<Compile Include="Pads\WatchPad.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Service\AttachToProcessForm.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Service\DebuggeeExceptionForm.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Service\DebuggeeExceptionForm.Designer.cs"> |
|
<DependentUpon>DebuggeeExceptionForm.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Service\EditBreakpointScriptWindow.xaml.cs"> |
|
<DependentUpon>EditBreakpointScriptWindow.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Tooltips\DebuggerTooltipControl.xaml.cs"> |
|
<DependentUpon>DebuggerTooltipControl.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Tooltips\VisualizerPicker.cs"> |
|
<DependentUpon>VisualizerPicker.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="TreeModel\SharpTreeNodeAdapter.cs" /> |
|
<Compile Include="TreeModel\TreeNode.cs" /> |
|
<Compile Include="Visualizers\Commands\ExpressionVisualizerCommand.cs" /> |
|
<Compile Include="Visualizers\Commands\GridVisualizerCommand.cs" /> |
|
<Compile Include="Visualizers\Commands\IVisualizerDescriptor.cs" /> |
|
<Compile Include="Visualizers\Commands\ObjectGraphVisualizerCommand.cs" /> |
|
<Compile Include="Visualizers\Commands\GridVisualizerMenuCommand.cs" /> |
|
<Compile Include="Visualizers\Commands\ObjectGraphVisualizerMenuCommand.cs" /> |
|
<Compile Include="Visualizers\Commands\TextVisualizerCommand.cs" /> |
|
<Compile Include="Visualizers\Commands\VisualizerDescriptors.cs" /> |
|
<Compile Include="Visualizers\Commands\XmlVisualizerCommand.cs" /> |
|
<Compile Include="Visualizers\Common\DebuggerVisualizerException.cs" /> |
|
<Compile Include="Visualizers\Common\IEvaluate.cs" /> |
|
<Compile Include="Visualizers\Common\IVisualizerCommand.cs" /> |
|
<Compile Include="Visualizers\Common\ObjectProperty.cs" /> |
|
<Compile Include="Visualizers\Common\ObjectPropertyComparer.cs" /> |
|
<Compile Include="Visualizers\Common\VirtualizingCollection.cs" /> |
|
<Compile Include="Visualizers\Common\VirtualizingObservableCollection.cs" /> |
|
<Compile Include="Visualizers\Graph\Drawing\BoolToBoldConverter.cs" /> |
|
<Compile Include="Visualizers\Graph\Drawing\PositionedGraphNodeControl.xaml.cs"> |
|
<DependentUpon>PositionedGraphNodeControl.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Visualizers\Graph\ExpandedPaths\Expanded.cs" /> |
|
<Compile Include="Visualizers\Graph\ExpandedPaths\ExpandedContentNodes.cs" /> |
|
<Compile Include="Visualizers\Graph\ExpandedPaths\ExpandedExpressions.cs" /> |
|
<Compile Include="Visualizers\Graph\ExpandedPaths\ExpandedPaths.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\GraphEdgeRouter.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\Box.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\Edge.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\EdgeRouter.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\GeomUtils.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\IEdge.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\IPoint.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\IRect.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\Point2D.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\RouteGraph\EdgeStartEnd.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\RouteGraph\RoutedEdge.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\RouteGraph\RouteGraph.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\RouteGraph\RouteGraphEdge.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\RouteGraph\RouteVertex.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\SplineRouting\ShortestPath\DijkstraShortestPathFinder.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\TreeModel\ContentNode.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\TreeModel\ContentNodeEventArgs.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\TreeModel\ContentPropertyNode.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraphControl.xaml.cs"> |
|
<DependentUpon>ObjectGraphControl.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\NamedEdge.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\PropertiesFirstComparer.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\TreeModel\AbstractNode.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\TreeModel\BaseClassNode.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\TreeModel\RawViewNode.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\TreeModel\ThisNode.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\TreeModel\NonPublicMembersNode.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\TreeModel\PropertyNode.cs" /> |
|
<Compile Include="Visualizers\PresentationBindings\DragScrollViewer.cs" /> |
|
<Compile Include="Visualizers\PresentationBindings\GridViewColumnHider.cs" /> |
|
<Compile Include="Visualizers\PresentationBindings\GridViewHideableColumn.cs" /> |
|
<Compile Include="Visualizers\PresentationBindings\TooltipVisibilityConverter.cs" /> |
|
<Compile Include="Visualizers\TextVisualizer\TextVisualizerWindow.xaml.cs"> |
|
<DependentUpon>TextVisualizerWindow.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Visualizers\Utils\AtomicType.cs" /> |
|
<Compile Include="Visualizers\Utils\IEnumerableExtensions.cs" /> |
|
<Compile Include="Visualizers\Utils\ITreeNode.cs" /> |
|
<Compile Include="Visualizers\Utils\LinqUtils.cs" /> |
|
<Compile Include="Visualizers\Utils\ListHelper.cs" /> |
|
<Compile Include="Visualizers\Utils\StringHelper.cs" /> |
|
<Compile Include="Visualizers\Utils\TreeFlattener.cs" /> |
|
<Compile Include="Visualizers\Utils\TypeResolver.cs" /> |
|
<EmbeddedResource Include="Service\DebuggeeExceptionForm.resx"> |
|
<DependentUpon>DebuggeeExceptionForm.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<Compile Include="Service\RunToCursorCommand.cs" /> |
|
<Compile Include="Service\WindowsDebugger.cs" /> |
|
<EmbeddedResource Include="Options\DebuggingSymbolsPanel.resx"> |
|
<DependentUpon>DebuggingSymbolsPanel.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<Compile Include="Service\SetCurrentStatementCommand.cs" /> |
|
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Pads\RunningThreadsPad.Menu.cs" /> |
|
<Compile Include="TreeModel\ValueNode.cs" /> |
|
<Compile Include="TreeModel\Utils.cs" /> |
|
<Compile Include="Visualizers\Graph\Drawing\CanvasLocationAdapter.cs" /> |
|
<Compile Include="Visualizers\Graph\Drawing\GraphDrawer.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\GraphDiff.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\GraphMatcher.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\PositionedEdge.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\PositionedGraph.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\PositionedNode.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\PositionedNodeProperty.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\PositionedPropertyEventArgs.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\Tree\LayoutDirection.cs" /> |
|
<Compile Include="Visualizers\Graph\Layout\Tree\TreeLayout.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\ObjectGraph.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\ObjectGraphBuilder.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\ObjectGraphNode.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraph\ObjectGraphProperty.cs" /> |
|
<Compile Include="Visualizers\GridVisualizer\GridVisualizerWindow.xaml.cs"> |
|
<DependentUpon>GridVisualizerWindow.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Visualizers\Utils\DebuggerHelpers.cs" /> |
|
<Compile Include="Visualizers\Utils\DictionaryExtensions.cs" /> |
|
<Compile Include="Visualizers\Utils\Lookup.cs" /> |
|
<Compile Include="Visualizers\Utils\LookupValueCollection.cs" /> |
|
<Compile Include="Visualizers\Graph\ObjectGraphWindow.xaml.cs"> |
|
<DependentUpon>ObjectGraphWindow.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Visualizers\PresentationBindings\DisplayAttribute.cs" /> |
|
<Compile Include="Visualizers\PresentationBindings\EnumViewModel.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Content Include="Debugger.AddIn.addin"> |
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
</Content> |
|
<ProjectReference Include="..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Libraries\Mono.Cecil\Mono.Cecil.csproj"> |
|
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project> |
|
<Name>Mono.Cecil</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Libraries\SharpTreeView\ICSharpCode.TreeView\ICSharpCode.TreeView.csproj"> |
|
<Project>{DDE2A481-8271-4EAC-A330-8FA6A38D13D1}</Project> |
|
<Name>ICSharpCode.TreeView</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj"> |
|
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project> |
|
<Name>ICSharpCode.Core.Presentation</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Debugger.Core\Debugger.Core.csproj"> |
|
<Project>{1D18D788-F7EE-4585-A23B-34DC8EC63CB8}</Project> |
|
<Name>Debugger.Core</Name> |
|
<Private>False</Private> |
|
<SpecificVersion>False</SpecificVersion> |
|
</ProjectReference> |
|
<Content Include="PostBuildEvent.proj" /> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Options\DebuggingOptionsPanel.xaml" /> |
|
<Page Include="Pads\CallStackPad.xaml" /> |
|
<Page Include="Pads\Common\CommonResources.xaml" /> |
|
<Page Include="Pads\Common\ConditionCell.xaml" /> |
|
<Page Include="Pads\ParallelPad\DrawSurface.xaml" /> |
|
<Page Include="Pads\ParallelPad\ThreadStack.xaml" /> |
|
<Page Include="Service\EditBreakpointScriptWindow.xaml" /> |
|
<Page Include="Tooltips\DebuggerTooltipControl.xaml" /> |
|
<Page Include="Tooltips\VisualizerPicker.xaml" /> |
|
<Page Include="Visualizers\Graph\Drawing\NodeControlResources.xaml" /> |
|
<Page Include="Visualizers\Graph\Drawing\PositionedGraphNodeControl.xaml" /> |
|
<Page Include="Visualizers\Graph\ObjectGraphControl.xaml" /> |
|
<Page Include="Visualizers\GridVisualizer\ColumnPicker.xaml" /> |
|
<Page Include="Visualizers\GridVisualizer\GridVisualizerWindow.xaml" /> |
|
<Page Include="Visualizers\TextVisualizer\TextVisualizerWindow.xaml" /> |
|
<ProjectReference Include="..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project> |
|
<Name>ICSharpCode.Core.WinForms</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Folder Include="NRefactory" /> |
|
<Folder Include="Pads\Commands" /> |
|
<Folder Include="Pads\Common" /> |
|
<Folder Include="Pads\ParallelPad" /> |
|
<Folder Include="Tooltips" /> |
|
<Folder Include="Visualizers\Graph" /> |
|
<Folder Include="Visualizers\Graph\Drawing" /> |
|
<Folder Include="Visualizers\Graph\Layout" /> |
|
<Folder Include="Visualizers\Graph\Layout\TreeModel" /> |
|
<Folder Include="Visualizers\Graph\Layout\SplineRouting" /> |
|
<Folder Include="Visualizers\Graph\Layout\SplineRouting\RouteGraph" /> |
|
<Folder Include="Visualizers\Graph\Layout\SplineRouting\ShortestPath" /> |
|
<Folder Include="Visualizers\Graph\Layout\Tree" /> |
|
<Folder Include="Visualizers\Graph\ExpandedPaths" /> |
|
<Folder Include="Visualizers\Graph\ObjectGraph\TreeModel" /> |
|
<Folder Include="Visualizers\Graph\ObjectGraph" /> |
|
<Folder Include="Visualizers\Common" /> |
|
<Folder Include="Visualizers\Commands" /> |
|
<Folder Include="Visualizers\TextVisualizer" /> |
|
<Folder Include="Visualizers\Utils" /> |
|
<Folder Include="Visualizers\GridVisualizer" /> |
|
<Folder Include="Visualizers\PresentationBindings" /> |
|
<Page Include="Visualizers\Graph\ObjectGraphWindow.xaml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework Client Profile</ProductName> |
|
<Install>false</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
|
<Install>true</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
|
<Install>false</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5</ProductName> |
|
<Install>false</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
<Install>false</Install> |
|
</BootstrapperPackage> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
<Import Project="PostBuildEvent.proj" /> |
|
</Project> |