EditorFeatures.csproj 59.2 KB
Newer Older
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectLanguage>CSharp</ProjectLanguage>
  </PropertyGroup>
J
Jared Parsons 已提交
6
  <Import Project="..\..\..\build\Targets\Settings.props" />
7 8 9 10 11 12
  <PropertyGroup>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{3CDEEAB7-2256-418A-BEB2-620B5CB16302}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Microsoft.CodeAnalysis.Editor</RootNamespace>
    <AssemblyName>Microsoft.CodeAnalysis.EditorFeatures</AssemblyName>
13
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14
    <CopyNuGetImplementations>false</CopyNuGetImplementations>
15 16 17 18 19 20
  </PropertyGroup>
  <ItemGroup Label="Project References">
    <ProjectReference Include="..\..\Compilers\Core\Portable\CodeAnalysis.csproj">
      <Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
      <Name>CodeAnalysis</Name>
    </ProjectReference>
21 22 23 24
    <ProjectReference Include="..\..\Dependencies\VisualStudioEditor\VisualStudioEditor.csproj">
      <Project>{ef986d9b-8cfc-4ecb-9729-e260a1f84aff}</Project>
      <Name>VisualStudioEditor</Name>
    </ProjectReference>
25 26 27 28 29 30 31 32
    <ProjectReference Include="..\..\Workspaces\Core\Desktop\Workspaces.Desktop.csproj">
      <Project>{2e87fa96-50bb-4607-8676-46521599f998}</Project>
      <Name>Workspaces.Desktop</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Workspaces\Core\Portable\Workspaces.csproj">
      <Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
      <Name>Workspaces</Name>
    </ProjectReference>
33
    <ProjectReference Include="..\..\Features\Core\Portable\Features.csproj">
34 35 36 37 38 39 40 41 42
      <Project>{EDC68A0E-C68D-4A74-91B7-BF38EC909888}</Project>
      <Name>Features</Name>
    </ProjectReference>
    <ProjectReference Include="..\Text\TextEditorFeatures.csproj">
      <Project>{18F5FBB8-7570-4412-8CC7-0A86FF13B7BA}</Project>
      <Name>TextEditorFeatures</Name>
    </ProjectReference>
  </ItemGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
P
Pharring 已提交
43
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44 45
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
P
Pharring 已提交
46
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
47 48 49 50 51 52 53 54 55
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.Composition" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Runtime.Remoting" />
56
    <Reference Include="System.Runtime.Serialization" />
57 58 59 60 61 62 63 64
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xaml" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="WindowsBase" />
  </ItemGroup>
  <ItemGroup>
    <InternalsVisibleTo Include="InteractiveHost" />
65
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Next" />
66 67 68
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.EditorFeatures" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices" />
69
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Next" />
70 71 72
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Implementation" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.SolutionExplorer" />
73
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.ExternalDependencyServices" />
74
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.VisualBasic" />
M
Marco Goertz 已提交
75
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Xaml" />
76
    <InternalsVisibleTo Include="csi" />
77 78 79 80 81
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.InteractiveEditorFeatures" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.InteractiveEditorFeatures" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.InteractiveEditorFeatures" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.CSharp.Repl" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.InteractiveServices" />
82
    <InternalsVisibleTo Include="Roslyn.VisualStudio.Setup" />
83
    <InternalsVisibleTo Include="Microsoft.VisualStudio.VisualBasic.Repl" />
84
    <InternalsVisibleTo Include="Roslyn.VisualStudio.DiagnosticsWindow" />
85
    <InternalsVisibleToTest Include="Microsoft.CodeAnalysis.Editor.UI.Wpf" />
86
    <InternalsVisibleTo Include="Roslyn.Hosting.Diagnostics" />
87 88 89
    <InternalsVisibleToTest Include="Roslyn.InteractiveWindow.UnitTests" />
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests" />
90
    <InternalsVisibleToTest Include="Roslyn.Services.Editor2.UnitTests" />
91
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.VisualBasic.UnitTests" />
92
    <InternalsVisibleToTest Include="Roslyn.Services.Test.Utilities" />
93
    <InternalsVisibleToTest Include="Roslyn.Services.Test.Utilities2" />
94
    <InternalsVisibleToTest Include="Roslyn.Test.Utilities.Desktop" />
95 96
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.CSharp.UnitTests" />
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.Services.UnitTests" />
97
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.Test.Utilities" />
98
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.Test.Utilities2" />
99 100 101 102
    <!-- Eventually a bunch of these unit tests should move into Roslyn.Services.Implementation.UnitTests
         and this should be removed. -->
    <InternalsVisibleToTest Include="RoslynETAHost" />
    <InternalsVisibleToTest Include="RoslynTaoActions" />
103 104 105 106
    <InternalsVisibleToTypeScript Include="Microsoft.CodeAnalysis.TypeScript.EditorFeatures" />
    <InternalsVisibleToTypeScript Include="Microsoft.VisualStudio.LanguageServices.TypeScript" />
    <InternalsVisibleToTypeScript Include="Microsoft.Test.Apex.VisualStudio" />
    <InternalsVisibleToTypeScript Include="Roslyn.Services.Editor.TypeScript.UnitTests" />
107
    <InternalsVisibleToFSharp Include="FSharp.Editor" />
108
    <InternalsVisibleToMoq Include="DynamicProxyGenAssembly2" />
109 110
  </ItemGroup>
  <ItemGroup>
111
    <Compile Include="FindUsages\AbstractFindUsagesService.cs" />
112
    <Compile Include="FindUsages\FindUsagesHelpers.cs" />
113 114
    <Compile Include="FindUsages\FindUsagesContext.cs" />
    <Compile Include="FindUsages\IFindUsagesContext.cs" />
115
    <Compile Include="FindUsages\IFindUsagesService.cs" />
116
    <Compile Include="FindUsages\SimpleFindUsagesContext.cs" />
C
CyrusNajmabadi 已提交
117
    <Compile Include="Implementation\NavigateTo\AbstractNavigateToItemDisplay.cs" />
118 119 120 121
    <Compile Include="CommandArgs.cs" />
    <Compile Include="CommandHandlers\AbstractCompletionCommandHandler.cs" />
    <Compile Include="CommandHandlers\AbstractIntelliSenseCommandHandler.cs" />
    <Compile Include="CommandHandlers\CompletionCommandHandler.cs" />
122
    <Compile Include="CommandHandlers\ExecuteInInteractiveCommandHandler.cs" />
123
    <Compile Include="CommandHandlers\GoToAdjacentMemberCommandHandler.cs" />
124
    <Compile Include="CommandHandlers\IExecuteInInteractiveCommandHandler.cs" />
125
    <Compile Include="CommandHandlers\IntelliSenseCommandHandler.cs" />
126
    <Compile Include="CommandHandlers\InteractivePasteCommandHandler.cs" />
127 128 129
    <Compile Include="CommandHandlers\QuickInfoCommandHandlerAndSourceProvider.cs" />
    <Compile Include="CommandHandlers\QuickInfoCommandHandlerAndSourceProvider.QuickInfoSource.cs" />
    <Compile Include="CommandHandlers\SignatureHelpCommandHandler.cs" />
130
    <Compile Include="Commands\GoToImplementationCommandArgs.cs" />
131
    <Compile Include="Commands\GoToAdjacentMemberCommandArgs.cs" />
132 133
    <Compile Include="Commands\MoveSelectedLinesDownCommandArgs.cs" />
    <Compile Include="Commands\MoveSelectedLinesUpCommandArgs.cs" />
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
    <Compile Include="Commands\AutomaticLineEnderCommandArgs.cs" />
    <Compile Include="Commands\BackspaceKeyCommandArgs.cs" />
    <Compile Include="Commands\BackTabKeyCommandArgs.cs" />
    <Compile Include="Commands\CommentSelectionCommandArgs.cs" />
    <Compile Include="Commands\CommitUniqueCompletionListItemCommandArgs.cs" />
    <Compile Include="Commands\CopyCommandArgs.cs" />
    <Compile Include="Commands\CopyToInteractiveCommandArgs.cs" />
    <Compile Include="Commands\CutCommandArgs.cs" />
    <Compile Include="Commands\DeleteKeyCommandArgs.cs" />
    <Compile Include="Commands\DocumentEndCommandArgs.cs" />
    <Compile Include="Commands\DocumentStartCommandArgs.cs" />
    <Compile Include="Commands\DownKeyCommandArgs.cs" />
    <Compile Include="Commands\EncapsulateFieldCommandArgs.cs" />
    <Compile Include="Commands\EscapeKeyCommandArgs.cs" />
    <Compile Include="Commands\ExecuteInInteractiveCommandArgs.cs" />
    <Compile Include="Commands\ExtractInterfaceCommandArgs.cs" />
    <Compile Include="Commands\ExtractMethodCommandArgs.cs" />
    <Compile Include="Commands\FindReferencesCommandArgs.cs" />
    <Compile Include="Commands\FormatDocumentCommandArgs.cs" />
    <Compile Include="Commands\FormatSelectionCommandArgs.cs" />
    <Compile Include="Commands\GoToDefinitionCommandArgs.cs" />
    <Compile Include="Commands\InsertCommentCommandArgs.cs" />
    <Compile Include="Commands\InsertSnippetCommandArgs.cs" />
    <Compile Include="Commands\InvokeCompletionListCommandArgs.cs" />
    <Compile Include="Commands\InvokeQuickInfoCommandArgs.cs" />
    <Compile Include="Commands\InvokeSignatureHelpCommandArgs.cs" />
    <Compile Include="Commands\LineEndCommandArgs.cs" />
    <Compile Include="Commands\LineEndExtendCommandArgs.cs" />
    <Compile Include="Commands\LineStartCommandArgs.cs" />
    <Compile Include="Commands\LineStartExtendCommandArgs.cs" />
    <Compile Include="Commands\NavigateToHighlightedReferenceCommandArgs.cs" />
    <Compile Include="Commands\OpenLineBelowCommandArgs.cs" />
    <Compile Include="Commands\OrganizeDocumentCommandArgs.cs" />
    <Compile Include="Commands\PageDownKeyCommandArgs.cs" />
    <Compile Include="Commands\PageUpKeyCommandArgs.cs" />
    <Compile Include="Commands\PasteCommandArgs.cs" />
    <Compile Include="Commands\RedoCommandArgs.cs" />
    <Compile Include="Commands\RemoveParametersCommandArgs.cs" />
    <Compile Include="Commands\RenameCommandArgs.cs" />
    <Compile Include="Commands\OpenLineAboveCommandArgs.cs" />
    <Compile Include="Commands\StartAutomaticOutliningCommandArgs.cs" />
    <Compile Include="Commands\ReorderParametersCommandArgs.cs" />
    <Compile Include="Commands\ReturnKeyCommandArgs.cs" />
    <Compile Include="Commands\SaveCommandArgs.cs" />
    <Compile Include="Commands\SelectAllCommandArgs.cs" />
    <Compile Include="Commands\SortAndRemoveUnnecessaryImportsCommandArgs.cs" />
    <Compile Include="Commands\SurroundWithCommandArgs.cs" />
181
    <Compile Include="Commands\SyncClassViewCommandArgs.cs" />
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
    <Compile Include="Commands\TabKeyCommandArgs.cs" />
    <Compile Include="Commands\ToggleCompletionModeCommandArgs.cs" />
    <Compile Include="Commands\TypeCharCommandArgs.cs" />
    <Compile Include="Commands\UncommentSelectionCommandArgs.cs" />
    <Compile Include="Commands\UndoCommandArgs.cs" />
    <Compile Include="Commands\UpKeyCommandArgs.cs" />
    <Compile Include="Commands\ViewCallHierarchyCommandArgs.cs" />
    <Compile Include="Commands\WordDeleteToEndCommandArgs.cs" />
    <Compile Include="Commands\WordDeleteToStartCommandArgs.cs" />
    <Compile Include="CommandState.cs" />
    <Compile Include="ContentTypeLanguageMetadata.cs" />
    <Compile Include="ContentTypeNames.cs" />
    <Compile Include="DocumentSnapshotSpan.cs" />
    <Compile Include="EditorFeaturesResources.Designer.cs">
      <DependentUpon>EditorFeaturesResources.resx</DependentUpon>
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
    </Compile>
    <Compile Include="ExportContentTypeLanguageServiceAttribute.cs" />
201
    <Compile Include="Extensibility\BraceMatching\AbstractDirectiveTriviaBraceMatcher.cs" />
202 203 204
    <Compile Include="Extensibility\BraceMatching\ExportBraceMatcherAttribute.cs" />
    <Compile Include="Extensibility\BraceMatching\IBraceMatcher.cs" />
    <Compile Include="Extensibility\Commands\ExportCommandHandlerAttribute.cs" />
205
    <Compile Include="Extensibility\Commands\ExportInteractiveCommandAttribute.cs" />
206 207
    <Compile Include="Extensibility\Commands\ICommandHandler.cs" />
    <Compile Include="Extensibility\Commands\PredefinedCommandHandlerNames.cs" />
C
Renames  
CyrusNajmabadi 已提交
208
    <Compile Include="Extensibility\Completion\CompletionItemEventArgs.cs" />
209
    <Compile Include="Extensibility\Completion\CompletionItemFilterStateChangedEventArgs.cs" />
210 211 212 213 214 215 216 217 218 219
    <Compile Include="Extensibility\Completion\ExportCompletionProviderAttribute.cs" />
    <Compile Include="Extensibility\Completion\IAsyncCompletionService.cs" />
    <Compile Include="Extensibility\Completion\ICompletionPresenterSession.cs" />
    <Compile Include="Extensibility\Completion\ICustomCommitCompletionProvider.cs" />
    <Compile Include="Extensibility\Completion\PredefinedCompletionPresenterNames.cs" />
    <Compile Include="Extensibility\Completion\PredefinedCompletionProviderNames.cs" />
    <Compile Include="Extensibility\Completion\PredefinedCompletionRulesFactoryNames.cs" />
    <Compile Include="Extensibility\Composition\ContentTypeMetadata.cs" />
    <Compile Include="Extensibility\Composition\IContentTypeMetadata.cs" />
    <Compile Include="Extensibility\Composition\OrderableContentTypeMetadata.cs" />
220
    <Compile Include="Extensibility\Composition\OrderableLanguageAndRoleMetadata.cs" />
221 222
    <Compile Include="Extensibility\Composition\VisualStudioVersionMetadata.cs" />
    <Compile Include="Extensibility\ExportVersionSpecificAttribute.cs" />
223 224 225 226
    <Compile Include="Extensibility\Highlighting\ExportHighlighterAttribute.cs" />
    <Compile Include="Extensibility\Highlighting\IHighlighter.cs" />
    <Compile Include="Extensibility\NavigationBar\AbstractNavigationBarItemService.cs" />
    <Compile Include="Extensibility\NavigationBar\NavigationBarAutomationStrings.cs" />
227 228
    <Compile Include="Extensibility\NavigationBar\NavigationBarActionlessItem.cs" />
    <Compile Include="Extensibility\NavigationBar\NavigationBarPresentedItem.cs" />
229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
    <Compile Include="Extensibility\NavigationBar\NavigationBarSymbolItem.cs" />
    <Compile Include="Extensibility\NavigationBar\INavigationBarController.cs" />
    <Compile Include="Extensibility\NavigationBar\INavigationBarControllerFactoryService.cs" />
    <Compile Include="Extensibility\NavigationBar\INavigationBarItemService.cs" />
    <Compile Include="Extensibility\NavigationBar\INavigationBarPresenter.cs" />
    <Compile Include="Extensibility\NavigationBar\NavigationBarDropdownKind.cs" />
    <Compile Include="Extensibility\NavigationBar\NavigationBarItem.cs" />
    <Compile Include="Extensibility\NavigationBar\NavigationBarItemSelectedEventArgs.cs" />
    <Compile Include="Extensibility\NavigationBar\NavigationBarProjectItem.cs" />
    <Compile Include="Extensibility\NavigationBar\NavigationBarSelectedItems.cs" />
    <Compile Include="Extensibility\Peek\IPeekableItemFactory.cs" />
    <Compile Include="Extensibility\QuickInfo\ExportQuickInfoProviderAttribute.cs" />
    <Compile Include="Extensibility\QuickInfo\IDeferredQuickInfoContent.cs" />
    <Compile Include="Extensibility\QuickInfo\IQuickInfoPresenterSession.cs" />
    <Compile Include="Extensibility\QuickInfo\IQuickInfoProvider.cs" />
    <Compile Include="Extensibility\QuickInfo\PredefinedQuickInfoPresenterNames.cs" />
    <Compile Include="Extensibility\QuickInfo\PredefinedQuickInfoProviderNames.cs" />
    <Compile Include="Extensibility\QuickInfo\QuickInfoItem.cs" />
    <Compile Include="Extensibility\SignatureHelp\ISignatureHelpPresenterSession.cs" />
    <Compile Include="Extensibility\SignatureHelp\PredefinedSignatureHelpPresenterNames.cs" />
    <Compile Include="Extensibility\SignatureHelp\SignatureHelpItemEventArgs.cs" />
250
    <Compile Include="Extensibility\VersionSelector.cs" />
251
    <Compile Include="Host\IStreamingFindReferencesPresenter.cs" />
252
    <Compile Include="Implementation\Adornments\AbstractAdornmentManagerProvider.cs" />
253 254 255
    <Compile Include="Implementation\Classification\SemanticClassificationBufferTaggerProvider.cs" />
    <Compile Include="Implementation\Classification\SemanticClassificationBufferTaggerProvider.Tagger.cs" />
    <Compile Include="Implementation\Classification\SemanticClassificationUtilities.cs" />
256 257 258
    <Compile Include="Implementation\CodeFixes\CodeFixService.cs" />
    <Compile Include="Implementation\CodeFixes\CodeFixService.ProjectCodeFixProvider.cs" />
    <Compile Include="Implementation\CodeFixes\ICodeFixService.cs" />
259
    <Compile Include="Implementation\Diagnostics\AbstractDiagnosticsAdornmentTaggerProvider.cs" />
C
CyrusNajmabadi 已提交
260 261 262
    <Compile Include="Implementation\Diagnostics\DiagnosticsSuggestionTaggerProvider.cs" />
    <Compile Include="Implementation\Diagnostics\SuggestionAdornmentManagerProvider.cs" />
    <Compile Include="Implementation\Diagnostics\SuggestionTag.cs" />
263
    <Compile Include="FindUsages\AbstractFindUsagesService.ProgressAdapter.cs" />
264
    <Compile Include="GoToImplementation\IGoToImplementationService.cs" />
265
    <Compile Include="Implementation\Intellisense\Completion\BraceCompletionMetadata.cs" />
266
    <Compile Include="Implementation\Intellisense\Completion\OptionSetExtensions.cs" />
M
Matt Warren 已提交
267 268
    <Compile Include="Implementation\Intellisense\Completion\Presentation\ClassificationTags.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\ImageMonikers.cs" />
C
CyrusNajmabadi 已提交
269
    <Compile Include="Implementation\Intellisense\Completion\Presentation\IVisualStudioCompletionSet.cs" />
C
CyrusNajmabadi 已提交
270
    <Compile Include="Implementation\Intellisense\Completion\Presentation\Roslyn14CompletionSet.cs" />
271
    <Compile Include="Implementation\Intellisense\Completion\Presentation\VisualStudio14CompletionSet.cs" />
272 273 274
    <Compile Include="Implementation\Intellisense\Completion\Presentation\ICompletionSetFactory.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\ICompletionSet.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\VisualStudio14CompletionSetFactory.cs" />
275
    <Compile Include="Implementation\Interactive\IAbstractResetInteractiveCommand.cs" />
276
    <Compile Include="Implementation\LineSeparators\LineSeparatorAdornmentManagerProvider.cs" />
277 278
    <Compile Include="Implementation\NavigateTo\Dev14NavigateToHostVersionService.cs" />
    <Compile Include="Implementation\NavigateTo\INavigateToHostVersionService.cs" />
279 280
    <Compile Include="Implementation\Structure\InvalidOutliningRegionException.cs" />
    <Compile Include="Implementation\Structure\AbstractStructureTaggerProvider.cs" />
281
    <Compile Include="Implementation\Preview\DifferenceViewerPreview.cs" />
282
    <Compile Include="Implementation\Preview\PreviewReferenceHighlightingTaggerProvider.cs" />
283
    <Compile Include="Implementation\Suggestions\FixAllSuggestedAction.FixAllCodeAction.cs" />
284
    <Compile Include="Implementation\Suggestions\FixMultipleOccurrencesService.cs" />
285
    <Compile Include="GoToImplementation\GoToImplementationCommandHandler.cs" />
286 287
    <Compile Include="Implementation\TodoComment\ITodoListProvider.cs" />
    <Compile Include="Implementation\TodoComment\TodoItem.cs" />
H
Heejae Chang 已提交
288
    <Compile Include="Implementation\TodoComment\TodoItemsUpdatedArgs.cs" />
289 290 291 292
    <Compile Include="Host\ICallHierarchyPresenter.cs" />
    <Compile Include="Host\IPreviewPaneService.cs" />
    <Compile Include="Host\INavigableItemsPresenter.cs" />
    <Compile Include="Host\IPreviewDialogService.cs" />
C
CyrusNajmabadi 已提交
293
    <Compile Include="Host\IDefinitionsAndReferencesPresenter.cs" />
294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
    <Compile Include="Host\IWaitContext.cs" />
    <Compile Include="Host\IWaitIndicator.cs" />
    <Compile Include="IBraceMatchingService.cs" />
    <Compile Include="ICommandHandlerService.cs" />
    <Compile Include="ICommandHandlerServiceFactory.cs" />
    <Compile Include="IContentTypeLanguageService.cs" />
    <Compile Include="IDebuggerTextView.cs" />
    <Compile Include="IForegroundNotificationService.cs" />
    <Compile Include="IIntellisensePresenterSession.cs" />
    <Compile Include="IHighlightingService.cs" />
    <Compile Include="IInlineRenameService.cs" />
    <Compile Include="IInlineRenameSession.cs" />
    <Compile Include="IInlineRenameUndoManager.cs" />
    <Compile Include="ILineSeparatorService.cs" />
    <Compile Include="IMetadataAsSourceFileService.cs" />
    <Compile Include="Implementation\AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs" />
    <Compile Include="Implementation\AutomaticCompletion\AbstractEditorBraceCompletionSessionFactory.cs" />
    <Compile Include="Implementation\AutomaticCompletion\BraceCompletionSessionProvider.cs" />
    <Compile Include="Implementation\AutomaticCompletion\Extensions.cs" />
    <Compile Include="Implementation\AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs" />
    <Compile Include="Implementation\AutomaticCompletion\IEditorBraceCompletionSession.cs" />
    <Compile Include="Implementation\AutomaticCompletion\Sessions\AbstractTokenBraceCompletionSession.cs" />
316
    <Compile Include="Implementation\BlockCommentEditing\AbstractBlockCommentEditingCommandHandler.cs" />
317 318 319 320 321
    <Compile Include="Implementation\BraceMatching\AbstractBraceMatcher.cs" />
    <Compile Include="Implementation\BraceMatching\BraceCharacterAndKind.cs" />
    <Compile Include="Implementation\BraceMatching\BraceHighlightingViewTaggerProvider.cs" />
    <Compile Include="Implementation\BraceMatching\BraceHighlightTag.cs" />
    <Compile Include="Implementation\BraceMatching\BraceMatchingService.cs" />
D
David Poeschl 已提交
322
    <Compile Include="Implementation\BraceMatching\ClassificationTypeDefinitions.cs" />
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340
    <Compile Include="Implementation\CallHierarchy\AbstractCallHierarchyCommandHandler.cs" />
    <Compile Include="Implementation\CallHierarchy\CallHierarchyDetail.cs" />
    <Compile Include="Implementation\CallHierarchy\CallHierarchyItem.cs" />
    <Compile Include="Implementation\CallHierarchy\CallHierarchyProvider.cs" />
    <Compile Include="Implementation\CallHierarchy\FieldInitializerItem.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\AbstractCallFinder.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\BaseMemberFinder.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\CallToOverrideFinder.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\FieldReferenceFinder.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\ImplementerFinder.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\InterfaceImplementationCallFinder.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\MethodCallFinder.cs" />
    <Compile Include="Implementation\CallHierarchy\Finders\OverridingMemberFinder.cs" />
    <Compile Include="Implementation\ChangeSignature\AbstractChangeSignatureCommandHandler.cs" />
    <Compile Include="Implementation\Classification\AbstractEditorClassificationService.cs" />
    <Compile Include="Implementation\Classification\ClassificationTypeDefinitions.cs" />
    <Compile Include="Implementation\Classification\ClassificationUtilities.cs" />
    <Compile Include="Implementation\Classification\IEditorClassificationService.cs" />
341
    <Compile Include="Implementation\Classification\SemanticClassificationViewTaggerProvider.cs" />
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360
    <Compile Include="Implementation\Classification\SyntacticClassificationTaggerProvider.cs" />
    <Compile Include="Implementation\Classification\SyntacticClassificationTaggerProvider.TagComputer.cs" />
    <Compile Include="Implementation\Classification\SyntacticClassificationTaggerProvider.TagComputer.LastLineCache.cs" />
    <Compile Include="Implementation\Classification\SyntacticClassificationTaggerProvider.Tagger.cs" />
    <Compile Include="Implementation\CodeActions\CodeActionEditHandlerService.cs" />
    <Compile Include="Implementation\CodeRefactorings\EditorLayerCodeActionHelpersService.cs" />
    <Compile Include="Implementation\CodeRefactorings\ICodeActionEditHandlerService.cs" />
    <Compile Include="Implementation\Commands\CommandHandlerService.cs" />
    <Compile Include="Implementation\Commands\CommandHandlerServiceFactory.cs" />
    <Compile Include="Implementation\CommentSelection\AbstractCommentUncommentService.cs" />
    <Compile Include="Implementation\CommentSelection\CommentUncommentSelectionCommandHandler.cs" />
    <Compile Include="Implementation\CommentSelection\ICommentUncommentService.cs" />
    <Compile Include="Implementation\ContentTypes\ContentTypeDefinitions.cs" />
    <Compile Include="Implementation\Debugging\BreakpointResolutionResult.cs" />
    <Compile Include="Implementation\Debugging\DebugDataTipInfo.cs" />
    <Compile Include="Implementation\Debugging\DebugLocationInfo.cs" />
    <Compile Include="Implementation\Debugging\IBreakpointResolutionService.cs" />
    <Compile Include="Implementation\Debugging\ILanguageDebugInfoService.cs" />
    <Compile Include="Implementation\Diagnostics\AbstractDiagnosticsTaggerProvider.cs" />
361 362
    <Compile Include="Implementation\Diagnostics\AbstractDiagnosticsTaggerProvider.AggregatingTagger.cs" />
    <Compile Include="Implementation\Diagnostics\AbstractDiagnosticsTaggerProvider.TaggerProvider.cs" />
363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381
    <Compile Include="Implementation\Diagnostics\ClassificationTypeDefinitions.cs" />
    <Compile Include="Implementation\Diagnostics\DiagnosticsClassificationTaggerProvider.cs" />
    <Compile Include="Implementation\Diagnostics\DiagnosticsSquiggleTaggerProvider.cs" />
    <Compile Include="Implementation\DocumentationComments\AbstractDocumentationCommentCommandHandler.cs" />
    <Compile Include="Implementation\DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs" />
    <Compile Include="Implementation\EditAndContinue\ActiveStatementTag.cs" />
    <Compile Include="Implementation\EditAndContinue\ActiveStatementTagDefinition.cs" />
    <Compile Include="Implementation\EditAndContinue\ActiveStatementTagger.cs" />
    <Compile Include="Implementation\EditAndContinue\ActiveStatementTaggerProvider.cs" />
    <Compile Include="Implementation\EditAndContinue\ActiveStatementTrackingService.cs" />
    <Compile Include="Implementation\EditAndContinue\ActiveStatementTrackingServiceFactory.cs" />
    <Compile Include="Implementation\EditAndContinue\EditAndContinueErrorTypeDefinition.cs" />
    <Compile Include="Implementation\EditAndContinue\EditAndContinueDiagnosticUpdateSource.cs" />
    <Compile Include="Implementation\EditAndContinue\ReadOnlyDocumentTracker.cs" />
    <Compile Include="Implementation\EditorLayerExtensionManager.cs" />
    <Compile Include="Implementation\EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs" />
    <Compile Include="Implementation\EndConstructGeneration\IEndConstructGenerationService.cs" />
    <Compile Include="Implementation\ExtractInterface\AbstractExtractInterfaceCommandHandler.cs" />
    <Compile Include="Implementation\ExtractMethod\AbstractExtractMethodCommandHandler.cs" />
382 383 384
    <Compile Include="FindReferences\AbstractFindReferencesService.cs" />
    <Compile Include="FindReferences\FindReferencesCommandHandler.cs" />
    <Compile Include="FindReferences\IFindReferencesService.cs" />
385 386 387 388 389 390 391 392 393 394
    <Compile Include="Implementation\ForegroundNotification\ForegroundNotificationService.cs" />
    <Compile Include="Implementation\Formatting\FormatCommandHandler.cs" />
    <Compile Include="Implementation\Formatting\FormatCommandHandler.ReturnKey.cs" />
    <Compile Include="Implementation\Formatting\FormatCommandHandler.TypeChar.cs" />
    <Compile Include="Implementation\Formatting\FormatCommandHandler.Paste.cs" />
    <Compile Include="Implementation\Formatting\FormatCommandHandler.FormatSelection.cs" />
    <Compile Include="Implementation\Formatting\IEditorFormattingService.cs" />
    <Compile Include="Implementation\Formatting\Indentation\AbstractSmartTokenFormatterCommandHandler.cs" />
    <Compile Include="Implementation\Formatting\Indentation\ISmartTokenFormatter.cs" />
    <Compile Include="Implementation\Formatting\Indentation\WhitespaceExtensions.cs" />
395 396 397 398
    <Compile Include="GoToDefinition\AbstractGoToDefinitionService.cs" />
    <Compile Include="GoToDefinition\GoToDefinitionCommandHandler.cs" />
    <Compile Include="GoToDefinition\GoToDefinitionHelpers.cs" />
    <Compile Include="GoToDefinition\IGoToDefinitionService.cs" />
399 400 401 402
    <Compile Include="Implementation\Intellisense\Completion\FileSystem\CurrentWorkingDirectoryDiscoveryService.cs" />
    <Compile Include="Implementation\Intellisense\Completion\FileSystem\FileSystemCompletionHelper.cs" />
    <Compile Include="Implementation\Intellisense\Completion\FileSystem\ICurrentWorkingDirectoryDiscoveryService.cs" />
    <Compile Include="Implementation\Intellisense\Completion\FileSystem\PathCompletionUtilities.cs" />
403 404 405
    <Compile Include="Implementation\KeywordHighlighting\AbstractKeywordHighlighter.cs" />
    <Compile Include="Implementation\KeywordHighlighting\HighlighterViewTaggerProvider.cs" />
    <Compile Include="Implementation\KeywordHighlighting\HighlightingService.cs" />
406
    <Compile Include="Implementation\KeywordHighlighting\KeywordHighlightTag.cs" />
407 408 409 410 411 412 413
    <Compile Include="Implementation\AutomaticCompletion\IEditorBraceCompletionSessionFactory.cs" />
    <Compile Include="Implementation\InlineRename\AbstractEditorInlineRenameService.InlineRenameReplacementInfo.cs" />
    <Compile Include="Implementation\InlineRename\AbstractEditorInlineRenameService.cs" />
    <Compile Include="Implementation\InlineRename\AbstractEditorInlineRenameService.FailureInlineRenameInfo.cs" />
    <Compile Include="Implementation\InlineRename\AbstractInlineRenameUndoManager.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_BackspaceDeleteHandler.cs" />
414 415
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_RefactoringWithCommandHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_MoveSelectedLinesHandler.cs" />
416 417 418 419 420 421
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_EscapeHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_LineStartEndHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_OpenLineBelowHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_RenameHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_ReturnHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_SelectAllHandler.cs" />
422
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_SaveHandler.cs" />
423 424
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_TabHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_OpenLineAboveHandler.cs" />
425
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_CutPasteHandler.cs" />
426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_TypeCharHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_UndoRedoHandler.cs" />
    <Compile Include="Implementation\InlineRename\CommandHandlers\RenameCommandHandler_WordDeleteHandler.cs" />
    <Compile Include="Implementation\InlineRename\Dashboard\Dashboard.xaml.cs">
      <DependentUpon>Dashboard.xaml</DependentUpon>
    </Compile>
    <Compile Include="Implementation\InlineRename\Dashboard\DashboardAdornmentManager.cs" />
    <Compile Include="Implementation\InlineRename\Dashboard\DashboardAdornmentProvider.cs" />
    <Compile Include="Implementation\InlineRename\Dashboard\DashboardSeverity.cs" />
    <Compile Include="Implementation\InlineRename\Dashboard\DashboardViewModel.cs" />
    <Compile Include="Implementation\InlineRename\Dashboard\RenameShortcutKeys.cs" />
    <Compile Include="Implementation\InlineRename\HighlightTags\FixupTag.cs" />
    <Compile Include="Implementation\InlineRename\HighlightTags\FixupTagDefinition.cs" />
    <Compile Include="Implementation\InlineRename\HighlightTags\ValidTag.cs" />
    <Compile Include="Implementation\InlineRename\HighlightTags\ValidTagDefinition.cs" />
    <Compile Include="Implementation\InlineRename\IEditorInlineRenameService.cs" />
    <Compile Include="Implementation\InlineRename\InlineRenameService.cs" />
    <Compile Include="Implementation\InlineRename\InlineRenameSession.cs" />
    <Compile Include="Implementation\InlineRename\InlineRenameSession.OpenTextBufferManager.cs" />
    <Compile Include="Implementation\InlineRename\RenameLogMessage.cs" />
    <Compile Include="Implementation\InlineRename\RenameTrackingSpan.cs" />
    <Compile Include="Implementation\InlineRename\Taggers\AbstractRenameTagger.cs" />
    <Compile Include="Implementation\InlineRename\Taggers\ClassificationTypeDefinitions.cs" />
    <Compile Include="Implementation\InlineRename\Taggers\RenameClassificationTagger.cs" />
    <Compile Include="Implementation\InlineRename\Taggers\RenameClassificationTaggerProvider.cs" />
    <Compile Include="Implementation\InlineRename\Taggers\RenameTagger.cs" />
    <Compile Include="Implementation\InlineRename\Taggers\RenameTaggerProvider.cs" />
    <Compile Include="Implementation\InlineRename\TrackingSpanIntrospector.cs" />
    <Compile Include="Implementation\InlineRename\UndoManagerServiceFactory.cs" />
    <Compile Include="Implementation\Intellisense\Completion\AsyncCompletionService.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller.Session.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller.Session_ComputeModel.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller.Session_FilterModel.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller.Session_SetModelBuilderState.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller.Session_SetModelSelectedItem.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller.Session_Wait.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_AutomaticLineEnder.cs" />
R
Ravi Chande 已提交
464
    <Compile Include="Implementation\Intellisense\Completion\Controller_SelectAll.cs" />
465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530
    <Compile Include="Implementation\Intellisense\Completion\Controller_Delete.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_Backspace.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_CaretPositionChanged.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_Commit.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_CommitUniqueCompletionListItem.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_CutPaste.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_InvokeCompletionList.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_NavigationKeys.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_OnTextViewBufferPostChanged.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_ReturnKey.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_SnippetCommands.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_SaveCommand.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_TabKey.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_ToggleCompletionMode.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Controller_TypeChar.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Model.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\CompletionPresenter.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\CompletionPresenterSession.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\CompletionSource.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\CustomCommitCompletion.cs" />
    <Compile Include="Implementation\Intellisense\Completion\Presentation\ToolTipProvider.cs" />
    <Compile Include="Implementation\Intellisense\Completion\PrioritizedTaskScheduler.cs" />
    <Compile Include="Implementation\Intellisense\ViewTextSpan.cs" />
    <Compile Include="Implementation\Intellisense\AbstractController.cs" />
    <Compile Include="Implementation\Intellisense\ISession.cs" />
    <Compile Include="Implementation\Intellisense\Session.cs" />
    <Compile Include="Implementation\Intellisense\ModelComputation.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Controller.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Controller_InvokeQuickInfo.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Controller_OnCaretPositionChanged.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Controller_OnTextViewBufferPostChanged.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\DeferredContent\ClassifiableDeferredContent.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\DeferredContent\ElisionBufferDeferredContent.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\DeferredContent\QuickInfoDisplayDeferredContent.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\DeferredContent\SymbolGlyphDeferredContent.cs" />
    <Compile Include="Implementation\Intellisense\IDocumentProvider.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Model.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Presentation\QuickInfoPresenter.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Presentation\QuickInfoPresenter.QuickInfoPresenterSession.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Presentation\QuickInfoPresenter.QuickInfoSource.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Providers\AbstractQuickInfoProvider.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Providers\AbstractSemanticQuickInfoProvider.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Providers\AbstractSemanticQuickInfoProvider.SymbolComparer.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Providers\DocumentationCommentDeferredContent.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Providers\QuickInfoDisplayPanel.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller.Session.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller.Session_ComputeModel.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller.Session_SetModelSelectedItem.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller.Session_UpdateModel.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller_InvokeSignatureHelp.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller_NavigationKeys.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller_OnCaretPositionChanged.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller_OnTextViewBufferPostChanged.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Controller_TypeChar.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Model.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Presentation\Parameter.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Presentation\Signature.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Presentation\SignatureHelpClassifier.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Presentation\SignatureHelpClassifierProvider.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Presentation\SignatureHelpPresenter.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Presentation\SignatureHelpPresenter.SignatureHelpPresenterSession.cs" />
    <Compile Include="Implementation\Intellisense\SignatureHelp\Presentation\SignatureHelpPresenter.SignatureHelpSource.cs" />
    <Compile Include="Implementation\IPreviewFactoryService.cs" />
    <Compile Include="Implementation\ITextBufferAssociatedViewService.cs" />
    <Compile Include="Implementation\ITextUndoHistoryWorkspaceService.cs" />
531 532 533
    <Compile Include="Implementation\Adornments\AdornmentManager.cs" />
    <Compile Include="Implementation\Adornments\GraphicsResult.cs" />
    <Compile Include="Implementation\Adornments\GraphicsTag.cs" />
534 535 536 537 538 539 540 541 542 543 544
    <Compile Include="Implementation\LineSeparators\LineSeparatorTag.cs" />
    <Compile Include="Implementation\LineSeparators\LineSeparatorTaggerProvider.cs" />
    <Compile Include="Implementation\MetadataAsSource\MetadataAsSourceFileService.cs" />
    <Compile Include="Implementation\MetadataAsSource\MetadataAsSourceGeneratedFileInfo.cs" />
    <Compile Include="Implementation\MetadataAsSource\MetadataAsSourceWorkspace.cs" />
    <Compile Include="Implementation\MetadataAsSource\SymbolMappingServiceFactory.cs" />
    <Compile Include="Implementation\NavigateTo\DefaultNavigateToPreviewService.cs" />
    <Compile Include="Implementation\NavigateTo\DefaultNavigateToPreviewServiceFactory.cs" />
    <Compile Include="Implementation\NavigateTo\INavigateToPreviewService.cs" />
    <Compile Include="Implementation\NavigateTo\NavigateToIconFactory.cs" />
    <Compile Include="Implementation\NavigateTo\NavigateToItemProvider.cs" />
545 546
    <Compile Include="Implementation\NavigateTo\Dev14NavigateToHostVersionService.ItemDisplayFactory.cs" />
    <Compile Include="Implementation\NavigateTo\Dev14NavigateToHostVersionService.NavigateToItemDisplay.cs" />
547 548 549 550 551 552 553 554 555
    <Compile Include="Implementation\NavigateTo\NavigateToItemProvider.Searcher.cs" />
    <Compile Include="Implementation\NavigateTo\NavigateToItemProviderFactory.cs" />
    <Compile Include="Implementation\NavigationBar\NavigationBarController.cs" />
    <Compile Include="Implementation\NavigationBar\NavigationBarController_ModelComputation.cs" />
    <Compile Include="Implementation\NavigationBar\NavigationBarControllerFactoryService.cs" />
    <Compile Include="Implementation\NavigationBar\NavigationBarModel.cs" />
    <Compile Include="Implementation\NavigationBar\NavigationBarSymbolIdIndexProvider.cs" />
    <Compile Include="Implementation\Notification\EditorNotificationServiceFactory.cs" />
    <Compile Include="Implementation\Organizing\OrganizeDocumentCommandHandler.cs" />
556 557
    <Compile Include="Implementation\Structure\OutliningCommandHandler.cs" />
    <Compile Include="Implementation\Structure\VisualStudio14StructureTaggerProvider.cs" />
558
    <Compile Include="Implementation\Structure\RoslynOutliningRegionTag.cs" />
559 560 561 562 563 564 565
    <Compile Include="Implementation\Peek\DefinitionPeekableItem.cs" />
    <Compile Include="Implementation\Peek\ExternalFilePeekableItem.cs" />
    <Compile Include="Implementation\Peek\PeekableItem.cs" />
    <Compile Include="Implementation\Peek\PeekableItemFactory.cs" />
    <Compile Include="Implementation\Peek\PeekableItemSource.cs" />
    <Compile Include="Implementation\Peek\PeekableItemSourceProvider.cs" />
    <Compile Include="Implementation\Peek\PeekHelpers.cs" />
566 567
    <Compile Include="Implementation\ReferenceHighlighting\WrittenReferenceHighlightTag.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\WrittenReferenceHighlightTagDefinition.cs" />
568
    <Compile Include="Implementation\RenameTracking\IRenameTrackingLanguageHeuristicsService.cs" />
569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592
    <Compile Include="Implementation\RenameTracking\RenameTrackingCancellationCommandHandler.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTagDefinition.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTag.cs" />
    <Compile Include="Implementation\SolutionChangeSummary.cs" />
    <Compile Include="Implementation\SolutionPreviewItem.cs" />
    <Compile Include="Implementation\SolutionPreviewResult.cs" />
    <Compile Include="Implementation\Preview\AbstractPreviewTaggerProvider.cs" />
    <Compile Include="Implementation\Preview\PreviewConflictViewTaggerProvider.cs" />
    <Compile Include="Implementation\Preview\PreviewFactoryService.cs" />
    <Compile Include="Implementation\Preview\PreviewWarningViewTaggerProvider.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\AbstractDocumentHighlightsService.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\DefinitionHighlightTag.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\DefinitionHighlightTagDefinition.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\IDocumentHighlightsService.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\IReferenceHighlightingAdditionalReferenceProvider.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\NagivateToHighlightReferenceCommandHandler.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\NagivateToHighlightReferenceCommandHandler.StartComparer.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs" />
    <Compile Include="Implementation\ReferenceHighlighting\ReferenceHighlightTag.cs" />
    <Compile Include="Implementation\RenameTracking\AbstractRenameTrackingCodeFixProvider.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingDiagnosticAnalyzer.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs" />
593
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.RenameTrackingSolutionSet.cs" />
594 595 596 597 598 599 600 601 602 603 604 605 606
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.StateMachine.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.Tagger.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs" />
    <Compile Include="Implementation\RenameTracking\RenameTrackingTaggerProvider.UndoPrimitive.cs" />
    <Compile Include="Implementation\SmartIndent\AbstractIndentationService.AbstractIndenter.cs" />
    <Compile Include="Implementation\SmartIndent\AbstractIndentationService.cs" />
    <Compile Include="Implementation\SmartIndent\IIndentationService.cs" />
    <Compile Include="Implementation\SmartIndent\SmartIndent.cs" />
    <Compile Include="Implementation\SmartIndent\SmartIndentProvider.cs" />
    <Compile Include="Implementation\Suggestions\FixAllGetFixesService.cs" />
    <Compile Include="Implementation\Suggestions\FixAllSuggestedAction.cs" />
    <Compile Include="Implementation\Suggestions\CodeFixSuggestedAction.cs" />
    <Compile Include="Implementation\Suggestions\CodeRefactoringSuggestedAction.cs" />
C
CyrusNajmabadi 已提交
607 608
    <Compile Include="Implementation\Suggestions\PreviewChanges\PreviewChangesCodeAction.cs" />
    <Compile Include="Implementation\Suggestions\PreviewChanges\PreviewChangesSuggestedAction.cs" />
609 610 611 612 613 614 615 616 617 618 619 620 621 622
    <Compile Include="Implementation\Suggestions\SuggestedAction.CaretPositionRestorer.cs" />
    <Compile Include="Implementation\Suggestions\SuggestedAction.cs" />
    <Compile Include="Implementation\Suggestions\SuggestedActionsSourceProvider.cs" />
    <Compile Include="Implementation\TextBufferAssociatedViewService.cs" />
    <Compile Include="Implementation\TextDiffing\EditorTextDifferencingService.cs" />
    <Compile Include="Implementation\TextStructureNavigation\AbstractTextStructureNavigatorProvider.cs" />
    <Compile Include="Implementation\TextStructureNavigation\AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs" />
    <Compile Include="Implementation\TodoComment\AbstractTodoCommentIncrementalAnalyzer.cs" />
    <Compile Include="Implementation\TodoComment\AbstractTodoCommentService.cs" />
    <Compile Include="Implementation\TodoComment\ITodoCommentService.cs" />
    <Compile Include="Implementation\TodoComment\TodoCommentIncrementalAnalyzerProvider.cs" />
    <Compile Include="Implementation\TodoComment\TodoCommentOptions.cs" />
    <Compile Include="Implementation\TodoComment\TodoCommentState.cs" />
    <Compile Include="Implementation\TodoComment\TodoCommentTokens.cs" />
J
Jonathon Marolf 已提交
623 624
    <Compile Include="Implementation\Workspaces\EditorErrorReportingService.cs" />
    <Compile Include="Implementation\Workspaces\EditorErrorReportingServiceFactory.cs" />
625
    <Compile Include="Implementation\Workspaces\ProjectCacheServiceFactory.cs" />
626
    <Compile Include="Implementation\Workspaces\EditorTextFactoryService.cs" />
627 628 629
    <Compile Include="Implementation\Workspaces\TextUndoHistoryWorkspaceServiceFactoryService.cs" />
    <Compile Include="Implementation\Workspaces\WorkspaceTaskSchedulerFactoryFactory.cs" />
    <Compile Include="IRefactorNotifyService.cs" />
630 631
    <Compile Include="Shared\IImageMonikerService.cs" />
    <Compile Include="Shared\DefaultImageMonikerService.cs" />
632
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.EditorFormatMapChangedEventSource.cs" />
633
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs" />
634
    <Compile Include="Shared\Utilities\SynchronizationContextTaskScheduler.cs" />
635 636
    <Compile Include="Implementation\Suggestions\SuggestedActionWithNestedFlavors.cs" />
    <Compile Include="Implementation\Suggestions\SuggestedActionWithNestedActions.cs" />
637 638 639 640 641 642
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs" />
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs" />
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs" />
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs" />
    <Compile Include="Tagging\AsynchronousTaggerProvider.cs" />
    <Compile Include="Tagging\AsynchronousViewTaggerProvider.cs" />
643
    <Compile Include="Tagging\TaggerContext.cs" />
C
Cyrus Najmabadi 已提交
644
    <Compile Include="Tagging\TaggerCaretChangeBehavior.cs" />
C
Cyrus Najmabadi 已提交
645
    <Compile Include="Tagging\TaggerTextChangeBehavior.cs" />
646 647 648 649
    <Compile Include="Undo\DefaultSourceTextUndoService.cs" />
    <Compile Include="Undo\EditorSourceTextUndoService.cs" />
    <Compile Include="Undo\ISourceTextUndoTransaction.cs" />
    <Compile Include="Undo\ISourceTextUndoService.cs" />
650 651 652 653 654 655 656
    <Compile Include="MetadataAsSourceFile.cs" />
    <Compile Include="Implementation\Intellisense\IController.cs" />
    <Compile Include="Options\BraceCompletionOptions.cs" />
    <Compile Include="Options\CompletionOptions.cs" />
    <Compile Include="Options\ExtensionManagerOptions.cs" />
    <Compile Include="Options\NavigationBarOptions.cs" />
    <Compile Include="Options\SignatureHelpOptions.cs" />
657
    <Compile Include="Shared\DefaultDocumentSupportsSuggestionService.cs" />
658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685
    <Compile Include="Shared\Extensions\DependencyObjectExtensions.cs" />
    <Compile Include="Shared\Extensions\GlyphExtensions.cs" />
    <Compile Include="Shared\Extensions\IBraceMatchingServiceExtensions.cs" />
    <Compile Include="Shared\Extensions\IBufferGraphExtensions.cs" />
    <Compile Include="Shared\Extensions\IContentTypeExtensions.cs" />
    <Compile Include="Shared\Extensions\IEditorOptionsFactoryServiceExtensions.cs" />
    <Compile Include="Shared\Extensions\IWpfDifferenceViewerExtensions.cs" />
    <Compile Include="Shared\Extensions\HostWorkspaceServicesExtensions.cs" />
    <Compile Include="Shared\Extensions\INamedTypeSymbolExtensions.cs" />
    <Compile Include="Shared\Extensions\IProjectionBufferFactoryServiceExtensions.cs" />
    <Compile Include="Shared\Extensions\IRefactorNotifyServiceExtensions.cs" />
    <Compile Include="Shared\Extensions\ISymbolExtensions.cs" />
    <Compile Include="Shared\Extensions\ITextBufferExtensions.cs" />
    <Compile Include="Shared\Extensions\ITextSelectionExtensions.cs" />
    <Compile Include="Shared\Extensions\ITextSnapshotExtensions.cs" />
    <Compile Include="Shared\Extensions\ITextViewExtensions.AutoClosingViewProperty.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Shared\Extensions\ITextViewExtensions.cs" />
    <Compile Include="Shared\Extensions\ITextViewExtensions.PerSubjectBufferProperty.cs" />
    <Compile Include="Shared\Extensions\ITrackingSpanExtensions.cs" />
    <Compile Include="Shared\Extensions\IWaitIndicatorExtensions.cs" />
    <Compile Include="Shared\Extensions\IWpfTextViewExtensions.cs" />
    <Compile Include="Shared\Extensions\MefExtensions.cs" />
    <Compile Include="Shared\Extensions\SmartIndentExtensions.cs" />
    <Compile Include="Shared\Extensions\SnapshotPointExtensions.cs" />
    <Compile Include="Shared\Extensions\SnapshotSpanExtensions.cs" />
    <Compile Include="Shared\Extensions\SpanExtensions.cs" />
C
CyrusNajmabadi 已提交
686
    <Compile Include="Shared\Extensions\ClassificationExtensions.cs" />
687 688 689 690 691 692
    <Compile Include="Shared\Extensions\TextChangeExtensions.cs" />
    <Compile Include="Shared\Extensions\WorkspaceExtensions.cs" />
    <Compile Include="Shared\Options\ComponentOnOffOptions.cs" />
    <Compile Include="Shared\Options\FeatureOnOffOptions.cs" />
    <Compile Include="Shared\Options\InternalFeatureOnOffOptions.cs" />
    <Compile Include="Shared\Options\PerformanceFunctionIdOptionsProvider.cs" />
693
    <Compile Include="Shared\Preview\PreviewSolutionCrawlerRegistrationService.cs" />
694 695
    <Compile Include="Shared\Preview\PredefinedPreviewTaggerKeys.cs" />
    <Compile Include="Shared\Preview\PreviewWorkspace.cs" />
B
Brett V. Forsgren 已提交
696
    <Compile Include="Shared\IDocumentSupportsFeatureService.cs" />
697 698 699 700 701 702 703 704 705
    <Compile Include="Shared\Tagging\EventSources\AbstractTaggerEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\AbstractWorkspaceTrackingTaggerEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.WorkspaceRegistrationChangedEventSource.cs" />
    <Compile Include="Shared\Utilities\CodeAnalysisColors.cs" />
    <Compile Include="Shared\Utilities\HighContrastChecker.cs" />
    <Compile Include="Tagging\ITaggerEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerConstants.cs" />
    <Compile Include="Tagging\TaggerDelay.cs" />
    <Compile Include="Tagging\TaggerEventArgs.cs" />
C
Cyrus Najmabadi 已提交
706
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.DiagnosticsChangedEventSource.cs" />
707 708 709 710 711 712 713 714 715 716 717
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.CaretPositionChangedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.CompletionClosedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.CompositionEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.DocumentActiveContextChangedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.OptionChangedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.ParseOptionChangedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.ReadOnlyRegionsChangedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.SelectionChangedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.SemanticChangedEventSource.cs" />
    <Compile Include="Shared\Tagging\EventSources\TaggerEventSources.TextChangedEventSource.cs" />
718
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.cs" />
C
Cyrus Najmabadi 已提交
719
    <Compile Include="Shared\Tagging\Tags\NavigableHighlightTag.cs" />
720 721
    <Compile Include="Shared\Tagging\Tags\ConflictTag.cs" />
    <Compile Include="Shared\Tagging\Tags\ConflictTagDefinition.cs" />
722 723
    <Compile Include="Shared\Tagging\Tags\PreviewWarningTag.cs" />
    <Compile Include="Shared\Tagging\Tags\PreviewWarningTagDefinition.cs" />
724 725
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.BatchChangeNotifier.cs" />
    <Compile Include="Tagging\AbstractAsynchronousTaggerProvider.TagSpanComparer.cs" />
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778
    <Compile Include="Shared\Tagging\Utilities\TagSpanIntervalTree.cs" />
    <Compile Include="Shared\Tagging\Utilities\TagSpanIntervalTree.IntervalIntrospector.cs" />
    <Compile Include="Shared\Tagging\Utilities\TagSpanIntervalTree.TagNode.cs" />
    <Compile Include="Shared\Threading\AsynchronousSerialWorkQueue.cs" />
    <Compile Include="Shared\Utilities\AutomaticCodeChangeMergePolicy.cs" />
    <Compile Include="Shared\Utilities\CaretPreservingEditTransaction.cs" />
    <Compile Include="Shared\Utilities\ClassificationTypeMap.cs" />
    <Compile Include="Shared\Utilities\CommonFormattingHelpers.cs" />
    <Compile Include="Shared\Utilities\ForegroundThreadAffinitizedObject.cs" />
    <Compile Include="Shared\Utilities\HACK_TextUndoTransactionThatRollsBackProperly.cs" />
    <Compile Include="Shared\Utilities\LinkedEditsTracker.cs" />
    <Compile Include="Shared\Utilities\NativeMethods.cs" />
    <Compile Include="Shared\Utilities\RenameTrackingDismisser.cs" />
    <Compile Include="Shared\Utilities\ResettableDelay.cs" />
    <Compile Include="Shared\Utilities\ViewHostingControl.cs" />
    <Compile Include="Shared\Utilities\VirtualTreePoint.cs" />
    <Compile Include="SymbolMapping\ISymbolMappingService.cs" />
    <Compile Include="SymbolMapping\SymbolMappingResult.cs" />
    <Compile Include="SymbolMapping\SymbolMappingServiceFactory.cs" />
    <Compile Include="Implementation\InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs" />
    <Compile Include="Implementation\InlineRename\AbstractEditorInlineRenameService.InlineRenameLocationSet.cs" />
    <Compile Include="TextViewRoles.cs" />
    <Compile Include="Undo\Extensions.cs" />
    <Compile Include="Undo\IGlobalUndoService.cs" />
    <Compile Include="Undo\IWorkspaceGlobalUndoTransaction.cs" />
    <Compile Include="Undo\NoOpGlobalUndoServiceFactory.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="EditorFeaturesResources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>EditorFeaturesResources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <Page Include="Implementation\InlineRename\Dashboard\Colors.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Implementation\InlineRename\Dashboard\Dashboard.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Implementation\InlineRename\Dashboard\Images\ErrorIcon.png" />
    <Resource Include="Implementation\InlineRename\Dashboard\Images\InfoIcon.png" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Implementation\Formatting\FormatCommandHandler.FormatDocument.cs" />
    <Compile Include="Implementation\Intellisense\QuickInfo\Providers\AbstractSemanticQuickInfoProvider.ErrorVisitor.cs" />
  </ItemGroup>
  <ItemGroup>
779
    <None Include="project.json" />
J
Jared Parsons 已提交
780 781
    <PublicAPI Include="PublicAPI.Shipped.txt" />
    <PublicAPI Include="PublicAPI.Unshipped.txt" />
782
  </ItemGroup>
783 784 785
  <ItemGroup>
    <Folder Include="Extensibility\Navigation\" />
  </ItemGroup>
J
Jared Parsons 已提交
786
  <Import Project="..\..\..\build\Targets\Imports.targets" />
C
CyrusNajmabadi 已提交
787
</Project>