1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
4 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
5 | <DebugSymbols>true</DebugSymbols>
|
---|
6 | <DebugType>full</DebugType>
|
---|
7 | <Optimize>false</Optimize>
|
---|
8 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
9 | <DefineConstants>TRACE;DEBUG;DOTNET4;NREFACTORY</DefineConstants>
|
---|
10 | <ErrorReport>prompt</ErrorReport>
|
---|
11 | <WarningLevel>4</WarningLevel>
|
---|
12 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
13 | <Prefer32Bit>false</Prefer32Bit>
|
---|
14 | </PropertyGroup>
|
---|
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
16 | <DebugType>pdbonly</DebugType>
|
---|
17 | <Optimize>true</Optimize>
|
---|
18 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
19 | <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants>
|
---|
20 | <ErrorReport>prompt</ErrorReport>
|
---|
21 | <WarningLevel>4</WarningLevel>
|
---|
22 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
23 | <Prefer32Bit>false</Prefer32Bit>
|
---|
24 | </PropertyGroup>
|
---|
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
26 | <DebugSymbols>true</DebugSymbols>
|
---|
27 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
28 | <DefineConstants>TRACE;DEBUG;DOTNET4;NREFACTORY</DefineConstants>
|
---|
29 | <DebugType>full</DebugType>
|
---|
30 | <PlatformTarget>x86</PlatformTarget>
|
---|
31 | <ErrorReport>prompt</ErrorReport>
|
---|
32 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
33 | <Prefer32Bit>false</Prefer32Bit>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
36 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
37 | <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants>
|
---|
38 | <Optimize>true</Optimize>
|
---|
39 | <DebugType>pdbonly</DebugType>
|
---|
40 | <PlatformTarget>x86</PlatformTarget>
|
---|
41 | <ErrorReport>prompt</ErrorReport>
|
---|
42 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
43 | <Prefer32Bit>false</Prefer32Bit>
|
---|
44 | </PropertyGroup>
|
---|
45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
46 | <DebugSymbols>true</DebugSymbols>
|
---|
47 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
48 | <DefineConstants>TRACE;DEBUG;DOTNET4;NREFACTORY</DefineConstants>
|
---|
49 | <DebugType>full</DebugType>
|
---|
50 | <PlatformTarget>x64</PlatformTarget>
|
---|
51 | <ErrorReport>prompt</ErrorReport>
|
---|
52 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
53 | <Prefer32Bit>false</Prefer32Bit>
|
---|
54 | </PropertyGroup>
|
---|
55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
56 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
57 | <DefineConstants>TRACE;DOTNET4;NREFACTORY</DefineConstants>
|
---|
58 | <Optimize>true</Optimize>
|
---|
59 | <DebugType>pdbonly</DebugType>
|
---|
60 | <PlatformTarget>x64</PlatformTarget>
|
---|
61 | <ErrorReport>prompt</ErrorReport>
|
---|
62 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
63 | <Prefer32Bit>false</Prefer32Bit>
|
---|
64 | </PropertyGroup>
|
---|
65 | <PropertyGroup>
|
---|
66 | <SignAssembly>true</SignAssembly>
|
---|
67 | <ProjectGuid>{255C7DEB-3C98-4BC2-92D4-B683F82A7E52}</ProjectGuid>
|
---|
68 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
69 | <TargetFrameworkProfile />
|
---|
70 | </PropertyGroup>
|
---|
71 | <PropertyGroup>
|
---|
72 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
73 | </PropertyGroup>
|
---|
74 | <PropertyGroup>
|
---|
75 | <RootNamespace>ICSharpCode.AvalonEdit</RootNamespace>
|
---|
76 | </PropertyGroup>
|
---|
77 | <PropertyGroup>
|
---|
78 | <OutputType>Library</OutputType>
|
---|
79 | </PropertyGroup>
|
---|
80 | <PropertyGroup>
|
---|
81 | <StartupObject />
|
---|
82 | </PropertyGroup>
|
---|
83 | <PropertyGroup>
|
---|
84 | <AssemblyName>ICSharpCode.AvalonEdit</AssemblyName>
|
---|
85 | </PropertyGroup>
|
---|
86 | <ItemGroup>
|
---|
87 | <Reference Include="PresentationCore" />
|
---|
88 | <Reference Include="PresentationFramework" />
|
---|
89 | <Reference Include="System" />
|
---|
90 | <Reference Include="System.Core" />
|
---|
91 | <Reference Include="System.Drawing" />
|
---|
92 | <Reference Include="System.Windows.Forms" />
|
---|
93 | <Reference Include="System.Xaml" />
|
---|
94 | <Reference Include="System.Xml" />
|
---|
95 | <Reference Include="UIAutomationProvider" />
|
---|
96 | <Reference Include="UIAutomationTypes" />
|
---|
97 | <Reference Include="WindowsBase" />
|
---|
98 | </ItemGroup>
|
---|
99 | <ItemGroup>
|
---|
100 | <Compile Include="AvalonEditCommands.cs" />
|
---|
101 | <Compile Include="CodeCompletion\CompletionList.cs" />
|
---|
102 | <Compile Include="CodeCompletion\CompletionListBox.cs" />
|
---|
103 | <Compile Include="CodeCompletion\CompletionWindow.cs" />
|
---|
104 | <Compile Include="CodeCompletion\CompletionWindowBase.cs" />
|
---|
105 | <Compile Include="CodeCompletion\ICompletionData.cs" />
|
---|
106 | <Compile Include="CodeCompletion\InsightWindow.cs" />
|
---|
107 | <Compile Include="CodeCompletion\IOverloadProvider.cs" />
|
---|
108 | <Compile Include="CodeCompletion\OverloadInsightWindow.cs" />
|
---|
109 | <Compile Include="CodeCompletion\OverloadViewer.cs" />
|
---|
110 | <Compile Include="Document\DocumentChangeEventArgs.cs" />
|
---|
111 | <Compile Include="Document\DocumentChangeOperation.cs">
|
---|
112 | <DependentUpon>UndoStack.cs</DependentUpon>
|
---|
113 | </Compile>
|
---|
114 | <Compile Include="Document\DocumentLine.cs" />
|
---|
115 | <Compile Include="Document\DocumentLineTree.cs">
|
---|
116 | <DependentUpon>DocumentLine.cs</DependentUpon>
|
---|
117 | </Compile>
|
---|
118 | <Compile Include="Document\DocumentTextWriter.cs" />
|
---|
119 | <Compile Include="Document\GapTextBuffer.cs">
|
---|
120 | <DependentUpon>TextDocument.cs</DependentUpon>
|
---|
121 | </Compile>
|
---|
122 | <Compile Include="Document\IDocument.cs" />
|
---|
123 | <Compile Include="Document\ILineTracker.cs" />
|
---|
124 | <Compile Include="Document\ITextAnchor.cs" />
|
---|
125 | <Compile Include="Document\ITextSource.cs" />
|
---|
126 | <Compile Include="Document\IUndoableOperation.cs">
|
---|
127 | <DependentUpon>UndoStack.cs</DependentUpon>
|
---|
128 | </Compile>
|
---|
129 | <Compile Include="Document\LineManager.cs">
|
---|
130 | <DependentUpon>TextDocument.cs</DependentUpon>
|
---|
131 | </Compile>
|
---|
132 | <Compile Include="Document\LineNode.cs">
|
---|
133 | <DependentUpon>DocumentLine.cs</DependentUpon>
|
---|
134 | </Compile>
|
---|
135 | <Compile Include="Document\NewLineFinder.cs" />
|
---|
136 | <Compile Include="Document\OffsetChangeMap.cs" />
|
---|
137 | <Compile Include="Document\RopeTextSource.cs" />
|
---|
138 | <Compile Include="Document\SimpleSegment.cs" />
|
---|
139 | <Compile Include="Document\TextAnchor.cs" />
|
---|
140 | <Compile Include="Document\TextAnchorNode.cs">
|
---|
141 | <DependentUpon>TextAnchor.cs</DependentUpon>
|
---|
142 | </Compile>
|
---|
143 | <Compile Include="Document\TextAnchorTree.cs">
|
---|
144 | <DependentUpon>TextAnchor.cs</DependentUpon>
|
---|
145 | </Compile>
|
---|
146 | <Compile Include="Document\TextDocument.cs" />
|
---|
147 | <Compile Include="Document\TextDocumentWeakEventManager.cs">
|
---|
148 | <DependentUpon>TextDocument.cs</DependentUpon>
|
---|
149 | </Compile>
|
---|
150 | <Compile Include="Document\TextLocation.cs" />
|
---|
151 | <Compile Include="Document\TextSegment.cs" />
|
---|
152 | <Compile Include="Document\TextSegmentCollection.cs" />
|
---|
153 | <Compile Include="Document\TextSourceVersionProvider.cs" />
|
---|
154 | <Compile Include="Document\TextUtilities.cs" />
|
---|
155 | <Compile Include="Document\UndoOperationGroup.cs">
|
---|
156 | <DependentUpon>UndoStack.cs</DependentUpon>
|
---|
157 | </Compile>
|
---|
158 | <Compile Include="Document\UndoStack.cs" />
|
---|
159 | <Compile Include="Document\WeakLineTracker.cs">
|
---|
160 | <DependentUpon>ILineTracker.cs</DependentUpon>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="Editing\AbstractMargin.cs" />
|
---|
163 | <Compile Include="Editing\Caret.cs" />
|
---|
164 | <Compile Include="Editing\CaretLayer.cs" />
|
---|
165 | <Compile Include="Editing\CaretNavigationCommandHandler.cs" />
|
---|
166 | <Compile Include="Editing\CaretWeakEventHandler.cs" />
|
---|
167 | <Compile Include="Editing\DottedLineMargin.cs" />
|
---|
168 | <Compile Include="Editing\DragDropException.cs" />
|
---|
169 | <Compile Include="Editing\EditingCommandHandler.cs" />
|
---|
170 | <Compile Include="Editing\EmptySelection.cs">
|
---|
171 | <DependentUpon>Selection.cs</DependentUpon>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="Editing\ImeNativeWrapper.cs" />
|
---|
174 | <Compile Include="Editing\ImeSupport.cs" />
|
---|
175 | <Compile Include="Editing\IReadOnlySectionProvider.cs" />
|
---|
176 | <Compile Include="Editing\LineNumberMargin.cs" />
|
---|
177 | <Compile Include="Editing\NoReadOnlySections.cs">
|
---|
178 | <DependentUpon>IReadOnlySectionProvider.cs</DependentUpon>
|
---|
179 | </Compile>
|
---|
180 | <Compile Include="Editing\RectangleSelection.cs">
|
---|
181 | <DependentUpon>Selection.cs</DependentUpon>
|
---|
182 | </Compile>
|
---|
183 | <Compile Include="Editing\Selection.cs" />
|
---|
184 | <Compile Include="Editing\SelectionColorizer.cs">
|
---|
185 | <DependentUpon>Selection.cs</DependentUpon>
|
---|
186 | </Compile>
|
---|
187 | <Compile Include="Editing\SelectionLayer.cs">
|
---|
188 | <DependentUpon>Selection.cs</DependentUpon>
|
---|
189 | </Compile>
|
---|
190 | <Compile Include="Editing\SelectionMouseHandler.cs">
|
---|
191 | <DependentUpon>Selection.cs</DependentUpon>
|
---|
192 | </Compile>
|
---|
193 | <Compile Include="Editing\SelectionSegment.cs" />
|
---|
194 | <Compile Include="Editing\SimpleSelection.cs">
|
---|
195 | <DependentUpon>Selection.cs</DependentUpon>
|
---|
196 | </Compile>
|
---|
197 | <Compile Include="Editing\TextArea.cs" />
|
---|
198 | <Compile Include="Editing\TextAreaDefaultInputHandlers.cs" />
|
---|
199 | <Compile Include="Editing\TextAreaInputHandler.cs" />
|
---|
200 | <Compile Include="Editing\TextSegmentReadOnlySectionProvider.cs">
|
---|
201 | <DependentUpon>IReadOnlySectionProvider.cs</DependentUpon>
|
---|
202 | </Compile>
|
---|
203 | <Compile Include="Folding\FoldingElementGenerator.cs" />
|
---|
204 | <Compile Include="Folding\FoldingManager.cs" />
|
---|
205 | <Compile Include="Folding\FoldingMargin.cs" />
|
---|
206 | <Compile Include="Folding\FoldingMarginMarker.cs" />
|
---|
207 | <Compile Include="Folding\FoldingSection.cs" />
|
---|
208 | <Compile Include="Folding\NewFolding.cs" />
|
---|
209 | <Compile Include="Folding\XmlFoldingStrategy.cs" />
|
---|
210 | <Compile Include="Highlighting\DocumentHighlighter.cs" />
|
---|
211 | <Compile Include="Highlighting\HighlightedInlineBuilder.cs" />
|
---|
212 | <Compile Include="Highlighting\HighlightedLine.cs" />
|
---|
213 | <Compile Include="Highlighting\HighlightedSection.cs" />
|
---|
214 | <Compile Include="Highlighting\HighlightingBrush.cs" />
|
---|
215 | <Compile Include="Highlighting\HighlightingColor.cs" />
|
---|
216 | <Compile Include="Highlighting\HighlightingColorizer.cs" />
|
---|
217 | <Compile Include="Highlighting\HighlightingDefinitionInvalidException.cs" />
|
---|
218 | <Compile Include="Highlighting\HighlightingDefinitionTypeConverter.cs" />
|
---|
219 | <Compile Include="Highlighting\HighlightingEngine.cs" />
|
---|
220 | <Compile Include="Highlighting\HighlightingManager.cs" />
|
---|
221 | <Compile Include="Highlighting\HighlightingRule.cs" />
|
---|
222 | <Compile Include="Highlighting\HighlightingRuleSet.cs" />
|
---|
223 | <Compile Include="Highlighting\HighlightingSpan.cs" />
|
---|
224 | <Compile Include="Highlighting\HtmlClipboard.cs" />
|
---|
225 | <Compile Include="Highlighting\HtmlOptions.cs" />
|
---|
226 | <Compile Include="Highlighting\HtmlRichTextWriter.cs" />
|
---|
227 | <Compile Include="Highlighting\IHighlighter.cs" />
|
---|
228 | <Compile Include="Highlighting\IHighlightingDefinition.cs" />
|
---|
229 | <Compile Include="Highlighting\IHighlightingDefinitionReferenceResolver.cs" />
|
---|
230 | <Compile Include="Highlighting\Resources\Resources.cs" />
|
---|
231 | <Compile Include="Highlighting\RichText.cs" />
|
---|
232 | <Compile Include="Highlighting\RichTextColorizer.cs" />
|
---|
233 | <Compile Include="Highlighting\RichTextModel.cs" />
|
---|
234 | <Compile Include="Highlighting\RichTextModelWriter.cs" />
|
---|
235 | <Compile Include="Highlighting\Xshd\HighlightingLoader.cs" />
|
---|
236 | <Compile Include="Highlighting\Xshd\IXshdVisitor.cs" />
|
---|
237 | <Compile Include="Highlighting\Xshd\SaveXshdVisitor.cs" />
|
---|
238 | <Compile Include="Highlighting\Xshd\V1Loader.cs" />
|
---|
239 | <Compile Include="Highlighting\Xshd\V2Loader.cs" />
|
---|
240 | <Compile Include="Highlighting\Xshd\XmlHighlightingDefinition.cs" />
|
---|
241 | <Compile Include="Highlighting\Xshd\XshdColor.cs" />
|
---|
242 | <Compile Include="Highlighting\Xshd\XshdElement.cs" />
|
---|
243 | <Compile Include="Highlighting\Xshd\XshdImport.cs" />
|
---|
244 | <Compile Include="Highlighting\Xshd\XshdKeywords.cs" />
|
---|
245 | <Compile Include="Highlighting\Xshd\XshdProperty.cs" />
|
---|
246 | <Compile Include="Highlighting\Xshd\XshdReference.cs" />
|
---|
247 | <Compile Include="Highlighting\Xshd\XshdRule.cs" />
|
---|
248 | <Compile Include="Highlighting\Xshd\XshdRuleSet.cs" />
|
---|
249 | <Compile Include="Highlighting\Xshd\XshdSpan.cs" />
|
---|
250 | <Compile Include="Highlighting\Xshd\XshdSyntaxDefinition.cs" />
|
---|
251 | <Compile Include="Indentation\CSharp\CSharpIndentationStrategy.cs" />
|
---|
252 | <Compile Include="Indentation\CSharp\DocumentAccessor.cs" />
|
---|
253 | <Compile Include="Indentation\CSharp\IndentationReformatter.cs" />
|
---|
254 | <Compile Include="Indentation\DefaultIndentationStrategy.cs" />
|
---|
255 | <Compile Include="Indentation\IIndentationStrategy.cs" />
|
---|
256 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
257 | <Compile Include="Rendering\BackgroundGeometryBuilder.cs">
|
---|
258 | <DependentUpon>IBackgroundRenderer.cs</DependentUpon>
|
---|
259 | </Compile>
|
---|
260 | <Compile Include="Rendering\CollapsedLineSection.cs">
|
---|
261 | <DependentUpon>HeightTree.cs</DependentUpon>
|
---|
262 | </Compile>
|
---|
263 | <Compile Include="Rendering\ColorizingTransformer.cs">
|
---|
264 | <DependentUpon>IVisualLineTransformer.cs</DependentUpon>
|
---|
265 | </Compile>
|
---|
266 | <Compile Include="Rendering\ColumnRulerRenderer.cs" />
|
---|
267 | <Compile Include="Rendering\CurrentLineHighlightRenderer.cs" />
|
---|
268 | <Compile Include="Rendering\DefaultTextRunTypographyProperties.cs" />
|
---|
269 | <Compile Include="Rendering\DocumentColorizingTransformer.cs">
|
---|
270 | <DependentUpon>IVisualLineTransformer.cs</DependentUpon>
|
---|
271 | </Compile>
|
---|
272 | <Compile Include="Rendering\FormattedTextElement.cs" />
|
---|
273 | <Compile Include="Rendering\GlobalTextRunProperties.cs">
|
---|
274 | <DependentUpon>TextView.cs</DependentUpon>
|
---|
275 | </Compile>
|
---|
276 | <Compile Include="Rendering\HeightTree.cs" />
|
---|
277 | <Compile Include="Rendering\HeightTreeLineNode.cs">
|
---|
278 | <DependentUpon>HeightTree.cs</DependentUpon>
|
---|
279 | </Compile>
|
---|
280 | <Compile Include="Rendering\HeightTreeNode.cs">
|
---|
281 | <DependentUpon>HeightTree.cs</DependentUpon>
|
---|
282 | </Compile>
|
---|
283 | <Compile Include="Rendering\IBackgroundRenderer.cs" />
|
---|
284 | <Compile Include="Rendering\InlineObjectRun.cs" />
|
---|
285 | <Compile Include="Rendering\ITextRunConstructionContext.cs">
|
---|
286 | <DependentUpon>VisualLineElementGenerator.cs</DependentUpon>
|
---|
287 | </Compile>
|
---|
288 | <Compile Include="Rendering\ITextViewConnect.cs">
|
---|
289 | <DependentUpon>TextView.cs</DependentUpon>
|
---|
290 | </Compile>
|
---|
291 | <Compile Include="Rendering\IVisualLineTransformer.cs" />
|
---|
292 | <Compile Include="Rendering\Layer.cs">
|
---|
293 | <DependentUpon>TextView.cs</DependentUpon>
|
---|
294 | </Compile>
|
---|
295 | <Compile Include="Rendering\LayerPosition.cs">
|
---|
296 | <DependentUpon>TextView.cs</DependentUpon>
|
---|
297 | </Compile>
|
---|
298 | <Compile Include="Rendering\LinkElementGenerator.cs" />
|
---|
299 | <Compile Include="Rendering\MouseHoverLogic.cs" />
|
---|
300 | <Compile Include="Rendering\SimpleTextSource.cs">
|
---|
301 | <DependentUpon>FormattedTextElement.cs</DependentUpon>
|
---|
302 | </Compile>
|
---|
303 | <Compile Include="Rendering\SingleCharacterElementGenerator.cs" />
|
---|
304 | <Compile Include="Rendering\TextLayer.cs">
|
---|
305 | <DependentUpon>TextView.cs</DependentUpon>
|
---|
306 | </Compile>
|
---|
307 | <Compile Include="Rendering\TextView.cs" />
|
---|
308 | <Compile Include="Rendering\TextViewCachedElements.cs" />
|
---|
309 | <Compile Include="Rendering\TextViewWeakEventManager.cs">
|
---|
310 | <DependentUpon>TextView.cs</DependentUpon>
|
---|
311 | </Compile>
|
---|
312 | <Compile Include="Rendering\VisualLine.cs" />
|
---|
313 | <Compile Include="Rendering\VisualLineConstructionStartEventArgs.cs" />
|
---|
314 | <Compile Include="Rendering\VisualLineElement.cs" />
|
---|
315 | <Compile Include="Rendering\VisualLineElementGenerator.cs" />
|
---|
316 | <Compile Include="Rendering\VisualLineElementTextRunProperties.cs">
|
---|
317 | <DependentUpon>VisualLine.cs</DependentUpon>
|
---|
318 | </Compile>
|
---|
319 | <Compile Include="Rendering\VisualLineLinkText.cs" />
|
---|
320 | <Compile Include="Rendering\VisualLinesInvalidException.cs" />
|
---|
321 | <Compile Include="Rendering\VisualLineText.cs" />
|
---|
322 | <Compile Include="Rendering\VisualLineTextParagraphProperties.cs">
|
---|
323 | <DependentUpon>VisualLine.cs</DependentUpon>
|
---|
324 | </Compile>
|
---|
325 | <Compile Include="Rendering\VisualLineTextSource.cs">
|
---|
326 | <DependentUpon>VisualLineElementGenerator.cs</DependentUpon>
|
---|
327 | </Compile>
|
---|
328 | <Compile Include="Rendering\VisualYPosition.cs">
|
---|
329 | <DependentUpon>VisualLine.cs</DependentUpon>
|
---|
330 | </Compile>
|
---|
331 | <Compile Include="Search\DropDownButton.cs" />
|
---|
332 | <Compile Include="Search\ISearchStrategy.cs" />
|
---|
333 | <Compile Include="Search\Localization.cs" />
|
---|
334 | <Compile Include="Search\RegexSearchStrategy.cs" />
|
---|
335 | <Compile Include="Search\SearchCommands.cs" />
|
---|
336 | <Compile Include="Search\SearchPanel.cs">
|
---|
337 | <SubType>Code</SubType>
|
---|
338 | </Compile>
|
---|
339 | <Compile Include="Search\SearchResultBackgroundRenderer.cs" />
|
---|
340 | <Compile Include="Search\SearchStrategyFactory.cs" />
|
---|
341 | <Compile Include="Snippets\IActiveElement.cs" />
|
---|
342 | <Compile Include="Snippets\InsertionContext.cs" />
|
---|
343 | <Compile Include="Snippets\Snippet.cs" />
|
---|
344 | <Compile Include="Snippets\SnippetAnchorElement.cs" />
|
---|
345 | <Compile Include="Snippets\SnippetBoundElement.cs" />
|
---|
346 | <Compile Include="Snippets\SnippetCaretElement.cs" />
|
---|
347 | <Compile Include="Snippets\SnippetContainerElement.cs" />
|
---|
348 | <Compile Include="Snippets\SnippetElement.cs" />
|
---|
349 | <Compile Include="Snippets\SnippetEventArgs.cs" />
|
---|
350 | <Compile Include="Snippets\SnippetInputHandler.cs" />
|
---|
351 | <Compile Include="Snippets\SnippetReplaceableTextElement.cs" />
|
---|
352 | <Compile Include="Snippets\SnippetSelectionElement.cs" />
|
---|
353 | <Compile Include="Snippets\SnippetTextElement.cs" />
|
---|
354 | <Compile Include="TextEditor.cs" />
|
---|
355 | <Compile Include="TextEditorAutomationPeer.cs" />
|
---|
356 | <Compile Include="TextEditorComponent.cs" />
|
---|
357 | <Compile Include="TextEditorOptions.cs" />
|
---|
358 | <Compile Include="TextEditorWeakEventManager.cs">
|
---|
359 | <DependentUpon>TextEditor.cs</DependentUpon>
|
---|
360 | </Compile>
|
---|
361 | <Compile Include="TextViewPosition.cs" />
|
---|
362 | <Compile Include="Utils\Boxes.cs" />
|
---|
363 | <Compile Include="Utils\CallbackOnDispose.cs" />
|
---|
364 | <Compile Include="Utils\CharRope.cs" />
|
---|
365 | <Compile Include="Utils\CompressingTreeList.cs" />
|
---|
366 | <Compile Include="Utils\Constants.cs" />
|
---|
367 | <Compile Include="Utils\DelayedEvents.cs" />
|
---|
368 | <Compile Include="Utils\Deque.cs" />
|
---|
369 | <Compile Include="Utils\DocumentPrinter.cs" />
|
---|
370 | <Compile Include="Utils\Empty.cs" />
|
---|
371 | <Compile Include="Utils\ExtensionMethods.cs" />
|
---|
372 | <Compile Include="Utils\FileReader.cs" />
|
---|
373 | <Compile Include="Utils\IFreezable.cs" />
|
---|
374 | <Compile Include="Utils\ImmutableStack.cs" />
|
---|
375 | <Compile Include="Utils\NullSafeCollection.cs" />
|
---|
376 | <Compile Include="Utils\ObserveAddRemoveCollection.cs" />
|
---|
377 | <Compile Include="Utils\PixelSnapHelpers.cs" />
|
---|
378 | <Compile Include="Utils\PlainRichTextWriter.cs" />
|
---|
379 | <Compile Include="Utils\PropertyChangedWeakEventManager.cs" />
|
---|
380 | <Compile Include="Utils\RichTextWriter.cs" />
|
---|
381 | <Compile Include="Utils\Rope.cs" />
|
---|
382 | <Compile Include="Utils\RopeNode.cs" />
|
---|
383 | <Compile Include="Utils\RopeTextReader.cs" />
|
---|
384 | <Compile Include="Utils\StringSegment.cs" />
|
---|
385 | <Compile Include="Utils\TextFormatterFactory.cs" />
|
---|
386 | <Compile Include="Utils\ThrowUtil.cs" />
|
---|
387 | <Compile Include="Utils\WeakEventManagerBase.cs" />
|
---|
388 | <Compile Include="Utils\Win32.cs" />
|
---|
389 | </ItemGroup>
|
---|
390 | <ItemGroup>
|
---|
391 | <None Include="HeuristicLab.snk" />
|
---|
392 | <EmbeddedResource Include="Highlighting\Resources\ASPX.xshd" />
|
---|
393 | <EmbeddedResource Include="Highlighting\Resources\Boo.xshd" />
|
---|
394 | <EmbeddedResource Include="Highlighting\Resources\Coco-Mode.xshd" />
|
---|
395 | <EmbeddedResource Include="Highlighting\Resources\CPP-Mode.xshd" />
|
---|
396 | <EmbeddedResource Include="Highlighting\Resources\CSharp-Mode.xshd" />
|
---|
397 | <EmbeddedResource Include="Highlighting\Resources\CSS-Mode.xshd" />
|
---|
398 | <EmbeddedResource Include="Highlighting\Resources\HTML-Mode.xshd" />
|
---|
399 | <EmbeddedResource Include="Highlighting\Resources\Java-Mode.xshd" />
|
---|
400 | <EmbeddedResource Include="Highlighting\Resources\JavaScript-Mode.xshd" />
|
---|
401 | <EmbeddedResource Include="Highlighting\Resources\MarkDown-Mode.xshd" />
|
---|
402 | <EmbeddedResource Include="Highlighting\Resources\ModeV1.xsd">
|
---|
403 | <SubType>Designer</SubType>
|
---|
404 | </EmbeddedResource>
|
---|
405 | <EmbeddedResource Include="Highlighting\Resources\ModeV2.xsd">
|
---|
406 | <SubType>Designer</SubType>
|
---|
407 | </EmbeddedResource>
|
---|
408 | <EmbeddedResource Include="Highlighting\Resources\Patch-Mode.xshd" />
|
---|
409 | <EmbeddedResource Include="Highlighting\Resources\PHP-Mode.xshd" />
|
---|
410 | <EmbeddedResource Include="Highlighting\Resources\PowerShell.xshd" />
|
---|
411 | <EmbeddedResource Include="Highlighting\Resources\Tex-Mode.xshd" />
|
---|
412 | <EmbeddedResource Include="Highlighting\Resources\VB-Mode.xshd" />
|
---|
413 | <EmbeddedResource Include="Highlighting\Resources\XML-Mode.xshd" />
|
---|
414 | <EmbeddedResource Include="Highlighting\Resources\XmlDoc.xshd" />
|
---|
415 | </ItemGroup>
|
---|
416 | <ItemGroup>
|
---|
417 | <Page Include="CodeCompletion\CompletionList.xaml" />
|
---|
418 | <Page Include="CodeCompletion\InsightWindow.xaml" />
|
---|
419 | <Page Include="Search\DropDownButton.xaml">
|
---|
420 | <DependentUpon>DropDownButton.cs</DependentUpon>
|
---|
421 | </Page>
|
---|
422 | <Page Include="Search\SearchPanel.xaml">
|
---|
423 | <DependentUpon>SearchPanel.cs</DependentUpon>
|
---|
424 | </Page>
|
---|
425 | <Page Include="TextEditor.xaml" />
|
---|
426 | <Page Include="themes\generic.xaml" />
|
---|
427 | </ItemGroup>
|
---|
428 | <ItemGroup>
|
---|
429 | <Content Include="ICSharpCode.AvalonEdit License-5.0.1.txt" />
|
---|
430 | <Resource Include="Search\next.png" />
|
---|
431 | <Resource Include="Search\prev.png" />
|
---|
432 | <Resource Include="themes\RightArrow.cur" />
|
---|
433 | </ItemGroup>
|
---|
434 | <ItemGroup>
|
---|
435 | <ProjectReference Include="..\..\..\HeuristicLab.NRefactory\5.5.0\NRefactory-5.5.0\ICSharpCode.NRefactory-5.5.0.csproj">
|
---|
436 | <Project>{1022483b-7cf4-4162-827f-984b64eaf8b3}</Project>
|
---|
437 | <Name>ICSharpCode.NRefactory-5.5.0</Name>
|
---|
438 | <Private>False</Private>
|
---|
439 | </ProjectReference>
|
---|
440 | </ItemGroup>
|
---|
441 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
442 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
443 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
444 | <Target Name="BeforeBuild">
|
---|
445 | </Target>
|
---|
446 | <Target Name="AfterBuild">
|
---|
447 | </Target>
|
---|
448 | -->
|
---|
449 | </Project> |
---|