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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/Imaging/Def/Imaging.csproj')
-rw-r--r--src/Editor/Imaging/Def/Imaging.csproj17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Editor/Imaging/Def/Imaging.csproj b/src/Editor/Imaging/Def/Imaging.csproj
new file mode 100644
index 0000000..06606e4
--- /dev/null
+++ b/src/Editor/Imaging/Def/Imaging.csproj
@@ -0,0 +1,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>