Welcome to mirror list, hosted at ThFree Co, Russian Federation.

OpenSource.Impl.projitems « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8a3ffa81d11eeffd8f3ff84813e2def94948a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <!-- Fake Presentation Foundation for Cocoa -->
  <ItemGroup Condition="$(HaveXamarinMac)">
    <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\WindowsBase\WindowsBase.csproj">
      <SolutionFolder>FPF</SolutionFolder>
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\PresentationCore\PresentationCore.csproj">
      <SolutionFolder>FPF</SolutionFolder>
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\PresentationFramework\PresentationFramework.csproj">
      <SolutionFolder>FPF</SolutionFolder>
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\UIAutomationTypes\UIAutomationTypes.csproj">
      <SolutionFolder>FPF</SolutionFolder>
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\UIAutomationProvider\UIAutomationProvider.csproj">
      <SolutionFolder>FPF</SolutionFolder>
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\UIAutomationClient\UIAutomationClient.csproj">
      <SolutionFolder>FPF</SolutionFolder>
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Util\TextDataUtil\TextDataUtil.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Util\TextUIUtil\TextUIUtil.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Core\Impl\CoreUtilityImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Util\TextLogicUtil\TextLogicUtil.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\BraceCompletion\BraceCompletionImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TextBufferUndoManager\TextBufferUndoManagerImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TextSearch\TextSearchImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\ClassificationAggregator\ClassificationAggregatorImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TagAggregator\TagAggregatorImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\DifferenceAlgorithm\DifferenceAlgorithmImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\EditorOptions\EditorOptionsImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\EditorPrimitives\EditorPrimitivesImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\EditorOperations\EditorOperationsImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\ClassificationType\ClassificationTypeImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\Navigation\NavigationImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\StandaloneUndo\StandaloneUndoImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TextModel\TextModelImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\XPlat\MultiCaretImpl\MultiCaretImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Impl\Language\LanguageImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Util\LanguageUtil\LanguageUtil.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\Commanding\CommandingImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\Outlining\Outlining.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\PatternMatching\PatternMatchingImpl.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
      <Consolidate>true</Consolidate>
    </ProjectReference>
  </ItemGroup>
</Project>