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

TextUI.csproj « TextUI « Def « Text « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5839d275b5f4efbeb607d94e256de39208957bd (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
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <AssemblyName>Microsoft.VisualStudio.Text.UI</AssemblyName>
    <RootNamespace>Microsoft.VisualStudio.Text.Editor</RootNamespace>
    <TargetFramework>net46</TargetFramework>
    <PushToPublicFeed>true</PushToPublicFeed>
    <NoWarn>649;436;$(NoWarn)</NoWarn>
    <AssemblyAttributeClsCompliant>true</AssemblyAttributeClsCompliant>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.Composition" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\Core\Def\CoreUtility.csproj" />
    <ProjectReference Include="..\TextData\TextData.csproj" />
    <ProjectReference Include="..\TextLogic\TextLogic.csproj" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Diagrams\BasePrimitives.cd" />
    <None Include="Diagrams\Editor.cd" />
  </ItemGroup>
</Project>