|
|
@ -37,7 +37,7 @@ |
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath> |
|
|
|
<OutputPath>..\..\..\..\AddIns\AddIns\Debugger\</OutputPath> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -52,7 +52,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
<StartAction>Program</StartAction> |
|
|
|
<StartAction>Program</StartAction> |
|
|
|
<StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram> |
|
|
|
<StartProgram>..\..\..\..\bin\SharpDevelop.exe</StartProgram> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="PresentationCore"> |
|
|
|
<Reference Include="PresentationCore"> |
|
|
@ -205,7 +205,7 @@ |
|
|
|
<DependentUpon>DebuggerEventForm.cs</DependentUpon> |
|
|
|
<DependentUpon>DebuggerEventForm.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
</EmbeddedResource> |
|
|
|
<Compile Include="Service\SetCurrentStatementCommand.cs" /> |
|
|
|
<Compile Include="Service\SetCurrentStatementCommand.cs" /> |
|
|
|
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
|
|
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
|
|
</Compile> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Pads\DebuggerPad.cs" /> |
|
|
|
<Compile Include="Pads\DebuggerPad.cs" /> |
|
|
@ -314,22 +314,22 @@ |
|
|
|
<Content Include="Debugger.AddIn.addin"> |
|
|
|
<Content Include="Debugger.AddIn.addin"> |
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</Content> |
|
|
|
<ProjectReference Include="..\..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
|
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
|
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
|
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
|
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
|
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
|
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
|
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
|
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
|
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
|
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
|
|
<Name>ICSharpCode.Core</Name> |
|
|
|
<Name>ICSharpCode.Core</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj"> |
|
|
|
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project> |
|
|
|
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project> |
|
|
|
<Name>ICSharpCode.Core.Presentation</Name> |
|
|
|
<Name>ICSharpCode.Core.Presentation</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
@ -341,12 +341,12 @@ |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
<Content Include="PostBuildEvent.proj" /> |
|
|
|
<Content Include="PostBuildEvent.proj" /> |
|
|
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
|
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
|
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
|
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
|
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
|
|
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
|
|
|
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
|
|
|
<Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
|
|
<Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
@ -359,17 +359,17 @@ |
|
|
|
<Page Include="Visualizers\Graph\ObjectGraphControl.xaml" /> |
|
|
|
<Page Include="Visualizers\Graph\ObjectGraphControl.xaml" /> |
|
|
|
<Page Include="Visualizers\GridVisualizer\GridVisualizerWindow.xaml" /> |
|
|
|
<Page Include="Visualizers\GridVisualizer\GridVisualizerWindow.xaml" /> |
|
|
|
<Page Include="Visualizers\TextVisualizer\TextVisualizerWindow.xaml" /> |
|
|
|
<Page Include="Visualizers\TextVisualizer\TextVisualizerWindow.xaml" /> |
|
|
|
<ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
|
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
|
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
|
|
<Name>NRefactory</Name> |
|
|
|
<Name>NRefactory</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\..\..\Libraries\TreeViewAdv\Aga.Controls\Aga.Controls.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Libraries\TreeViewAdv\Aga.Controls\Aga.Controls.csproj"> |
|
|
|
<Project>{E73BB233-D88B-44A7-A98F-D71EE158381D}</Project> |
|
|
|
<Project>{E73BB233-D88B-44A7-A98F-D71EE158381D}</Project> |
|
|
|
<Name>Aga.Controls</Name> |
|
|
|
<Name>Aga.Controls</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
|
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project> |
|
|
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project> |
|
|
|
<Name>ICSharpCode.Core.WinForms</Name> |
|
|
|
<Name>ICSharpCode.Core.WinForms</Name> |
|
|
|
<Private>False</Private> |
|
|
|
<Private>False</Private> |