/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Compilers/VisualBasic/vbc/VbcCommandLine.projitems
45 строк
3 KB
Jan Jones
Add a source package that can be used to connect to the roslyn build server (#78986)
02 июл 2025, 11:28
Не верифицирован
02 июл 2025, 11:28
ad0a3e5
Код
Авторство
О чём код?
<?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 ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(RepositoryEngineeringDir)targets\GenerateCompilerExecutableBindingRedirects.targets" /> <PropertyGroup> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <HasSharedItems>true</HasSharedItems> <SharedGUID>810b02ad-2ea5-4422-88ac-b71b8ab0df0b</SharedGUID> <RootNamespace>Microsoft.CodeAnalysis.VisualBasic.CommandLine</RootNamespace> <Prefer32Bit>false</Prefer32Bit> <LargeAddressAware>true</LargeAddressAware> <StartupObject>Microsoft.CodeAnalysis.VisualBasic.CommandLine.Program</StartupObject> <ServerGarbageCollection>true</ServerGarbageCollection> <GenerateMicrosoftCodeAnalysisCommitHashAttribute>true</GenerateMicrosoftCodeAnalysisCommitHashAttribute> <EmbedUntrackedSources>true</EmbedUntrackedSources> </PropertyGroup> <PropertyGroup Label="Configuration"> <Import_RootNamespace>CommandLine</Import_RootNamespace> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\BuildClient.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\BuildProtocol.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\BuildServerConnection.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\CompilerServerLogger.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\ConsoleUtil.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\ExitingTraceListener.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\NamedPipeUtil.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\NativeMethods.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\RuntimeHostInfo.cs" /> <Compile Include="$(MSBuildThisFileDirectory)..\..\Shared\Vbc.cs" /> <Compile Include="$(MSBuildThisFileDirectory)Program.cs" /> <None Include="$(MSBuildThisFileDirectory)App.config" Condition="'$(TargetFramework)' == 'net472'" /> <InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests" /> <ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Core\Portable\Microsoft.CodeAnalysis.csproj" /> <ProjectReference Include="$(MSBuildThisFileDirectory)..\Portable\Microsoft.CodeAnalysis.VisualBasic.vbproj" /> <ProjectReference Include="$(MSBuildThisFileDirectory)..\..\..\Tools\ExternalAccess\RazorCompiler\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.csproj" Condition="'$(TargetFramework)' == 'net472'" /> </ItemGroup> <ItemGroup Condition="'$(DefaultLanguageSourceExtension)' != '' AND '$(BuildingInsideVisualStudio)' != 'true'"> <ExpectedCompile Include="$(MSBuildThisFileDirectory)**\*$(DefaultLanguageSourceExtension)" /> </ItemGroup> <Import Project="$(RepositoryEngineeringDir)targets\DiaSymReaderNative.targets" /> </Project>