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.
894 lines
54 KiB
894 lines
54 KiB
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>8.0.50215</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</ProjectGuid> |
|
<AssemblyName>ICSharpCode.SharpDevelop</AssemblyName> |
|
<OutputTarget>Library</OutputTarget> |
|
<NoStdLib>False</NoStdLib> |
|
<NoConfig>False</NoConfig> |
|
<OutputType>Library</OutputType> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>88080384</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<DelaySign>False</DelaySign> |
|
<NoWarn>0809 1591</NoWarn> |
|
<WarningLevel>4</WarningLevel> |
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugType>Full</DebugType> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DefineConstants>DEBUG,TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<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="System" /> |
|
<Reference Include="System.Core" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Design" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Web.Services" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="Microsoft.Build.Framework" /> |
|
<Reference Include="Microsoft.Build" /> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsFormsIntegration" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Src\Commands\SharpDevelopRoutedCommands.cs" /> |
|
<Compile Include="Src\Editor\AvalonEdit\AvalonEditDocumentAdapter.cs" /> |
|
<Compile Include="Src\Editor\AvalonEdit\AvalonEditSyntaxHighlighterAdapter.cs" /> |
|
<Compile Include="Src\Editor\AvalonEdit\AvalonEditTextEditorAdapter.cs" /> |
|
<Compile Include="Src\Editor\AvalonEdit\AvalonEditTextSourceAdapter.cs" /> |
|
<Compile Include="Src\Editor\AvalonEdit\IndentationStrategyAdapter.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\AttributesItemProvider.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\CodeCompletionBinding.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\CodeCompletionDataUsageCache.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\CodeCompletionItemProvider.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\CommentCompletionItemProvider.cs"> |
|
</Compile> |
|
<Compile Include="Src\Editor\CodeCompletion\CompletionContext.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\CtrlSpaceCompletionItemProvider.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\ICompletionItem.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\ICompletionItemList.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\ICompletionListWindow.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\IInsightItem.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\IInsightWindow.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\IndexerInsightProvider.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\ICompletionWindow.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\MethodInsightItem.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\MethodInsightProvider.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\NRefactoryCodeCompletionBinding.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\OverrideCompletionItem.cs"> |
|
</Compile> |
|
<Compile Include="Src\Editor\CodeCompletion\OverrideCompletionItemProvider.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\TemplateCompletionItemProvider.cs" /> |
|
<Compile Include="Src\Editor\CodeCompletion\TextCompletionItemProvider.cs" /> |
|
<Compile Include="Src\Editor\Commands\CommentRegion.cs" /> |
|
<Compile Include="Src\Editor\Commands\GoToDefinition.cs" /> |
|
<Compile Include="Src\Editor\Commands\IndentSelection.cs" /> |
|
<Compile Include="Src\Editor\DocumentUtilitites.cs" /> |
|
<Compile Include="Src\Editor\IDocument.cs" /> |
|
<Compile Include="Src\Editor\IDocumentLine.cs" /> |
|
<Compile Include="Src\Editor\IFileDocumentProvider.cs" /> |
|
<Compile Include="Src\Editor\IFormattingStrategy.cs" /> |
|
<Compile Include="Src\Editor\ISyntaxHighlighter.cs" /> |
|
<Compile Include="Src\Editor\ITextAnchor.cs" /> |
|
<Compile Include="Src\Editor\ITextAreaToolTipProvider.cs"> |
|
<DependentUpon>ToolTipService.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Editor\ITextBuffer.cs" /> |
|
<Compile Include="Src\Editor\ITextEditor.cs" /> |
|
<Compile Include="Src\Editor\ITextMarker.cs" /> |
|
<Compile Include="Src\Editor\ITooltip.cs"> |
|
<DependentUpon>ToolTipService.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Editor\RefactoringDocumentAdapter.cs" /> |
|
<Compile Include="Src\Editor\Search\ISearchResult.cs" /> |
|
<Compile Include="Src\Editor\Search\ISearchResultFactory.cs" /> |
|
<Compile Include="Src\Editor\Search\ProvidedDocumentInformation.cs" /> |
|
<Compile Include="Src\Editor\Search\SearchResultMatch.cs" /> |
|
<Compile Include="Src\Editor\Search\SearchResultsPad.cs" /> |
|
<Compile Include="Src\Editor\Search\SearchResultPadToolbarCommands.cs" /> |
|
<Compile Include="Src\Editor\TextChangeEventArgs.cs" /> |
|
<Compile Include="Src\Editor\ToolTipRequestEventArgs.cs"> |
|
<DependentUpon>ToolTipService.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Editor\ToolTipService.cs" /> |
|
<Compile Include="Src\Gui\AbstractSecondaryViewContent.cs" /> |
|
<Compile Include="Src\Gui\AbstractViewContentHandlingLoadErrors.cs" /> |
|
<Compile Include="Src\Gui\AbstractViewContentWithoutFile.cs" /> |
|
<Compile Include="Src\Gui\App.xaml.cs"> |
|
<DependentUpon>App.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\BrowserDisplayBinding\BrowserDisplayBinding.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\StringParserPropertyContainer.cs" /> |
|
<Compile Include="Src\Gui\Components\SideBar\TextEditorSideBar.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\AddOpenWithEntryDialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\AddOpenWithEntryDialog.Designer.cs"> |
|
<DependentUpon>AddOpenWithEntryDialog.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\AsynchronousWaitDialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\AsynchronousWaitDialog.Designer.cs"> |
|
<DependentUpon>AsynchronousWaitDialog.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\AbstractAttachToProcessForm.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\AbstractAttachToProcessForm.Designer.cs"> |
|
<DependentUpon>AbstractAttachToProcessForm.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\ExtractInterfaceDialog.cs" /> |
|
<None Include="Src\Gui\Dialogs\ExtractInterfaceDialog.cs"> |
|
<Link>Src\Services\RefactoringService\ExtractInterfaceDialog.cs</Link> |
|
</None> |
|
<Compile Include="Src\Gui\Dialogs\ExtractInterfaceDialog.Designer.cs"> |
|
<DependentUpon>ExtractInterfaceDialog.cs</DependentUpon> |
|
</Compile> |
|
<None Include="Src\Gui\Dialogs\ExtractInterfaceDialog.Designer.cs"> |
|
<Link>Src\Services\RefactoringService\ExtractInterfaceDialog.Designer.cs</Link> |
|
<DependentUpon>ExtractInterfaceDialog.cs</DependentUpon> |
|
</None> |
|
<Compile Include="Src\Gui\Dialogs\NewProjectDialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\NewProjectDialog.Designer.cs"> |
|
<DependentUpon>NewProjectDialog.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OpenWithDialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\OpenWithDialog.Designer.cs"> |
|
<DependentUpon>OpenWithDialog.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\ConvertToMSBuild35Dialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\ConvertToMSBuild35Dialog.Designer.cs"> |
|
<DependentUpon>ConvertToMSBuild35Dialog.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\XmlFormsOptionPanel.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\SolutionConfiguration\AddNewConfigurationDialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\SolutionConfiguration\AddNewConfigurationDialog.Designer.cs"> |
|
<DependentUpon>AddNewConfigurationDialog.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\TabbedOptionsDialog.xaml.cs"> |
|
<DependentUpon>TabbedOptionsDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\TreeViewOptionsDialog.xaml.cs"> |
|
<DependentUpon>TreeViewOptionsDialog.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\IImage.cs" /> |
|
<Compile Include="Src\Gui\Pads\AbstractConsolePad.cs" /> |
|
<Compile Include="Src\Gui\Pads\OutlinePad.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\DirectoryNodeFactory.cs" /> |
|
<Compile Include="Src\Gui\Pads\TaskList\TaskListPadCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ToolsPad.cs" /> |
|
<None Include="Src\Gui\Workbench\Layouts\SimpleWorkbenchLayout.cs" /> |
|
<Compile Include="Src\Gui\Workbench\Layouts\AvalonDockLayout.cs" /> |
|
<Compile Include="Src\Gui\Workbench\Layouts\AvalonPadContent.cs" /> |
|
<Compile Include="Src\Gui\Workbench\Layouts\AvalonWorkbenchWindow.cs" /> |
|
<Compile Include="Src\Gui\Workbench\SingleInstanceHelper.cs" /> |
|
<Compile Include="Src\Gui\Workbench\WpfWorkbench.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\WriteableProjectEvaluator.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\WriteableSolutionEvaluator.cs" /> |
|
<Compile Include="Src\Internal\Doozers\IOptionPanel.cs" /> |
|
<Compile Include="Src\Internal\ExternalTool\ExternalTool.cs" /> |
|
<Compile Include="Src\Internal\Templates\CodeTemplate.cs" /> |
|
<Compile Include="Src\Internal\Templates\Project\ProjectTemplate.cs" /> |
|
<Compile Include="Src\Internal\Templates\File\FileDescriptionTemplate.cs" /> |
|
<Compile Include="Src\Internal\Templates\File\FileTemplate.cs" /> |
|
<Compile Include="Src\Internal\Templates\TextTemplate.cs" /> |
|
<Compile Include="Src\Internal\Templates\File\INewFileCreator.cs" /> |
|
<Compile Include="Src\Project\BuildEngine.cs" /> |
|
<Compile Include="Src\Project\ContextSpecificProperties.cs" /> |
|
<Compile Include="Src\Project\IBuildFeedbackSink.cs" /> |
|
<Compile Include="Src\Project\IProjectItemBackendStore.cs" /> |
|
<Compile Include="Src\Project\MSBuildEngine\BuildLogFileLogger.cs" /> |
|
<Compile Include="Src\Project\MSBuildEngine\EventSource.cs" /> |
|
<Compile Include="Src\Project\MSBuildEngine\MSBuildEngine.cs" /> |
|
<Compile Include="Src\Project\MSBuildEngine\ParallelMSBuildManager.cs" /> |
|
<Compile Include="Src\Project\MSBuildFileProject.cs" /> |
|
<Compile Include="Src\Project\MSBuildItemWrapper.cs" /> |
|
<Compile Include="Src\Project\ProjectLoadInformation.cs" /> |
|
<Compile Include="Src\Project\ProjectStartException.cs" /> |
|
<Compile Include="Src\Project\ProjectLoadException.cs" /> |
|
<Compile Include="Src\Project\ProjectPropertyChangedEventArgs.cs" /> |
|
<Compile Include="Src\Project\Solution\Project_TypeGuids.cs" /> |
|
<Compile Include="Src\Services\Debugger\BreakpointBookmark.cs" /> |
|
<Compile Include="Src\Services\Debugger\BreakpointBookmarkEventArgs.cs" /> |
|
<Compile Include="Src\Services\Debugger\Tooltips\DebuggerPopup.cs" /> |
|
<Compile Include="Src\Services\Debugger\Tooltips\DebuggerTooltipControl.xaml.cs"> |
|
<DependentUpon>DebuggerTooltipControl.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Services\Debugger\Tooltips\ITreeNode.cs" /> |
|
<Compile Include="Src\Services\Debugger\Tooltips\IVisualizerCommand.cs" /> |
|
<Compile Include="Src\Services\Debugger\Tooltips\LazyItemsControl.cs" /> |
|
<Compile Include="Src\Services\Debugger\Tooltips\VirtualizingIEnumerable.cs" /> |
|
<Compile Include="Src\Services\Debugger\Tooltips\VisualizerPicker.cs" /> |
|
<Compile Include="Src\Services\DisplayBinding\ExternalProcessDisplayBinding.cs" /> |
|
<Compile Include="Src\Services\DisplayBinding\ISecondaryDisplayBinding.cs" /> |
|
<Compile Include="Src\Services\DisplayBinding\ShellExecuteDisplayBinding.cs" /> |
|
<Compile Include="Src\Services\File\FileChangeWatcher.cs" /> |
|
<Compile Include="Src\Services\File\OpenedFile.cs" /> |
|
<Compile Include="Src\Services\File\RecentOpen.cs" /> |
|
<Compile Include="Src\Services\LanguageBinding\AggregatedLanguageBinding.cs" /> |
|
<Compile Include="Src\Services\LanguageBinding\DefaultLanguageBinding.cs" /> |
|
<Compile Include="Src\Services\LanguageBinding\ILanguageBinding.cs" /> |
|
<Compile Include="Src\Services\LanguageBinding\LanguageBindingDescriptor.cs" /> |
|
<Compile Include="Src\Services\LanguageBinding\LanguageBindingDoozer.cs" /> |
|
<Compile Include="Src\Services\LanguageBinding\LanguageBindingService.cs" /> |
|
<Compile Include="Src\Services\Language\LanguageService.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\WindowActiveEvaluator.cs" /> |
|
<Compile Include="Src\Internal\Doozers\DefaultOptionPanelDescriptor.cs" /> |
|
<Compile Include="Src\Internal\Doozers\OptionPanelDoozer.cs" /> |
|
<Compile Include="Src\Internal\Doozers\IOptionPanelDescriptor.cs" /> |
|
<Compile Include="Src\Services\File\FileService.cs" /> |
|
<Compile Include="Src\Services\File\FileEventArgs.cs" /> |
|
<Compile Include="Src\Services\ParserService\AssemblyParserService.cs" /> |
|
<Compile Include="Src\Services\ParserService\LoadSolutionProjects.cs" /> |
|
<Compile Include="Src\Services\ParserService\ParserService.cs" /> |
|
<Compile Include="Src\Services\Profiler\DefaultProfiler.cs" /> |
|
<Compile Include="Src\Services\Profiler\IProfiler.cs" /> |
|
<Compile Include="Src\Services\Profiler\ProfilerService.cs" /> |
|
<Compile Include="Src\Services\ProjectService\CompileModifiedProjectsOnly.cs" /> |
|
<Compile Include="Src\Services\RefactoringService\ExtractInterfaceOptions.cs" /> |
|
<Compile Include="Src\Services\Tasks\ErrorDrawer.cs" /> |
|
<Compile Include="Src\Services\Tasks\Task.cs" /> |
|
<Compile Include="Src\Services\Tasks\TaskService.cs" /> |
|
<Compile Include="Src\Services\DisplayBinding\IDisplayBinding.cs" /> |
|
<Compile Include="Src\Internal\ExternalTool\ToolLoader.cs" /> |
|
<Compile Include="Src\Internal\Templates\CodeTemplateLoader.cs" /> |
|
<Compile Include="Src\Services\ProjectBinding\IProjectBinding.cs" /> |
|
<Compile Include="Src\Internal\Templates\Project\ProjectCreateInformation.cs" /> |
|
<Compile Include="Src\Services\ProjectBinding\ProjectBindingService.cs" /> |
|
<None Include="Src\Services\Debugger\Tooltips\magnifier.png" /> |
|
<None Include="Src\Services\ParserService\OldParserService.cs" /> |
|
<Compile Include="Src\Services\DisplayBinding\DisplayBindingDoozer.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\CombineOpenEvaluator.cs" /> |
|
<Compile Include="Src\Services\ProjectBinding\ProjectBindingDoozer.cs" /> |
|
<Compile Include="Src\Services\Language\Language.cs" /> |
|
<Compile Include="Src\Services\DisplayBinding\DisplayBindingService.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\ProjectActiveEvaluator.cs" /> |
|
<Compile Include="Src\Services\AmbienceService\NetAmbience.cs" /> |
|
<Compile Include="Src\Services\AmbienceService\AmbienceService.cs" /> |
|
<Compile Include="Src\Services\AmbienceService\CodeDOMGeneratorUtility.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\WindowOpenEvaluator.cs" /> |
|
<Compile Include="Src\Internal\Templates\Project\ProjectDescriptor.cs" /> |
|
<Compile Include="Src\Internal\Templates\Project\SolutionDescriptor.cs" /> |
|
<Compile Include="Src\Gui\IProgressMonitor.cs" /> |
|
<Compile Include="Src\Gui\IViewContent.cs" /> |
|
<Compile Include="Src\Gui\IWorkbench.cs" /> |
|
<Compile Include="Src\Gui\IWorkbenchLayout.cs" /> |
|
<Compile Include="Src\Gui\IWorkbenchWindow.cs" /> |
|
<Compile Include="Src\Gui\IPadContent.cs" /> |
|
<Compile Include="Src\Gui\AbstractViewContent.cs" /> |
|
<Compile Include="Src\Gui\AbstractPadContent.cs" /> |
|
<Compile Include="Src\Gui\ContentInterfaces\IClipboardHandler.cs" /> |
|
<Compile Include="Src\Gui\ContentInterfaces\IEditable.cs" /> |
|
<Compile Include="Src\Gui\ContentInterfaces\IPositionable.cs" /> |
|
<Compile Include="Src\Gui\WorkbenchSingleton.cs" /> |
|
<Compile Include="Src\Commands\AutostartCommands.cs" /> |
|
<Compile Include="Src\Commands\EditCommands.cs" /> |
|
<Compile Include="Src\Commands\FileCommands.cs" /> |
|
<Compile Include="Src\Commands\FileTabStripCommands.cs" /> |
|
<Compile Include="Src\Commands\HelpCommands.cs" /> |
|
<Compile Include="Src\Commands\MenuItemBuilders.cs" /> |
|
<Compile Include="Src\Commands\ProjectMenuCommands.cs" /> |
|
<Compile Include="Src\Commands\BuildCommands.cs" /> |
|
<Compile Include="Src\Commands\SideBarCommands.cs" /> |
|
<Compile Include="Src\Commands\ToolsCommands.cs" /> |
|
<Compile Include="Src\Commands\WindowCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\Commands\SolutionNodeCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\Commands\FolderNodeCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\Commands\ProjectNodeCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\Commands\ReferenceFolderNodeCommands.cs" /> |
|
<Compile Include="Src\Gui\BrowserDisplayBinding\HtmlViewPane.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Components\SideBar\SharpDevelopSideBar.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Components\SideBar\SharpDevelopSideTabItem.cs" /> |
|
<Compile Include="Src\Gui\Components\StatusBar\SdStatusBar.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\ContentInterfaces\IPrintable.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\AbstractOptionPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\CommonAboutDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\NewFileDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\SharpDevelopAboutPanels.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\TabbedOptions.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\WordCountDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\EditTemplateDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ExternalToolPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\CodeGenerationPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\LoadSavePanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\SelectCulturePanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\SelectStylePanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\AssemblyReferencePanel.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\COMReferencePanel.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\GacReferencePanel.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\ProjectReferencePanel.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\SelectReferenceDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\WebReference.cs" /> |
|
<Compile Include="Src\Gui\Pads\FileScout.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Pads\PropertyPad\PropertyPad.cs" /> |
|
<None Include="Src\Gui\Workbench\DefaultWorkbench.cs"> |
|
<SubType>Form</SubType> |
|
</None> |
|
<None Include="Src\Gui\Workbench\Layouts\SdiWorkspaceLayout.cs" /> |
|
<None Include="Src\Gui\Workbench\Layouts\SdiWorkspaceWindow.cs"> |
|
<SubType>Form</SubType> |
|
</None> |
|
<Compile Include="Src\Gui\XmlForms\SharpDevelopPropertyValueCreator.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\SharpDevelopStringValueFilter.cs" /> |
|
<Compile Include="Src\Services\IconService.cs" /> |
|
<Compile Include="Src\Services\ClassBrowserIcons\ClassBrowserIconService.cs" /> |
|
<Compile Include="Src\Services\StatusBar\StatusBarService.cs" /> |
|
<Compile Include="Src\Gui\Pads\PropertyPad\PropertyPadCommands.cs" /> |
|
<Compile Include="Src\Gui\ContentInterfaces\ICustomizedCommands.cs" /> |
|
<Compile Include="Src\Commands\VBConverter\ConvertBuffer.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\LocalizedObject.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\LocalizedPropertyDescriptor.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\LocalizedPropertyAttribute.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\BaseSharpDevelopUserControl.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\XmlForms\BaseSharpDevelopForm.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\ContentInterfaces\IParseInformationListener.cs" /> |
|
<Compile Include="Src\Commands\CustomStringTagProvider.cs" /> |
|
<Compile Include="Src\Internal\Templates\CodeTemplateGroup.cs" /> |
|
<Compile Include="Src\Commands\VBConverter\CSharpConvertBuffer.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\ActiveViewContentUntitledEvaluator.cs" /> |
|
<Compile Include="Src\Services\Debugger\DebuggerService.cs" /> |
|
<Compile Include="Src\Gui\Pads\CompilerMessageView\CompilerMessageView.cs" /> |
|
<Compile Include="Src\Gui\ContentInterfaces\IContextHelpProvider.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\LocalizedTypeDescriptor.cs" /> |
|
<Compile Include="Src\Internal\Templates\File\ScriptRunner.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\CustomTypeConverter\BooleanTypeConverter.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\CustomTypeConverter\TemplateTypeConverter.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\EditStandardHeaderPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Internal\Templates\StandardHeaders.cs" /> |
|
<Compile Include="Src\Gui\Components\LocalizedPropertyGrid\LocalizedProperty.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\IsProcessRunningEvaluator.cs" /> |
|
<Compile Include="Src\Internal\Doozers\PadDoozer.cs" /> |
|
<Compile Include="Src\Gui\Pads\CompilerMessageView\MessageViewCategory.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\TaskListOptions.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Internal\ConditionEvaluators\ActiveContentExtensionEvaluator.cs" /> |
|
<Compile Include="Src\Gui\Workbench\ViewContentEventHandler.cs" /> |
|
<Compile Include="Src\Services\Debugger\IDebugger.cs" /> |
|
<Compile Include="Src\Services\Debugger\DefaultDebugger.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\ActiveWindowStateEvaluator.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\OpenWindowStateEvaluator.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\DebuggerSupportsEvaluator.cs" /> |
|
<Compile Include="Src\Commands\ChooseLayoutCommand.cs" /> |
|
<Compile Include="Src\Gui\Workbench\Layouts\LayoutConfiguration.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\OutputWindowOptionsPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Pads\CompilerMessageView\FileLineReference.cs" /> |
|
<Compile Include="Src\Gui\Pads\CompilerMessageView\OutputTextLineParser.cs" /> |
|
<Compile Include="Src\Gui\Components\FontSelectionPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Project\Items\FileProjectItem.cs" /> |
|
<Compile Include="Src\Project\IProject.cs" /> |
|
<Compile Include="Src\Project\Items\ProjectItem.cs" /> |
|
<Compile Include="Src\Project\Items\ReferenceProjectItem.cs" /> |
|
<Compile Include="Src\Project\Solution\Solution.cs" /> |
|
<Compile Include="Src\Services\ProjectService\ProjectService.cs" /> |
|
<Compile Include="Src\Services\ProjectService\SolutionEventHandler.cs" /> |
|
<Compile Include="Src\Services\ProjectService\ProjectEventHandler.cs" /> |
|
<Compile Include="Src\Commands\FileMenuCommands.cs" /> |
|
<Compile Include="Src\Services\ParserService\ParseInformationEventArgs.cs" /> |
|
<Compile Include="Src\Services\ProjectService\SolutionConfigurationEventHandler.cs" /> |
|
<Compile Include="Src\Services\ProjectService\ProjectConfigurationEventHandler.cs" /> |
|
<Compile Include="Src\Commands\DebugCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\AbstractProjectBrowserTreeNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\ProjectBrowserControl.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\ProjectBrowserPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\ProjectBrowserPad.cs" /> |
|
<Compile Include="Src\Project\Items\ProjectReferenceProjectItem.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\DirectoryNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\FileNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\SolutionNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\ProjectNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\CustomNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\NodeBuilder\IProjectNodeBuilder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\NodeBuilder\DefaultDotNetNodeBuilder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\CustomFolderNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\Commands\DefaultFileNodeCommands.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ProjectOptionsView.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\Commands\ToolbarCommands.cs" /> |
|
<Compile Include="Src\Services\ProjectBinding\ProjectBindingDescriptor.cs" /> |
|
<Compile Include="Src\Services\DisplayBinding\DisplayBindingDescriptor.cs" /> |
|
<Compile Include="Src\Services\ParserService\Doozer\ParserDoozer.cs" /> |
|
<Compile Include="Src\Services\ParserService\Doozer\ParserDescriptor.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\Lib\IPropertyValueCreator.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\Lib\IStringValueFilter.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\Lib\StringWrapper.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\Lib\XmlForm.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\XmlForms\Lib\XmlLoader.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\Lib\XmlUserControl.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\XmlForms\Lib\DefaultObjectCreator.cs" /> |
|
<Compile Include="Src\Gui\XmlForms\Lib\IObjectCreator.cs" /> |
|
<Compile Include="Src\Internal\Doozers\PadDescriptor.cs" /> |
|
<Compile Include="Src\Project\MissingProject.cs" /> |
|
<Compile Include="Src\Project\UnknownProject.cs" /> |
|
<Compile Include="Src\Gui\Pads\ErrorList\ErrorListPad.cs" /> |
|
<Compile Include="Src\Gui\Pads\ErrorList\ErrorListToolbarCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\CompilerMessageView\CompilerMessageViewToolbarCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\ClassBrowser.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\ClassBrowserToolbarCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\Nodes\ProjectNode.cs" /> |
|
<Compile Include="Src\Gui\Components\ExtTreeView\ExtTreeNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\Nodes\ClassNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\Nodes\MemberNode.cs" /> |
|
<Compile Include="Src\Gui\Components\ExtTreeView\ExtTreeView.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Components\ExtTreeView\ExtFolderNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\CompilerMessageView\TextEventHandler.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\Nodes\ReferenceFolderNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\Nodes\BaseTypesNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\Nodes\DerivedTypesNode.cs" /> |
|
<Compile Include="Src\Project\Solution\SolutionFolder.cs" /> |
|
<Compile Include="Src\Project\Solution\SolutionItem.cs" /> |
|
<Compile Include="Src\Project\Solution\ProjectSection.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\SolutionFolderNode.cs" /> |
|
<Compile Include="Src\Project\Solution\ISolutionFolderContainer.cs" /> |
|
<Compile Include="Src\Project\Solution\ISolutionFolder.cs" /> |
|
<Compile Include="Src\Project\Solution\AbstractSolutionFolder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\SolutionItemNode.cs" /> |
|
<Compile Include="Src\Gui\ContentInterfaces\IUndoHandler.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\Commands\ClipboardHandlerNodeCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\Util\ProjectBrowserTreeNodeVisitor.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\Util\FileRenameTreeNodeVisitor.cs" /> |
|
<Compile Include="Src\Project\Items\ComReferenceProjectItem.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\ReferenceFolder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\ReferenceNode.cs" /> |
|
<Compile Include="Src\Services\ProjectService\ProjectItemEventHandler.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\Util\UpdateReferencesVisitor.cs" /> |
|
<Compile Include="Src\Project\Items\TypeLibrary.cs" /> |
|
<Compile Include="Src\Project\Items\UnknownProjectItem.cs" /> |
|
<Compile Include="Src\Services\File\FileRenameEventArgs.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\Util\FileRemoveTreeNodeVisitor.cs" /> |
|
<Compile Include="Src\Services\ProjectService\SolutionFolderEventHandler.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\Util\SolutionFolderRemoveVisitor.cs" /> |
|
<Compile Include="Src\Gui\Components\ExtTreeView\ExtTreeViewComparer.cs" /> |
|
<Compile Include="Src\Project\WebReferenceUrl.cs" /> |
|
<Compile Include="Src\Project\Converter\CombineToSolution.cs" /> |
|
<Compile Include="Src\Project\Converter\PrjxToSolutionProject.cs" /> |
|
<EmbeddedResource Include="Resources\CodeGenerationOptionsPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\CombineStartupPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\CommonAboutDialog.xfrm" /> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<EmbeddedResource Include="Resources\EditStandardHeaderPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\EditTemplateDialog.xfrm" /> |
|
<EmbeddedResource Include="Resources\ExternalToolOptions.xfrm" /> |
|
<EmbeddedResource Include="Resources\FontSelectionPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\NewFileWithNameDialog.xfrm" /> |
|
<EmbeddedResource Include="Resources\LoadSaveOptionPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\NewFileDialog.xfrm" /> |
|
<EmbeddedResource Include="Resources\OutputWindowOptionsPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\SelectStylePanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\TaskListOptions.xfrm" /> |
|
<EmbeddedResource Include="Resources\WordCountDialog.xfrm" /> |
|
<EmbeddedResource Include="Resources\BehaviorTextEditorPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\GeneralTextEditorPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\CodeTemplatePanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\MarkersTextEditorPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\SortOptionsDialog.xfrm" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\BookmarkBase.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\Commands\MenuCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\IBookmarkMargin.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\Pad\Nodes\BookmarkFolderNode.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\Pad\Nodes\BookmarkNode.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\Pad\BookmarkPad.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\Pad\BookmarkPadToolbarCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\SDBookmark.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\BookmarkEventHandler.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\BookmarkManager.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\SDMarkerBookmark.cs" /> |
|
<Compile Include="Src\TextEditor\ClipboardHandling.cs" /> |
|
<Compile Include="Src\TextEditor\Codons\AddInTreeSyntaxModeProvider.cs" /> |
|
<Compile Include="Src\TextEditor\Codons\EditActionDoozer.cs" /> |
|
<Compile Include="Src\TextEditor\Codons\SyntaxModeDoozer.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\AbstractClassImplementorCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\AbstractFieldCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\AbstractPropertyCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\CodeGeneratorBase.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\ConstructorCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\EqualsCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\GetterAndSetterCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\GetterCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\InterfaceImplementorCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\OnXXXMethodsCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\OverrideMethodsCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\OverridePropertiesCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\SetterCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\ToStringCodeGenerator.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CommentRegionCommand.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\FoldingCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\FormatCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\GenerateCodeCommand.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Commands\PasteAsCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\SearchCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\TextAreaContextmenuCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\ToolCommands.cs" /> |
|
<Compile Include="Src\TextEditor\Conditions\TextContentCondition.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Dialogs\GotoDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Gui\Dialogs\SortOptionsDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Gui\Editor\CommandPromptControl.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\CompletionWindow\CodeCompletionData.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\CompletionWindow\CodeCompletionDataProvider.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\InsightWindow\IndexerInsightDataProvider.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\InsightWindow\MethodInsightDataProvider.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\ErrorDrawer.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\ITextAreaControlProvider.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\ParserFoldingStrategy.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\SharpDevelopTextAreaControl.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Gui\Editor\SharpDevelopTextEditorProperties.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\TextEditorDisplayBinding.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\OptionPanels\BehaviorTextEditorPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Gui\OptionPanels\CodeTemplatePanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Gui\OptionPanels\GeneralTextEditorPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Gui\OptionPanels\MarkersTextEditorPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Actions.cs" /> |
|
<Compile Include="Src\TextEditor\CharacterEncodings.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\TextEditorAdapter.cs" /> |
|
<Compile Include="Src\TextEditor\XmlFormattingStrategy.cs" /> |
|
<Compile Include="Src\Services\Tasks\TaskEventHandler.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\NavigationCommands.cs" /> |
|
<Compile Include="Src\Gui\Pads\DefinitionViewPad.cs" /> |
|
<Compile Include="Src\Project\MSBuildEnums.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\ApplicationSettings.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<EmbeddedResource Include="Resources\ProjectOptions\ApplicationSettings.xfrm" /> |
|
<Compile Include="Src\Gui\Pads\PropertyPad\IDEContainer.cs" /> |
|
<Compile Include="Src\Gui\Pads\PropertyPad\PropertyContainer.cs" /> |
|
<EmbeddedResource Include="Resources\ProjectOptions\Publish.xfrm" /> |
|
<EmbeddedResource Include="Resources\ProjectOptions\Signing.xfrm" /> |
|
<EmbeddedResource Include="Resources\ProjectOptions\BuildEvents.xfrm" /> |
|
<EmbeddedResource Include="Resources\ProjectOptions\DebugOptions.xfrm" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\Signing.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\ReferencePaths.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\Publish.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\DebugOptions.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\BuildEvents.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\BrowserDisplayBinding\SchemeExtension.cs" /> |
|
<Compile Include="Src\Gui\BrowserDisplayBinding\ExtendedWebBrowser.cs"> |
|
<SubType>Component</SubType> |
|
</Compile> |
|
<Compile Include="Src\TextEditor\Bookmarks\BookmarkConverter.cs" /> |
|
<Compile Include="Src\TextEditor\Bookmarks\ClassMemberBookmark.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\ClassMemberMenuBuilder.cs" /> |
|
<Compile Include="Src\Services\RefactoringService\RefactoringService.cs" /> |
|
<Compile Include="Src\Services\RefactoringService\Reference.cs" /> |
|
<Compile Include="Src\Services\ProjectService\ParseableFileContentEnumerator.cs" /> |
|
<Compile Include="Src\Services\ParserService\ParseProjectContent.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\CompletionWindow\AbstractCompletionDataProvider.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\CompletionWindow\CachedCompletionDataProvider.cs" /> |
|
<Compile Include="Src\Project\Items\ImportProjectItem.cs" /> |
|
<EmbeddedResource Include="Resources\CodeCompletionOptionPanel.xfrm" /> |
|
<Compile Include="Src\TextEditor\Gui\OptionPanels\CodeCompletionPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Services\Debugger\CurrentLineBookmark.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\ClassBookmarkMenuBuilder.cs" /> |
|
<Compile Include="Src\Gui\BrowserDisplayBinding\BrowserCommands.cs" /> |
|
<Compile Include="Src\Gui\BrowserDisplayBinding\BrowserLocationConditionEvaluator.cs" /> |
|
<Compile Include="Src\Services\Debugger\DebuggerDoozer.cs" /> |
|
<Compile Include="Src\Project\Solution\SolutionPreferences.cs" /> |
|
<Compile Include="Src\Project\ConfigurationGuiHelper.cs" /> |
|
<Compile Include="Src\Gui\ContentInterfaces\ICanBeDirty.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\AbstractXmlFormsProjectOptionPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\CreateKey.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<EmbeddedResource Include="Resources\ProjectOptions\CreateKey.xfrm" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\AbstractBuildOptions.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Services\RefactoringService\RefactoringMenuBuilder.cs" /> |
|
<EmbeddedResource Include="Resources\FullscreenPanel.xfrm" /> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\FullscreenPanel.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\Services\RefactoringService\LocalVariableRefactoring.cs" /> |
|
<Compile Include="Src\Services\RefactoringService\FindReferencesAndRenameHelper.cs" /> |
|
<Compile Include="Src\Internal\Doozers\DirectoryDoozer.cs" /> |
|
<Compile Include="Src\Gui\Components\StringListEditor.cs" /> |
|
<Compile Include="Src\Project\ConfigurationGuiBinding.cs" /> |
|
<Compile Include="Src\Project\ChooseStorageLocationButton.cs" /> |
|
<Compile Include="Src\Services\Debugger\DebuggerGridControl.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\NodeBuilder\NodeBuilders.cs" /> |
|
<Compile Include="Src\Gui\Pads\TaskList\TaskView.cs" /> |
|
<Compile Include="Src\Gui\Pads\TaskList\TaskListPad.cs" /> |
|
<Compile Include="Src\Gui\FormLocationHelper.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\AddWebReferenceDialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\WebServicesView.cs" /> |
|
<Compile Include="Src\Project\Items\WebReferencesProjectItem.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\NodeBuilder\WebReferenceNodeBuilder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\WebReferencesFolderNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ProjectBrowser\TreeNodes\WebReferenceNode.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\WebReferenceChanges.cs" /> |
|
<Compile Include="Src\TextEditor\Commands\CodeGenerators\CodeGenerationForm.cs" /> |
|
<Compile Include="Src\Project\Converter\LanguageConverter.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\TemplateCategoryComparer.cs" /> |
|
<Compile Include="Src\Internal\Templates\TemplateCategorySortOrderFile.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\HttpAuthenticationHeader.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\UserCredentialsDialog.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\WebServiceDiscoveryClientProtocol.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\AsyncDiscoveryState.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\ReferenceDialog\DiscoveryNetworkCredential.cs" /> |
|
<Compile Include="Src\Services\ProjectService\ProjectLoader.cs" /> |
|
<Compile Include="Src\Util\NativeMethods.cs" /> |
|
<Compile Include="Src\Util\ProcessRunnerException.cs" /> |
|
<Compile Include="Src\Util\LineReceivedEventArgs.cs" /> |
|
<Compile Include="Src\Util\ProcessRunner.cs" /> |
|
<Compile Include="..\..\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\OptionPanels\IDEOptions\ProjectAndSolutionOptionsPanel.cs" /> |
|
<EmbeddedResource Include="Resources\ProjectAndSolutionOptionsPanel.xfrm" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\Nodes\AbstractProjectNode.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\NodeBuilder\ClassNodeBuilders.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\NodeBuilder\DefaultClassNodeBuilder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\NodeBuilder\DefaultProjectNodeBuilder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\NodeBuilder\ProjectNodeBuilders.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\NodeBuilder\IClassNodeBuilder.cs" /> |
|
<Compile Include="Src\Gui\Pads\ClassBrowser\NodeBuilder\IProjectNodeBuilder.cs" /> |
|
<Compile Include="Src\Services\RefactoringService\NamespaceRefactoringService.cs" /> |
|
<Compile Include="Src\Services\RefactoringService\RefactorMenu.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\AdvancedHighlightingStrategy.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\AdvancedHighlighter.cs" /> |
|
<Compile Include="Src\Services\NavigationService\DefaultNavigationPoint.cs" /> |
|
<Compile Include="Src\Services\NavigationService\INavigationPoint.cs" /> |
|
<Compile Include="Src\Services\NavigationService\NavigationService.cs" /> |
|
<Compile Include="Src\Commands\NavigationCommands.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\NavigationConditionEvaluators.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\TextNavigationPoint.cs" /> |
|
<Compile Include="Src\Project\BuildResults.cs" /> |
|
<Compile Include="Src\Project\BuildError.cs" /> |
|
<Compile Include="Src\Project\MSBuildAdditionalLogger.cs" /> |
|
<Compile Include="Src\Services\HelpProvider.cs" /> |
|
<Compile Include="Src\Services\ParserService\CodeCompletionOptions.cs" /> |
|
<Compile Include="Src\Services\RefactoringService\TextEditorDocument.cs" /> |
|
<Compile Include="Src\Services\ParserService\DomHostCallback.cs" /> |
|
<Compile Include="Src\Services\ParserService\Doozer\ProjectContentRegistryDescriptor.cs" /> |
|
<Compile Include="Src\Services\ParserService\Doozer\ProjectContentRegistryDoozer.cs" /> |
|
<Compile Include="Src\Internal\ConditionEvaluators\CompareProjectPropertyConditionEvaluator.cs" /> |
|
<Compile Include="Src\Services\ParserService\NetCFProjectContentRegistry.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\SolutionConfiguration\SolutionConfigurationEditor.Designer.cs"> |
|
<DependentUpon>SolutionConfigurationEditor.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\SolutionConfiguration\SolutionConfigurationEditor.cs" /> |
|
<Compile Include="Src\TextEditor\Gui\Editor\IncrementalSearch.cs" /> |
|
<EmbeddedResource Include="Resources\IncrementalSearchCursor.cur" /> |
|
<EmbeddedResource Include="Resources\ReverseIncrementalSearchCursor.cur" /> |
|
<Compile Include="Src\Gui\Dialogs\SharpDevelopColorDialog.cs" /> |
|
<Compile Include="Src\Util\ExtensionMethods.cs" /> |
|
<Compile Include="Src\Util\DebugTimer.cs" /> |
|
<Compile Include="Src\Project\CustomTool.cs" /> |
|
<Compile Include="Src\Gui\Dialogs\SolutionConfiguration\EditAvailableConfigurationsDialog.Designer.cs"> |
|
<DependentUpon>EditAvailableConfigurationsDialog.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Gui\Dialogs\SolutionConfiguration\EditAvailableConfigurationsDialog.cs" /> |
|
<Compile Include="Src\Project\MSBuildBasedProject.cs" /> |
|
<Compile Include="Src\Project\MSBuildItemDefinitionGroup.cs" /> |
|
<Compile Include="Src\Project\AbstractProject.cs" /> |
|
<Compile Include="Src\Project\BuildOptions.cs" /> |
|
<Compile Include="Src\Project\IParser.cs" /> |
|
<Compile Include="Src\Project\CompilableProject.cs" /> |
|
<Compile Include="Src\Project\MSBuildInternals.cs" /> |
|
<Compile Include="Src\Util\Pair.cs" /> |
|
<Compile Include="Src\Util\ScrollUtils.cs" /> |
|
<Compile Include="Src\Util\SDWindowsFormsHost.cs" /> |
|
<Compile Include="Src\Util\Set.cs" /> |
|
<Compile Include="Src\Util\ReadOnlyCollectionWrapper.cs" /> |
|
<Compile Include="Src\Project\Items\ItemType.cs" /> |
|
<Compile Include="Src\Project\BuildTarget.cs" /> |
|
<Compile Include="Src\Util\GenericConverter.cs" /> |
|
<Compile Include="Src\Internal\Templates\TemplateLoadException.cs" /> |
|
<Compile Include="Src\Util\ThreadSafeServiceProvider.cs" /> |
|
<Compile Include="Src\Util\UnclosableStream.cs" /> |
|
<Compile Include="Src\Util\WindowsFormsPrinting.cs" /> |
|
<Compile Include="Src\Util\WpfSynchronizeInvoke.cs" /> |
|
<Compile Include="Src\Util\WorkerThread.cs" /> |
|
<EmbeddedResource Include="Resources\DefaultManifest.manifest" /> |
|
<EmbeddedResource Include="Src\Gui\Dialogs\ExtractInterfaceDialog.resx"> |
|
<DependentUpon>ExtractInterfaceDialog.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<None Include="Src\Gui\Dialogs\ExtractInterfaceDialog.resx"> |
|
<Link>Src\Services\RefactoringService\ExtractInterfaceDialog.resx</Link> |
|
<DependentUpon>ExtractInterfaceDialog.cs</DependentUpon> |
|
</None> |
|
<EmbeddedResource Include="Src\Gui\Dialogs\NewProjectDialog.resx"> |
|
<DependentUpon>NewProjectDialog.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="Src\Gui\Dialogs\OptionPanels\ProjectOptions\ConvertToMSBuild35Dialog.resx"> |
|
<DependentUpon>ConvertToMSBuild35Dialog.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="Src\Gui\Dialogs\SolutionConfiguration\AddNewConfigurationDialog.resx"> |
|
<DependentUpon>AddNewConfigurationDialog.cs</DependentUpon> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\Libraries\AvalonDock\AvalonDock.csproj"> |
|
<Project>{2FF700C2-A38A-48BD-A637-8CAFD4FE6237}</Project> |
|
<Name>AvalonDock</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
<Private>True</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj"> |
|
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project> |
|
<Name>ICSharpCode.TextEditor</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35cef10f-2d4c-45f2-9dd1-161e0fec583c}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Folder Include="Src\Editor\AvalonEdit" /> |
|
<Folder Include="Src\Editor\CodeCompletion" /> |
|
<Folder Include="Src\Editor\Commands" /> |
|
<Folder Include="Src\Editor\Search" /> |
|
<Folder Include="Src\Gui\Pads\TaskList" /> |
|
<Content Include="..\..\..\..\AddIns\ICSharpCode.SharpDevelop.addin"> |
|
<Link>ICSharpCode.SharpDevelop.addin</Link> |
|
</Content> |
|
<Folder Include="Src\Editor" /> |
|
<Folder Include="Src\Project\MSBuildEngine" /> |
|
<Folder Include="Src\Services\Debugger\Tooltips" /> |
|
<Folder Include="Src\Services\LanguageBinding" /> |
|
<Folder Include="Src\Services\Profiler" /> |
|
<Folder Include="Src\Util" /> |
|
<Folder Include="Src\Gui\Pads\ClassBrowser\NodeBuilder" /> |
|
<Folder Include="Src\Services\NavigationService" /> |
|
<ProjectReference Include="..\..\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="..\..\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project> |
|
<Name>ICSharpCode.Core.WinForms</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Folder Include="Src\Gui\Dialogs\SolutionConfiguration" /> |
|
<ProjectReference Include="..\..\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<Page Include="Src\Gui\App.xaml" /> |
|
<Page Include="Src\Gui\Dialogs\TabbedOptionsDialog.xaml" /> |
|
<Page Include="Src\Gui\Dialogs\TreeViewOptionsDialog.xaml" /> |
|
<Page Include="Src\Gui\Workbench\WpfWorkbench.xaml" /> |
|
<Page Include="Src\Services\Debugger\Tooltips\DebuggerTooltipControl.xaml" /> |
|
<Page Include="Src\Services\Debugger\Tooltips\Images.xaml" /> |
|
<Page Include="Src\Services\Debugger\Tooltips\VisualizerPicker.xaml" /> |
|
<Page Include="Src\TextEditor\Gui\Dialogs\GotoDialog.xaml" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |