/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/NuGet/Microsoft.CodeAnalysis.EditorFeatures.Package/Microsoft.CodeAnalysis.EditorFeatures.Package.csproj
21 строка
1 KB
Matt Mitchell
ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild (#75136)
17 сен 2024, 18:12
Не верифицирован
17 сен 2024, 18:12
c4203b8
Код
Авторство
О чём код?
<!-- 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. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net472</TargetFramework> <!-- NuGet --> <IsPackable>true</IsPackable> <ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild> <PackageId>Microsoft.CodeAnalysis.EditorFeatures</PackageId> <IncludeBuildOutput>false</IncludeBuildOutput> <PackageDescription> .NET Compiler Platform ("Roslyn") support for editor features inside the Visual Studio editor. </PackageDescription> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\EditorFeatures\Core\Microsoft.CodeAnalysis.EditorFeatures.csproj" /> <ProjectReference Include="..\..\EditorFeatures\CSharp\Microsoft.CodeAnalysis.CSharp.EditorFeatures.csproj" /> <ProjectReference Include="..\..\EditorFeatures\VisualBasic\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.vbproj" /> </ItemGroup> </Project>