PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/AvalonEdit/ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

https://github.com/davidroth/ILSpy
MSBuild | 441 lines | 441 code | 0 blank | 0 comment | 0 complexity | 7274be2c0d99a47a4fdf20036a1f389f MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <RootNamespace>ICSharpCode.AvalonEdit</RootNamespace>
  9. <AssemblyName>ICSharpCode.AvalonEdit</AssemblyName>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <SourceAnalysisOverrideSettingsFile>"C:\Program Files\SharpDevelop\3.0\bin\..\AddIns\AddIns\Misc\SourceAnalysis\Settings.SourceAnalysis"</SourceAnalysisOverrideSettingsFile>
  13. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  14. <NoStdLib>False</NoStdLib>
  15. <WarningLevel>4</WarningLevel>
  16. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  17. <SignAssembly>True</SignAssembly>
  18. <AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
  19. <DelaySign>False</DelaySign>
  20. <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
  21. <RunCodeAnalysis>False</RunCodeAnalysis>
  22. <CodeAnalysisRules>-Microsoft.Design#CA1020;-Microsoft.Design#CA1033;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1810</CodeAnalysisRules>
  23. <OutputPath>bin\$(Configuration)</OutputPath>
  24. <DocumentationFile>bin\$(Configuration)\ICSharpCode.AvalonEdit.xml</DocumentationFile>
  25. <NoWarn>1607</NoWarn>
  26. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>Full</DebugType>
  31. <Optimize>False</Optimize>
  32. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  33. <DefineConstants>DEBUG;TRACE;DOTNET4</DefineConstants>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  36. <DebugSymbols>false</DebugSymbols>
  37. <DebugType>PdbOnly</DebugType>
  38. <Optimize>True</Optimize>
  39. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  40. <DefineConstants>TRACE;DOTNET4</DefineConstants>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  43. <RegisterForComInterop>False</RegisterForComInterop>
  44. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  45. <BaseAddress>4194304</BaseAddress>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <FileAlignment>4096</FileAlignment>
  48. </PropertyGroup>
  49. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
  50. <ItemGroup>
  51. <Reference Include="PresentationCore">
  52. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="PresentationFramework">
  55. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core">
  59. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Data.DataSetExtensions">
  63. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xaml">
  68. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Xml" />
  71. <Reference Include="System.Xml.Linq">
  72. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="UIAutomationProvider">
  75. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="UIAutomationTypes">
  78. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="WindowsBase">
  81. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  82. </Reference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="AvalonEditCommands.cs" />
  86. <Compile Include="CodeCompletion\CompletionListBox.cs" />
  87. <Compile Include="CodeCompletion\CompletionWindowBase.cs" />
  88. <Compile Include="CodeCompletion\CompletionList.cs" />
  89. <Compile Include="CodeCompletion\CompletionWindow.cs">
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="CodeCompletion\ICompletionData.cs" />
  93. <Compile Include="CodeCompletion\InsightWindow.cs" />
  94. <Compile Include="CodeCompletion\IOverloadProvider.cs" />
  95. <Compile Include="CodeCompletion\OverloadInsightWindow.cs" />
  96. <Compile Include="CodeCompletion\OverloadViewer.cs" />
  97. <Compile Include="Document\ChangeTrackingCheckpoint.cs" />
  98. <Compile Include="Document\DocumentChangeOperation.cs">
  99. <DependentUpon>UndoStack.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Document\ILineTracker.cs" />
  102. <Compile Include="Document\ISegment.cs" />
  103. <Compile Include="Document\ITextSource.cs" />
  104. <Compile Include="Document\IUndoableOperation.cs">
  105. <DependentUpon>UndoStack.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Document\LineNode.cs">
  108. <DependentUpon>DocumentLine.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Document\NewLineFinder.cs" />
  111. <Compile Include="Document\OffsetChangeMap.cs" />
  112. <Compile Include="Document\TextDocumentWeakEventManager.cs">
  113. <DependentUpon>TextDocument.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Document\TextSegmentCollection.cs" />
  116. <Compile Include="Document\TextAnchor.cs" />
  117. <Compile Include="Document\TextAnchorNode.cs">
  118. <DependentUpon>TextAnchor.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Document\TextAnchorTree.cs">
  121. <DependentUpon>TextAnchor.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Document\TextLocation.cs" />
  124. <Compile Include="Document\TextSegment.cs" />
  125. <Compile Include="Document\TextUtilities.cs" />
  126. <Compile Include="Document\UndoOperationGroup.cs">
  127. <DependentUpon>UndoStack.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="Document\UndoStack.cs">
  130. </Compile>
  131. <Compile Include="Document\WeakLineTracker.cs">
  132. <DependentUpon>ILineTracker.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Editing\AbstractMargin.cs" />
  135. <Compile Include="Editing\Caret.cs" />
  136. <Compile Include="Editing\CaretLayer.cs">
  137. </Compile>
  138. <Compile Include="Editing\CaretNavigationCommandHandler.cs">
  139. </Compile>
  140. <Compile Include="Editing\CaretWeakEventHandler.cs" />
  141. <Compile Include="Editing\DottedLineMargin.cs" />
  142. <Compile Include="Editing\DragDropException.cs" />
  143. <Compile Include="Editing\EditingCommandHandler.cs" />
  144. <Compile Include="Editing\EmptySelection.cs">
  145. <DependentUpon>Selection.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="Editing\SelectionSegment.cs" />
  148. <Compile Include="Folding\AbstractFoldingStrategy.cs" />
  149. <Compile Include="Folding\FoldingElementGenerator.cs" />
  150. <Compile Include="Folding\FoldingManager.cs" />
  151. <Compile Include="Folding\FoldingMargin.cs" />
  152. <Compile Include="Folding\FoldingMarginMarker.cs" />
  153. <Compile Include="Folding\FoldingSection.cs" />
  154. <Compile Include="Editing\IReadOnlySectionProvider.cs" />
  155. <Compile Include="Editing\LineNumberMargin.cs" />
  156. <Compile Include="Editing\NoReadOnlySections.cs">
  157. <DependentUpon>IReadOnlySectionProvider.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="Editing\RectangleSelection.cs">
  160. <DependentUpon>Selection.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="Editing\Selection.cs" />
  163. <Compile Include="Editing\SelectionColorizer.cs">
  164. <DependentUpon>Selection.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="Editing\SelectionLayer.cs">
  167. <DependentUpon>Selection.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="Editing\SelectionMouseHandler.cs">
  170. <DependentUpon>Selection.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="Editing\SimpleSelection.cs">
  173. <DependentUpon>Selection.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="Editing\TextArea.cs" />
  176. <Compile Include="Editing\TextAreaDefaultInputHandlers.cs" />
  177. <Compile Include="Editing\TextAreaInputHandler.cs" />
  178. <Compile Include="Editing\TextSegmentReadOnlySectionProvider.cs">
  179. <DependentUpon>IReadOnlySectionProvider.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="Folding\NewFolding.cs" />
  182. <Compile Include="Folding\XmlFoldingStrategy.cs" />
  183. <Compile Include="Highlighting\DocumentHighlighter.cs" />
  184. <Compile Include="Highlighting\HighlightedInlineBuilder.cs" />
  185. <Compile Include="Highlighting\HighlightedLine.cs" />
  186. <Compile Include="Highlighting\HighlightedSection.cs" />
  187. <Compile Include="Highlighting\HighlightingBrush.cs" />
  188. <Compile Include="Highlighting\HighlightingColor.cs" />
  189. <Compile Include="Highlighting\HighlightingColorizer.cs" />
  190. <Compile Include="Highlighting\HighlightingDefinitionInvalidException.cs" />
  191. <Compile Include="Highlighting\HighlightingDefinitionTypeConverter.cs" />
  192. <Compile Include="Highlighting\HighlightingManager.cs" />
  193. <Compile Include="Highlighting\HtmlClipboard.cs" />
  194. <Compile Include="Highlighting\IHighlighter.cs" />
  195. <Compile Include="Highlighting\IHighlightingDefinition.cs" />
  196. <Compile Include="Highlighting\HighlightingRule.cs" />
  197. <Compile Include="Highlighting\Resources\Resources.cs" />
  198. <Compile Include="Highlighting\HighlightingRuleSet.cs" />
  199. <Compile Include="Highlighting\HighlightingSpan.cs" />
  200. <Compile Include="Highlighting\IHighlightingDefinitionReferenceResolver.cs">
  201. </Compile>
  202. <Compile Include="Highlighting\Xshd\HighlightingLoader.cs" />
  203. <Compile Include="Highlighting\Xshd\IXshdVisitor.cs" />
  204. <Compile Include="Highlighting\Xshd\SaveXshdVisitor.cs" />
  205. <Compile Include="Highlighting\Xshd\V1Loader.cs" />
  206. <Compile Include="Highlighting\Xshd\V2Loader.cs" />
  207. <Compile Include="Highlighting\Xshd\XmlHighlightingDefinition.cs" />
  208. <Compile Include="Highlighting\Xshd\XshdColor.cs" />
  209. <Compile Include="Highlighting\Xshd\XshdImport.cs" />
  210. <Compile Include="Highlighting\Xshd\XshdReference.cs" />
  211. <Compile Include="Highlighting\Xshd\XshdElement.cs" />
  212. <Compile Include="Highlighting\Xshd\XshdKeywords.cs" />
  213. <Compile Include="Highlighting\Xshd\XshdRule.cs" />
  214. <Compile Include="Highlighting\Xshd\XshdRuleSet.cs" />
  215. <Compile Include="Highlighting\Xshd\XshdSpan.cs" />
  216. <Compile Include="Highlighting\Xshd\XshdSyntaxDefinition.cs" />
  217. <Compile Include="Indentation\CSharp\IndentationReformatter.cs" />
  218. <Compile Include="Indentation\CSharp\CSharpIndentationStrategy.cs" />
  219. <Compile Include="Indentation\CSharp\DocumentAccessor.cs" />
  220. <Compile Include="Indentation\DefaultIndentationStrategy.cs" />
  221. <Compile Include="Indentation\IIndentationStrategy.cs" />
  222. <Compile Include="Properties\GlobalAssemblyInfo.cs" />
  223. <Compile Include="Rendering\BackgroundGeometryBuilder.cs">
  224. <DependentUpon>IBackgroundRenderer.cs</DependentUpon>
  225. </Compile>
  226. <Compile Include="Rendering\CollapsedLineSection.cs">
  227. <DependentUpon>HeightTree.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="Rendering\ColorizingTransformer.cs">
  230. <DependentUpon>IVisualLineTransformer.cs</DependentUpon>
  231. </Compile>
  232. <Compile Include="Rendering\DocumentColorizingTransformer.cs">
  233. <DependentUpon>IVisualLineTransformer.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="Rendering\FormattedTextElement.cs" />
  236. <Compile Include="Rendering\GlobalTextRunProperties.cs">
  237. <DependentUpon>TextView.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="Rendering\HeightTree.cs" />
  240. <Compile Include="Rendering\HeightTreeLineNode.cs">
  241. <DependentUpon>HeightTree.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="Rendering\HeightTreeNode.cs">
  244. <DependentUpon>HeightTree.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="Rendering\IBackgroundRenderer.cs" />
  247. <Compile Include="Rendering\InlineObjectRun.cs" />
  248. <Compile Include="Rendering\ITextRunConstructionContext.cs">
  249. <DependentUpon>VisualLineElementGenerator.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="Rendering\ITextViewConnect.cs">
  252. <DependentUpon>TextView.cs</DependentUpon>
  253. </Compile>
  254. <Compile Include="Rendering\IVisualLineTransformer.cs" />
  255. <Compile Include="Rendering\Layer.cs">
  256. <DependentUpon>TextView.cs</DependentUpon>
  257. </Compile>
  258. <Compile Include="Rendering\LayerPosition.cs">
  259. <DependentUpon>TextView.cs</DependentUpon>
  260. </Compile>
  261. <Compile Include="Rendering\LinkElementGenerator.cs" />
  262. <Compile Include="Rendering\MouseHoverLogic.cs" />
  263. <Compile Include="Rendering\SimpleTextSource.cs">
  264. <DependentUpon>FormattedTextElement.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="Rendering\SingleCharacterElementGenerator.cs" />
  267. <Compile Include="Rendering\TextLayer.cs">
  268. <DependentUpon>TextView.cs</DependentUpon>
  269. </Compile>
  270. <Compile Include="Rendering\TextView.cs" />
  271. <Compile Include="Rendering\TextViewCachedElements.cs" />
  272. <Compile Include="Rendering\TextViewWeakEventManager.cs">
  273. <DependentUpon>TextView.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="Rendering\VisualLine.cs" />
  276. <Compile Include="Rendering\VisualLineConstructionStartEventArgs.cs" />
  277. <Compile Include="Rendering\VisualLineElement.cs" />
  278. <Compile Include="Rendering\VisualLineElementGenerator.cs" />
  279. <Compile Include="Rendering\VisualLineElementTextRunProperties.cs">
  280. <DependentUpon>VisualLine.cs</DependentUpon>
  281. </Compile>
  282. <Compile Include="Rendering\VisualLineLinkText.cs" />
  283. <Compile Include="Rendering\VisualLinesInvalidException.cs" />
  284. <Compile Include="Rendering\VisualLineText.cs" />
  285. <Compile Include="Rendering\VisualLineTextParagraphProperties.cs">
  286. <DependentUpon>VisualLine.cs</DependentUpon>
  287. </Compile>
  288. <Compile Include="Rendering\VisualLineTextSource.cs">
  289. <DependentUpon>VisualLineElementGenerator.cs</DependentUpon>
  290. </Compile>
  291. <Compile Include="Rendering\VisualYPosition.cs">
  292. <DependentUpon>VisualLine.cs</DependentUpon>
  293. </Compile>
  294. <Compile Include="Search\Localization.cs" />
  295. <Compile Include="Search\RegexSearchStrategy.cs" />
  296. <Compile Include="Search\DropDownButton.cs" />
  297. <Compile Include="Search\ISearchStrategy.cs" />
  298. <Compile Include="Search\SearchCommands.cs" />
  299. <Compile Include="Search\SearchResultBackgroundRenderer.cs" />
  300. <Compile Include="Search\SearchPanel.cs">
  301. <SubType>Code</SubType>
  302. </Compile>
  303. <Compile Include="Search\SearchStrategyFactory.cs" />
  304. <Compile Include="Snippets\IActiveElement.cs" />
  305. <Compile Include="Snippets\SnippetAnchorElement.cs" />
  306. <Compile Include="Snippets\SnippetEventArgs.cs" />
  307. <Compile Include="Snippets\SnippetInputHandler.cs" />
  308. <Compile Include="Snippets\Snippet.cs" />
  309. <Compile Include="Snippets\SnippetBoundElement.cs" />
  310. <Compile Include="Snippets\SnippetCaretElement.cs" />
  311. <Compile Include="Snippets\SnippetContainerElement.cs" />
  312. <Compile Include="Snippets\SnippetElement.cs" />
  313. <Compile Include="Snippets\InsertionContext.cs" />
  314. <Compile Include="Snippets\SnippetReplaceableTextElement.cs" />
  315. <Compile Include="Snippets\SnippetSelectionElement.cs" />
  316. <Compile Include="Snippets\SnippetTextElement.cs" />
  317. <Compile Include="TextEditor.cs" />
  318. <Compile Include="TextEditorAutomationPeer.cs" />
  319. <Compile Include="TextEditorComponent.cs">
  320. </Compile>
  321. <Compile Include="Properties\AssemblyInfo.cs" />
  322. <Compile Include="Document\DocumentChangeEventArgs.cs" />
  323. <Compile Include="Document\GapTextBuffer.cs">
  324. <DependentUpon>TextDocument.cs</DependentUpon>
  325. </Compile>
  326. <Compile Include="Document\LineManager.cs">
  327. <DependentUpon>TextDocument.cs</DependentUpon>
  328. </Compile>
  329. <Compile Include="Document\DocumentLine.cs" />
  330. <Compile Include="Document\DocumentLineTree.cs">
  331. <DependentUpon>DocumentLine.cs</DependentUpon>
  332. </Compile>
  333. <Compile Include="Document\TextDocument.cs" />
  334. <Compile Include="TextEditorOptions.cs" />
  335. <Compile Include="TextEditorWeakEventManager.cs">
  336. <DependentUpon>TextEditor.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="TextViewPosition.cs" />
  339. <Compile Include="Utils\Boxes.cs" />
  340. <Compile Include="Utils\BusyManager.cs">
  341. <DependentUpon>ObserveAddRemoveCollection.cs</DependentUpon>
  342. </Compile>
  343. <Compile Include="Utils\CharRope.cs" />
  344. <Compile Include="Utils\CompressingTreeList.cs" />
  345. <Compile Include="Utils\Constants.cs" />
  346. <Compile Include="Utils\DelayedEvents.cs" />
  347. <Compile Include="Utils\CallbackOnDispose.cs" />
  348. <Compile Include="Utils\Deque.cs" />
  349. <Compile Include="Utils\Empty.cs" />
  350. <Compile Include="Utils\ExtensionMethods.cs" />
  351. <Compile Include="Utils\FileReader.cs" />
  352. <Compile Include="Utils\ImmutableStack.cs" />
  353. <Compile Include="Utils\NullSafeCollection.cs" />
  354. <Compile Include="Utils\ObserveAddRemoveCollection.cs" />
  355. <Compile Include="Utils\PropertyChangedWeakEventManager.cs" />
  356. <Compile Include="Utils\Rope.cs" />
  357. <Compile Include="Utils\RopeNode.cs" />
  358. <Compile Include="Utils\RopeTextReader.cs" />
  359. <Compile Include="Utils\StringSegment.cs" />
  360. <Compile Include="Utils\TextFormatterFactory.cs" />
  361. <Compile Include="Utils\WeakEventManagerBase.cs" />
  362. <Compile Include="Utils\PixelSnapHelpers.cs" />
  363. <Compile Include="Utils\ThrowUtil.cs" />
  364. <Compile Include="Utils\Win32.cs" />
  365. <CodeAnalysisDictionary Include="Properties\CodeAnalysisDictionary.xml" />
  366. <Compile Include="Xml\AbstractAXmlVisitor.cs" />
  367. <Compile Include="Xml\AXmlAttribute.cs" />
  368. <Compile Include="Xml\AXmlAttributeCollection.cs" />
  369. <Compile Include="Xml\AXmlContainer.cs" />
  370. <Compile Include="Xml\AXmlDocument.cs" />
  371. <Compile Include="Xml\AXmlElement.cs" />
  372. <Compile Include="Xml\AXmlObject.cs" />
  373. <Compile Include="Xml\AXmlObjectCollection.cs" />
  374. <Compile Include="Xml\AXmlObjectEventArgs.cs" />
  375. <Compile Include="Xml\AXmlParser.cs" />
  376. <Compile Include="Xml\AXmlTag.cs" />
  377. <Compile Include="Xml\AXmlText.cs" />
  378. <Compile Include="Xml\CanonicalPrintAXmlVisitor.cs" />
  379. <Compile Include="Xml\InternalException.cs" />
  380. <Compile Include="Xml\TrackedSegmentCollection.cs">
  381. <DependentUpon>AXmlParser.cs</DependentUpon>
  382. </Compile>
  383. <Compile Include="Xml\ExtensionMethods.cs" />
  384. <Compile Include="Xml\FilteredCollection.cs" />
  385. <Compile Include="Xml\IAXmlVisitor.cs" />
  386. <Compile Include="Xml\MergedCollection.cs" />
  387. <Compile Include="Xml\PrettyPrintAXmlVisitor.cs" />
  388. <Compile Include="Xml\SyntaxError.cs" />
  389. <Compile Include="Xml\TagMatchingHeuristics.cs">
  390. <DependentUpon>AXmlParser.cs</DependentUpon>
  391. </Compile>
  392. <Compile Include="Xml\TagReader.cs">
  393. <DependentUpon>AXmlParser.cs</DependentUpon>
  394. </Compile>
  395. <Compile Include="Xml\TextType.cs">
  396. <DependentUpon>AXmlText.cs</DependentUpon>
  397. </Compile>
  398. <Compile Include="Xml\TokenReader.cs">
  399. <DependentUpon>AXmlParser.cs</DependentUpon>
  400. </Compile>
  401. <Resource Include="themes\RightArrow.cur" />
  402. <EmbeddedResource Include="Highlighting\Resources\ASPX.xshd" />
  403. <EmbeddedResource Include="Highlighting\Resources\Boo.xshd" />
  404. <EmbeddedResource Include="Highlighting\Resources\Coco-Mode.xshd" />
  405. <EmbeddedResource Include="Highlighting\Resources\CPP-Mode.xshd" />
  406. <EmbeddedResource Include="Highlighting\Resources\HTML-Mode.xshd" />
  407. <EmbeddedResource Include="Highlighting\Resources\Java-Mode.xshd" />
  408. <EmbeddedResource Include="Highlighting\Resources\JavaScript-Mode.xshd" />
  409. <EmbeddedResource Include="Highlighting\Resources\Patch-Mode.xshd" />
  410. <EmbeddedResource Include="Highlighting\Resources\PHP-Mode.xshd" />
  411. <EmbeddedResource Include="Highlighting\Resources\Tex-Mode.xshd" />
  412. <EmbeddedResource Include="Highlighting\Resources\VBNET-Mode.xshd" />
  413. <EmbeddedResource Include="Highlighting\Resources\XML-Mode.xshd" />
  414. <EmbeddedResource Include="Highlighting\Resources\ModeV1.xsd" />
  415. <EmbeddedResource Include="Highlighting\Resources\ModeV2.xsd" />
  416. <EmbeddedResource Include="Highlighting\Resources\CSharp-Mode.xshd" />
  417. <EmbeddedResource Include="Highlighting\Resources\XmlDoc.xshd" />
  418. </ItemGroup>
  419. <ItemGroup>
  420. <Page Include="CodeCompletion\CompletionList.xaml" />
  421. <Page Include="CodeCompletion\InsightWindow.xaml" />
  422. <Page Include="Search\SearchPanel.xaml">
  423. <DependentUpon>SearchPanel.cs</DependentUpon>
  424. </Page>
  425. <Page Include="Search\DropDownButton.xaml">
  426. <DependentUpon>DropDownButton.cs</DependentUpon>
  427. </Page>
  428. <Page Include="TextEditor.xaml" />
  429. <Page Include="themes\generic.xaml" />
  430. </ItemGroup>
  431. <ItemGroup>
  432. <EmbeddedResource Include="Highlighting\Resources\CSS-Mode.xshd" />
  433. </ItemGroup>
  434. <ItemGroup>
  435. <Folder Include="Search" />
  436. </ItemGroup>
  437. <ItemGroup>
  438. <Resource Include="Search\next.png" />
  439. <Resource Include="Search\prev.png" />
  440. </ItemGroup>
  441. </Project>