/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/IntegrationTest/Harness/IntegrationTestServiceShared/Microsoft.VisualStudio.IntegrationTestService.Shared.projitems
17 строк
956 B
Jan Jones
Allow running DartLab as VS test gate (#83690)
01 июн 2026, 18:52
Не верифицирован
01 июн 2026, 18:52
9450aa6
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <HasSharedItems>true</HasSharedItems> <SharedGUID>629938e1-1c2c-4f01-8038-90a34a940ac8</SharedGUID> </PropertyGroup> <PropertyGroup Label="Configuration"> <Import_RootNamespace>Microsoft.VisualStudio.IntegrationTestService</Import_RootNamespace> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildThisFileDirectory)..\IntegrationTestAssemblyResolver.cs" /> <Compile Include="$(MSBuildThisFileDirectory)IntegrationService.cs" /> <Compile Include="$(MSBuildThisFileDirectory)IntegrationTestServiceCommands.cs" /> <Compile Include="$(MSBuildThisFileDirectory)IntegrationTestServicePackage.cs" /> </ItemGroup> </Project>