ServicesVisualStudio.Next.csproj 6.9 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>
6
  <Import Project="..\..\..\..\build\Targets\VSL.Settings.targets" />
H
Heejae Chang 已提交
7 8 9 10 11 12 13 14 15 16 17
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <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>
    <CopyNuGetImplementations>false</CopyNuGetImplementations>
  </PropertyGroup>
  <ItemGroup Label="Project References">
18
    <ProjectReference Include="..\..\..\Compilers\Core\Portable\CodeAnalysis.csproj">
H
Heejae Chang 已提交
19 20 21
      <Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
      <Name>CodeAnalysis</Name>
    </ProjectReference>
22
    <ProjectReference Include="..\..\..\Dependencies\Immutable\Immutable.csproj">
H
Heejae Chang 已提交
23 24 25
      <Project>{DCDA908D-EF5E-494B-ADDC-C26F5FD610CA}</Project>
      <Name>Immutable</Name>
    </ProjectReference>
26
    <ProjectReference Include="..\..\..\EditorFeatures\Core\EditorFeatures.csproj">
C
CyrusNajmabadi 已提交
27 28 29
      <Project>{3cdeeab7-2256-418a-beb2-620b5cb16302}</Project>
      <Name>EditorFeatures</Name>
    </ProjectReference>
30
    <ProjectReference Include="..\..\..\EditorFeatures\Text\TextEditorFeatures.csproj">
C
CyrusNajmabadi 已提交
31 32 33
      <Project>{18f5fbb8-7570-4412-8cc7-0a86ff13b7ba}</Project>
      <Name>TextEditorFeatures</Name>
    </ProjectReference>
34
    <ProjectReference Include="..\..\..\Features\Core\Portable\Features.csproj">
H
Heejae Chang 已提交
35 36 37
      <Project>{edc68a0e-c68d-4a74-91b7-bf38ec909888}</Project>
      <Name>Features</Name>
    </ProjectReference>
38
    <ProjectReference Include="..\..\..\Workspaces\Core\Desktop\Workspaces.Desktop.csproj">
H
Heejae Chang 已提交
39 40 41
      <Project>{2e87fa96-50bb-4607-8676-46521599f998}</Project>
      <Name>Workspaces.Desktop</Name>
    </ProjectReference>
42
    <ProjectReference Include="..\..\..\Workspaces\Core\Portable\Workspaces.csproj">
H
Heejae Chang 已提交
43 44 45
      <Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
      <Name>Workspaces</Name>
    </ProjectReference>
46
    <ProjectReference Include="..\..\..\Workspaces\Remote\Core\RemoteWorkspaces.csproj">
H
Heejae Chang 已提交
47 48 49
      <Project>{f822f72a-cc87-4e31-b57d-853f65cbebf3}</Project>
      <Name>RemoteWorkspaces</Name>
    </ProjectReference>
50
    <ProjectReference Include="..\..\Core\Def\ServicesVisualStudio.csproj">
H
Heejae Chang 已提交
51 52 53 54 55 56 57 58 59 60 61
      <Project>{86fd5b9a-4fa0-4b10-b59f-cfaf077a859c}</Project>
      <Name>ServicesVisualStudio</Name>
    </ProjectReference>
  </ItemGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
C
CyrusNajmabadi 已提交
62 63
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
H
Heejae Chang 已提交
64 65 66
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.Composition" />
    <Reference Include="System.Core" />
C
CyrusNajmabadi 已提交
67 68 69
    <Reference Include="System.Design" />
    <Reference Include="System.Drawing" />
    <Reference Include="WindowsBase" />
H
Heejae Chang 已提交
70 71 72 73 74 75 76
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
    <PublicAPI Include="PublicAPI.Shipped.txt" />
    <PublicAPI Include="PublicAPI.Unshipped.txt" />
  </ItemGroup>
  <ItemGroup>
77
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Diagnostics\DiagnosticArguments.cs">
H
Heejae Chang 已提交
78 79
      <Link>Diagnostics\DiagnosticArguments.cs</Link>
    </Compile>
80
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Diagnostics\DiagnosticResultSerializer.cs">
H
Heejae Chang 已提交
81 82
      <Link>Diagnostics\DiagnosticResultSerializer.cs</Link>
    </Compile>
83
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\ClientDirectStream.cs">
H
Heejae Chang 已提交
84 85
      <Link>Shared\ClientDirectStream.cs</Link>
    </Compile>
86
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\Extensions.cs">
H
Heejae Chang 已提交
87 88
      <Link>Shared\Extensions.cs</Link>
    </Compile>
89
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\ServerDirectStream.cs">
H
Heejae Chang 已提交
90 91
      <Link>Shared\ServerDirectStream.cs</Link>
    </Compile>
92
    <Compile Include="..\..\..\Workspaces\Remote\ServiceHub\Shared\WellKnownServiceHubServices.cs">
H
Heejae Chang 已提交
93 94
      <Link>Shared\WellKnownServiceHubServices.cs</Link>
    </Compile>
95
    <Compile Include="Diagnostics\OutOfProcDiagnosticAnalyzerExecutor.cs" />
96
    <Compile Include="Extensions\RemoteHostClientExtensions.cs" />
C
CyrusNajmabadi 已提交
97 98 99 100 101 102 103 104 105 106 107 108
    <Compile Include="FindReferences\FindReferencesTableControlEventProcessorProvider.cs" />
    <Compile Include="FindReferences\ISupportsNavigation.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.DisposableToolTip.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.DocumentLocationEntry.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.Entry.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.LazyToolTip.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.RoslynDefinitionBucket.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.SimpleMessageEntry.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.TableDataSourceFindReferencesContext.cs" />
    <Compile Include="FindReferences\StreamingFindReferencesPresenter.TableEntriesSnapshot.cs" />
    <Compile Include="FindReferences\TaggedTextAndHighlightSpan.cs" />
H
Heejae Chang 已提交
109
    <Compile Include="Remote\JsonRpcClient.cs" />
110
    <Compile Include="Remote\JsonRpcSession.cs" />
111
    <Compile Include="Remote\RemoteHostClientFactory.cs" />
C
CyrusNajmabadi 已提交
112
    <Compile Include="Remote\ServiceHubRemoteHostClient.WorkspaceHost.cs" />
H
Heejae Chang 已提交
113
    <Compile Include="Remote\ServiceHubRemoteHostClient.cs" />
C
CyrusNajmabadi 已提交
114 115 116 117 118
    <Compile Include="ServicesVisualStudioNextResources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>ServicesVisualStudioNextResources.resx</DependentUpon>
    </Compile>
H
Heejae Chang 已提交
119
  </ItemGroup>
C
CyrusNajmabadi 已提交
120
  <ItemGroup>
C
CyrusNajmabadi 已提交
121 122 123 124
    <EmbeddedResource Include="ServicesVisualStudioNextResources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>ServicesVisualStudioNextResources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
C
CyrusNajmabadi 已提交
125
  </ItemGroup>
126 127
  <ItemGroup>
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.TestImpact.BuildManager" />
128 129
    <InternalsVisibleTo Include="Roslyn.VisualStudio.RemoteHostClientMock" />
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.Test.Utilities.Next" />
130
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.Next.UnitTests" />
131
  </ItemGroup>
132
  <Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
133
</Project>