ServicesVisualStudio.Next.csproj 6.5 KB
Newer Older
H
Heejae Chang 已提交
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectLanguage>CSharp</ProjectLanguage>
  </PropertyGroup>
J
Jared Parsons 已提交
6
  <Import Project="..\..\..\..\build\Targets\Settings.props" />
H
Heejae Chang 已提交
7 8 9 10 11 12 13 14 15
  <PropertyGroup>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{FE0D4BDD-1C30-488E-A870-854F5B8C5014}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Microsoft.VisualStudio.LanguageServices</RootNamespace>
    <AssemblyName>Microsoft.VisualStudio.LanguageServices.Next</AssemblyName>
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  </PropertyGroup>
  <ItemGroup Label="Project References">
16
    <ProjectReference Include="..\..\..\Compilers\Core\Portable\CodeAnalysis.csproj">
H
Heejae Chang 已提交
17 18 19
      <Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
      <Name>CodeAnalysis</Name>
    </ProjectReference>
20
    <ProjectReference Include="..\..\..\EditorFeatures\Core\EditorFeatures.csproj">
C
CyrusNajmabadi 已提交
21 22 23
      <Project>{3cdeeab7-2256-418a-beb2-620b5cb16302}</Project>
      <Name>EditorFeatures</Name>
    </ProjectReference>
24
    <ProjectReference Include="..\..\..\EditorFeatures\Text\TextEditorFeatures.csproj">
C
CyrusNajmabadi 已提交
25 26 27
      <Project>{18f5fbb8-7570-4412-8cc7-0a86ff13b7ba}</Project>
      <Name>TextEditorFeatures</Name>
    </ProjectReference>
28
    <ProjectReference Include="..\..\..\Features\Core\Portable\Features.csproj">
H
Heejae Chang 已提交
29 30 31
      <Project>{edc68a0e-c68d-4a74-91b7-bf38ec909888}</Project>
      <Name>Features</Name>
    </ProjectReference>
32
    <ProjectReference Include="..\..\..\Workspaces\Core\Desktop\Workspaces.Desktop.csproj">
H
Heejae Chang 已提交
33 34 35
      <Project>{2e87fa96-50bb-4607-8676-46521599f998}</Project>
      <Name>Workspaces.Desktop</Name>
    </ProjectReference>
36
    <ProjectReference Include="..\..\..\Workspaces\Core\Portable\Workspaces.csproj">
H
Heejae Chang 已提交
37 38 39
      <Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
      <Name>Workspaces</Name>
    </ProjectReference>
40
    <ProjectReference Include="..\..\..\Workspaces\Remote\Core\RemoteWorkspaces.csproj">
H
Heejae Chang 已提交
41 42 43
      <Project>{f822f72a-cc87-4e31-b57d-853f65cbebf3}</Project>
      <Name>RemoteWorkspaces</Name>
    </ProjectReference>
44
    <ProjectReference Include="..\..\Core\Def\ServicesVisualStudio.csproj">
H
Heejae Chang 已提交
45 46 47 48
      <Project>{86fd5b9a-4fa0-4b10-b59f-cfaf077a859c}</Project>
      <Name>ServicesVisualStudio</Name>
    </ProjectReference>
  </ItemGroup>
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
50
    <PlatformTarget>AnyCPU</PlatformTarget>
H
Heejae Chang 已提交
51 52
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
53
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
54
    <PlatformTarget>AnyCPU</PlatformTarget>
H
Heejae Chang 已提交
55 56 57
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
C
CyrusNajmabadi 已提交
58 59
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
H
Heejae Chang 已提交
60 61 62
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.Composition" />
    <Reference Include="System.Core" />
C
CyrusNajmabadi 已提交
63 64 65
    <Reference Include="System.Design" />
    <Reference Include="System.Drawing" />
    <Reference Include="WindowsBase" />
H
Heejae Chang 已提交
66 67 68 69 70 71 72
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
    <PublicAPI Include="PublicAPI.Shipped.txt" />
    <PublicAPI Include="PublicAPI.Unshipped.txt" />
  </ItemGroup>
  <ItemGroup>
P
Paul Vick 已提交
73 74 75
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\CodeLens\CodeLensArguments.cs">
      <Link>CodeLens\CodeLensArguments.cs</Link>
    </Compile>
76
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\ClientDirectStream.cs">
H
Heejae Chang 已提交
77 78
      <Link>Shared\ClientDirectStream.cs</Link>
    </Compile>
79
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\Extensions.cs">
H
Heejae Chang 已提交
80 81
      <Link>Shared\Extensions.cs</Link>
    </Compile>
82 83 84 85 86 87
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\RoslynJsonConverter.cs">
      <Link>Shared\RoslynJsonConverter.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\RoslynJsonConverter.SolutionIdConverters.cs">
      <Link>Shared\RoslynJsonConverter.SolutionIdConverters.cs</Link>
    </Compile>
88
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\ServerDirectStream.cs">
H
Heejae Chang 已提交
89 90
      <Link>Shared\ServerDirectStream.cs</Link>
    </Compile>
P
Paul Vick 已提交
91
    <Compile Include="CodeLens\RemoteCodeLensReferencesService.cs" />
C
CyrusNajmabadi 已提交
92 93
    <Compile Include="FindReferences\FindReferencesTableControlEventProcessorProvider.cs" />
    <Compile Include="FindReferences\ISupportsNavigation.cs" />
94 95 96 97 98 99 100 101 102
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.DisposableToolTip.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.DocumentLocationEntry.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.Entry.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.LazyToolTip.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.RoslynDefinitionBucket.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.SimpleMessageEntry.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.TableDataSourceFindUsagesContext.cs" />
    <Compile Include="FindReferences\StreamingFindUsagesPresenter.TableEntriesSnapshot.cs" />
C
CyrusNajmabadi 已提交
103
    <Compile Include="FindReferences\TaggedTextAndHighlightSpan.cs" />
104
    <Compile Include="ProjectSystem\DeferredProjectWorkspaceService.cs" />
H
Heejae Chang 已提交
105
    <Compile Include="Remote\JsonRpcClient.cs" />
106
    <Compile Include="Remote\JsonRpcSession.cs" />
107
    <Compile Include="Remote\RemoteHostClientFactory.cs" />
C
CyrusNajmabadi 已提交
108
    <Compile Include="Remote\ServiceHubRemoteHostClient.WorkspaceHost.cs" />
H
Heejae Chang 已提交
109
    <Compile Include="Remote\ServiceHubRemoteHostClient.cs" />
C
CyrusNajmabadi 已提交
110 111 112 113 114
    <Compile Include="ServicesVisualStudioNextResources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>ServicesVisualStudioNextResources.resx</DependentUpon>
    </Compile>
H
Heejae Chang 已提交
115
  </ItemGroup>
C
CyrusNajmabadi 已提交
116
  <ItemGroup>
C
CyrusNajmabadi 已提交
117 118 119 120
    <EmbeddedResource Include="ServicesVisualStudioNextResources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>ServicesVisualStudioNextResources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
C
CyrusNajmabadi 已提交
121
  </ItemGroup>
122
  <ItemGroup>
T
Tanner Gooding 已提交
123
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.LiveUnitTesting.BuildManager" />
124
    <InternalsVisibleTo Include="Roslyn.VisualStudio.RemoteHostClientMock" />
125
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.Next.UnitTests" />
126
  </ItemGroup>
127
  <ItemGroup />
J
Jared Parsons 已提交
128
  <Import Project="..\..\..\..\build\Targets\Imports.targets" />
J
Jared Parsons 已提交
129
</Project>