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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abock@microsoft.com>2019-09-07 00:23:22 +0300
committerAaron Bockover <abock@microsoft.com>2019-09-07 00:23:22 +0300
commitc88b8a52605c02dd3012f8e8403912db93cee213 (patch)
tree31c5c81cdbb60694d4c423ab53df28eeecef3c2e
parent4874fea24a86e7ae30c12ee4f9056cfa20708b7e (diff)
Sync with vs-editor-core@3487a538
-rw-r--r--src/OpenSource.Def.projitems24
-rw-r--r--src/OpenSource.Impl.projitems58
2 files changed, 41 insertions, 41 deletions
diff --git a/src/OpenSource.Def.projitems b/src/OpenSource.Def.projitems
index 5919b10..8e38981 100644
--- a/src/OpenSource.Def.projitems
+++ b/src/OpenSource.Def.projitems
@@ -2,44 +2,44 @@
<Project>
<!-- Core Xplat Editor -->
<ItemGroup>
- <ProjectReference Include="$(RepoSrcEditorPath)Core\Def\CoreUtility.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Core\Def\CoreUtility.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Imaging\Def\Imaging.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Imaging\Def\Imaging.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Def\TextData\TextData.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextData\TextData.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Def\TextLogic\TextLogic.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextLogic\TextLogic.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Def\TextUI\TextUI.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextUI\TextUI.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Def\TextUIWpf\TextUIWpf.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextUIWpf\TextUIWpf.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Language\Def\Language\LanguageDef.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Def\Language\LanguageDef.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Language\Def\Intellisense\IntellisenseDef.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Def\Intellisense\IntellisenseDef.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Def\Internal\Internal.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\Internal\Internal.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Def\Extras\Extras.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\Extras\Extras.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Language\Def\StandardClassification\StandardClassification.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Def\StandardClassification\StandardClassification.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
</ItemGroup>
<!-- Cocoa Projects -->
<ItemGroup Condition="$(HaveXamarinMac)">
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Def\TextUICocoa\TextUICocoa.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextUICocoa\TextUICocoa.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
</ItemGroup>
diff --git a/src/OpenSource.Impl.projitems b/src/OpenSource.Impl.projitems
index c48b333..e8a3ffa 100644
--- a/src/OpenSource.Impl.projitems
+++ b/src/OpenSource.Impl.projitems
@@ -2,122 +2,122 @@
<Project>
<!-- Fake Presentation Foundation for Cocoa -->
<ItemGroup Condition="$(HaveXamarinMac)">
- <ProjectReference Include="$(RepoSrcPath)FPF\WindowsBase\WindowsBase.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\WindowsBase\WindowsBase.csproj">
<SolutionFolder>FPF</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcPath)FPF\PresentationCore\PresentationCore.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\PresentationCore\PresentationCore.csproj">
<SolutionFolder>FPF</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcPath)FPF\PresentationFramework\PresentationFramework.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\PresentationFramework\PresentationFramework.csproj">
<SolutionFolder>FPF</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcPath)FPF\UIAutomationTypes\UIAutomationTypes.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\UIAutomationTypes\UIAutomationTypes.csproj">
<SolutionFolder>FPF</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcPath)FPF\UIAutomationProvider\UIAutomationProvider.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\UIAutomationProvider\UIAutomationProvider.csproj">
<SolutionFolder>FPF</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcPath)FPF\UIAutomationClient\UIAutomationClient.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)FPF\UIAutomationClient\UIAutomationClient.csproj">
<SolutionFolder>FPF</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Util\TextDataUtil\TextDataUtil.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Util\TextDataUtil\TextDataUtil.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Util\TextUIUtil\TextUIUtil.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Util\TextUIUtil\TextUIUtil.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Core\Impl\CoreUtilityImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Core\Impl\CoreUtilityImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Util\TextLogicUtil\TextLogicUtil.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Util\TextLogicUtil\TextLogicUtil.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\BraceCompletion\BraceCompletionImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\BraceCompletion\BraceCompletionImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TextBufferUndoManager\TextBufferUndoManagerImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TextBufferUndoManager\TextBufferUndoManagerImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TextSearch\TextSearchImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TextSearch\TextSearchImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\ClassificationAggregator\ClassificationAggregatorImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\ClassificationAggregator\ClassificationAggregatorImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TagAggregator\TagAggregatorImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TagAggregator\TagAggregatorImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\DifferenceAlgorithm\DifferenceAlgorithmImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\DifferenceAlgorithm\DifferenceAlgorithmImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\EditorOptions\EditorOptionsImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\EditorOptions\EditorOptionsImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\EditorPrimitives\EditorPrimitivesImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\EditorPrimitives\EditorPrimitivesImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\EditorOperations\EditorOperationsImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\EditorOperations\EditorOperationsImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\ClassificationType\ClassificationTypeImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\ClassificationType\ClassificationTypeImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\Navigation\NavigationImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\Navigation\NavigationImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\StandaloneUndo\StandaloneUndoImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\StandaloneUndo\StandaloneUndoImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TextModel\TextModelImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\TextModel\TextModelImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\XPlat\MultiCaretImpl\MultiCaretImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\XPlat\MultiCaretImpl\MultiCaretImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Language\Impl\Language\LanguageImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Impl\Language\LanguageImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Language\Util\LanguageUtil\LanguageUtil.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Util\LanguageUtil\LanguageUtil.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\Commanding\CommandingImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\Commanding\CommandingImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\Outlining\Outlining.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\Outlining\Outlining.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>
- <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\PatternMatching\PatternMatchingImpl.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Impl\PatternMatching\PatternMatchingImpl.csproj">
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
<Consolidate>true</Consolidate>
</ProjectReference>