/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Features/VisualBasicTest/Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests.vbproj
30 строк
2 KB
Copilot
Switch Unix builds to Roslyn.slnx and drive test platform selection via TFM (#82989)
01 апр 2026, 10:16
Не верифицирован
01 апр 2026, 10:16
f839a71
Код
Авторство
О чём код?
<?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>Library</OutputType> <!-- Test our primary scenarios: VS OOP, VS Code, devenv --> <TargetFrameworks>$(NetRoslynWindowsTests);net472</TargetFrameworks> <RootNamespace></RootNamespace> </PropertyGroup> <ItemGroup> <PackageReference Include="Basic.Reference.Assemblies.Net60" Version="$(BasicReferenceAssembliesNet60Version)" /> </ItemGroup> <ItemGroup Label="Project References"> <ProjectReference Include="..\..\Compilers\Test\Utilities\VisualBasic\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.vbproj" /> <ProjectReference Include="..\DiagnosticsTestUtilities\Microsoft.CodeAnalysis.Features.DiagnosticsTests.Utilities.csproj" /> <ProjectReference Include="..\TestUtilities\Microsoft.CodeAnalysis.Features.Test.Utilities.csproj" /> <ProjectReference Include="..\VisualBasic\Portable\Microsoft.CodeAnalysis.VisualBasic.Features.vbproj" /> </ItemGroup> <ItemGroup> <Import Include="Microsoft.CodeAnalysis.Shared.Extensions" /> <Import Include="Microsoft.CodeAnalysis.Test.Utilities" /> <Import Include="Microsoft.CodeAnalysis.VisualBasic" /> <Import Include="Microsoft.CodeAnalysis.VisualBasic.UnitTests" /> <Import Include="Roslyn.Test.Utilities" /> <Import Include="Roslyn.Utilities" /> <Import Include="System.Threading.Tasks" /> <Import Include="System.Xml.Linq" /> <Import Include="Xunit" /> </ItemGroup> </Project>