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

OpenSource.Def.projitems « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8fee425c5a793fe6b2f0eea4c3d50829b3a115f (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
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <!-- Core Xplat Editor -->
  <ItemGroup>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Core\Def\CoreUtility.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextData\TextData.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextLogic\TextLogic.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextUI\TextUI.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextUIWpf\TextUIWpf.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Def\Language\LanguageDef.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Def\Intellisense\IntellisenseDef.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\Internal\Internal.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Language\Def\StandardClassification\StandardClassification.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
  </ItemGroup>

  <!-- Cocoa Projects -->
  <ItemGroup Condition="$(HaveXamarinMac)">
    <ProjectReference Include="$(MSBuildThisFileDirectory)Editor\Text\Def\TextUICocoa\TextUICocoa.csproj">
      <Private>$(ReferencesVSEditorCopyToOutput)</Private>
    </ProjectReference>
  </ItemGroup>
</Project>