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

Imaging.csproj « Def « Imaging « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06606e4c368819b1558304c1c56847a24e9eab8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <AssemblyName>Microsoft.VisualStudio.Editor.Imaging</AssemblyName>
    <RootNamespace>Microsoft.VisualStudio.Imaging</RootNamespace>
    <PushToPublicFeed>true</PushToPublicFeed>
    <NoWarn>649;436;$(NoWarn)</NoWarn>
    <AssemblyAttributeClsCompliant>true</AssemblyAttributeClsCompliant>
    <LocalizationEnabled>false</LocalizationEnabled>
    <InsertNuget>true</InsertNuget>
    <IncludeInOptProf>true</IncludeInOptProf>
    <TargetFramework>$(TargetFramework)</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Core\Def\CoreUtility.csproj" />
  </ItemGroup>
</Project>