/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Tools/CompilerGeneratorTools/Source/IOperationGenerator/CompilersIOperationGenerator.csproj
11 строк
581 B
Copilot
Remove superfluous `src/Tools/Source` directory level (#83484)
30 апр 2026, 06:54
Не верифицирован
30 апр 2026, 06:54
2933275
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <!-- 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> <OutputType>Exe</OutputType> <RootNamespace>Roslyn.Compilers.Internal.IOperationGenerator</RootNamespace> <AssemblyName>IOperationGenerator</AssemblyName> <TargetFramework>$(NetRoslyn)</TargetFramework> <IsShipping>false</IsShipping> </PropertyGroup> </Project>