Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj 5.2 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
J
Jonathon Marolf 已提交
2
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
3
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
4 5 6
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <RootNamespace>Microsoft.CodeAnalysis.Editor</RootNamespace>
T
Tomas Matousek 已提交
7
    <TargetFramework>net472</TargetFramework>
8
    <UseWpf>true</UseWpf>
9
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10
    <ApplyNgenOptimization>partial</ApplyNgenOptimization>
T
Tomáš Matoušek 已提交
11 12 13 14 15 16

    <!-- NuGet -->
    <IsPackable>true</IsPackable>
    <PackageDescription>
      .NET Compiler Platform ("Roslyn") support for WPF-dependent editor features inside the Visual Studio editor.
    </PackageDescription>
17 18
  </PropertyGroup>
  <ItemGroup Label="Project References">
J
Jared Parsons 已提交
19
    <ProjectReference Include="..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />
20
    <ProjectReference Include="..\..\Interactive\Host\Microsoft.CodeAnalysis.InteractiveHost.csproj">
21 22 23 24 25
      <Aliases>InteractiveHost</Aliases>
    </ProjectReference>
    <ProjectReference Include="..\..\Scripting\Core\Microsoft.CodeAnalysis.Scripting.csproj">
      <Aliases>global,Scripting</Aliases>
    </ProjectReference>
J
Jared Parsons 已提交
26 27 28 29
    <ProjectReference Include="..\..\Workspaces\Core\Portable\Microsoft.CodeAnalysis.Workspaces.csproj" />
    <ProjectReference Include="..\..\Features\Core\Portable\Microsoft.CodeAnalysis.Features.csproj" />
    <ProjectReference Include="..\Core\Microsoft.CodeAnalysis.EditorFeatures.csproj" />
    <ProjectReference Include="..\Text\Microsoft.CodeAnalysis.EditorFeatures.Text.csproj" />
30 31
  </ItemGroup>
  <ItemGroup>
T
Tomáš Matoušek 已提交
32
    <PackageReference Include="Microsoft.CodeAnalysis.Elfie" Version="$(MicrosoftCodeAnalysisElfieVersion)" />
33
    <PackageReference Include="Microsoft.VisualStudio.CodingConventions" Version="$(MicrosoftVisualStudioCodingConventionsVersion)" />
34 35 36 37 38 39
    <PackageReference Include="Microsoft.VisualStudio.InteractiveWindow" Version="$(MicrosoftVisualStudioInteractiveWindowVersion)" />
    <PackageReference Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces" Version="$(MicrosoftVisualStudioLanguageNavigateToInterfacesVersion)" />
    <PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification" Version="$(MicrosoftVisualStudioLanguageStandardClassificationVersion)" />
    <PackageReference Include="Microsoft.VisualStudio.Language.Intellisense" Version="$(MicrosoftVisualStudioLanguageIntellisenseVersion)" />
    <PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf" Version="$(MicrosoftVisualStudioTextUIWpfVersion)" />
    <PackageReference Include="Microsoft.VisualStudio.RemoteControl" Version="$(MicrosoftVisualStudioRemoteControlVersion)" />
40
    <PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="$(MicrosoftVisualStudioSDKEmbedInteropTypesVersion)" />
I
Ivan Basov 已提交
41
    <PackageReference Include="Microsoft.VisualStudio.Threading" Version="$(MicrosoftVisualStudioThreadingVersion)" />
42 43
  </ItemGroup>
  <ItemGroup>
44
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CodeLens" />
45
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices" />
46
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp" />
47 48
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.VisualBasic" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures.Wpf" />
49
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.Remote.ServiceHub" />
T
TIHan 已提交
50
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp" />
W
Will Smith 已提交
51
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests" />
T
Tomas Matousek 已提交
52
    <InternalsVisibleTo Include="Microsoft.VisualStudio.IntegrationTest.Utilities" />
53
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities" />
T
Tomas Matousek 已提交
54 55 56 57 58 59
    <InternalsVisibleTo Include="Roslyn.Services.Test.Utilities" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.UnitTests" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures2.UnitTests" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.UnitTests" />
60
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests" />
T
Tomas Matousek 已提交
61
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Test.Utilities2" />
62
    <InternalsVisibleTo Include="DynamicProxyGenAssembly2" Key="$(MoqPublicKey)" LoadsWithinVisualStudio="false" />
63 64 65 66
  </ItemGroup>
  <ItemGroup>
    <Resource Include="InlineRename\Dashboard\Images\ErrorIcon.png" />
    <Resource Include="InlineRename\Dashboard\Images\InfoIcon.png" />
67 68 69 70 71
  </ItemGroup>
  <ItemGroup>
    <PublicAPI Include="PublicAPI.Shipped.txt" />
    <PublicAPI Include="PublicAPI.Unshipped.txt" />
  </ItemGroup>
72 73
  <ItemGroup>
  </ItemGroup>
74
  <ItemGroup>
75 76
    <EmbeddedResource Update="EditorFeaturesWpfResources.resx" GenerateSource="true" />
    <EmbeddedResource Update="Interactive\InteractiveEditorFeaturesResources.resx" GenerateSource="true" />
77
  </ItemGroup>
J
Jared Parsons 已提交
78
</Project>