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:
Diffstat (limited to 'src/OpenSource.Impl.projitems')
-rw-r--r--src/OpenSource.Impl.projitems125
1 files changed, 125 insertions, 0 deletions
diff --git a/src/OpenSource.Impl.projitems b/src/OpenSource.Impl.projitems
new file mode 100644
index 0000000..c48b333
--- /dev/null
+++ b/src/OpenSource.Impl.projitems
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project>
+ <!-- Fake Presentation Foundation for Cocoa -->
+ <ItemGroup Condition="$(HaveXamarinMac)">
+ <ProjectReference Include="$(RepoSrcPath)FPF\WindowsBase\WindowsBase.csproj">
+ <SolutionFolder>FPF</SolutionFolder>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcPath)FPF\PresentationCore\PresentationCore.csproj">
+ <SolutionFolder>FPF</SolutionFolder>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcPath)FPF\PresentationFramework\PresentationFramework.csproj">
+ <SolutionFolder>FPF</SolutionFolder>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcPath)FPF\UIAutomationTypes\UIAutomationTypes.csproj">
+ <SolutionFolder>FPF</SolutionFolder>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcPath)FPF\UIAutomationProvider\UIAutomationProvider.csproj">
+ <SolutionFolder>FPF</SolutionFolder>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcPath)FPF\UIAutomationClient\UIAutomationClient.csproj">
+ <SolutionFolder>FPF</SolutionFolder>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Util\TextDataUtil\TextDataUtil.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Util\TextUIUtil\TextUIUtil.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Core\Impl\CoreUtilityImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Util\TextLogicUtil\TextLogicUtil.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\BraceCompletion\BraceCompletionImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TextBufferUndoManager\TextBufferUndoManagerImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TextSearch\TextSearchImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\ClassificationAggregator\ClassificationAggregatorImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TagAggregator\TagAggregatorImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\DifferenceAlgorithm\DifferenceAlgorithmImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\EditorOptions\EditorOptionsImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\EditorPrimitives\EditorPrimitivesImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\EditorOperations\EditorOperationsImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\ClassificationType\ClassificationTypeImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\Navigation\NavigationImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\StandaloneUndo\StandaloneUndoImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\TextModel\TextModelImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\XPlat\MultiCaretImpl\MultiCaretImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Language\Impl\Language\LanguageImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Language\Util\LanguageUtil\LanguageUtil.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\Commanding\CommandingImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\Outlining\Outlining.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ <ProjectReference Include="$(RepoSrcEditorPath)Text\Impl\PatternMatching\PatternMatchingImpl.csproj">
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ <Consolidate>true</Consolidate>
+ </ProjectReference>
+ </ItemGroup>
+</Project> \ No newline at end of file