/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Compilers/VisualBasic/vbc/AnyCpu/vbc.csproj
18 строк
883 B
Jan Jones
Re-enable tiered JIT for 'dotnet build' (#82350)
14 фев 2026, 08:49
Не верифицирован
14 фев 2026, 08:49
8b8ecbc
Код
Авторство
О чём код?
<?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> <TargetFrameworks>$(NetRoslynSourceBuild);net472</TargetFrameworks> <IsSymbolPublishingPackage>true</IsSymbolPublishingPackage> </PropertyGroup> <!-- Can't put this in shared project due to https://github.com/dotnet/project-system/issues/8157 --> <ItemGroup> <None Include="$(MSBuildThisFileDirectory)..\vbc.rsp" Condition="'$(TargetFramework)' == 'net472'"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> <Import Project="..\VbcCommandLine.projitems" Label="Shared" /> </Project>