/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/IntegrationTest/TestSetup/source.extension.vsixmanifest
30 строк
2 KB
Ankita Khera
Update MicrosoftVisualStudioExtensibilityTestingVersion (#78661)
28 май 2025, 00:41
Не верифицирован
28 май 2025, 00:41
76e5e26
Код
Авторство
О чём код?
<?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. --> <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> <Metadata> <Identity Id="d0122878-51f1-4b36-95ec-dec2079a2a84" Version="|%CurrentProject%;GetVsixVersion|" Language="en-US" Publisher="Microsoft" /> <DisplayName>Visual Studio Integration Test Support</DisplayName> <Description xml:space="preserve">Support for running Visual Studio integration tests.</Description> <License>EULA.rtf</License> </Metadata> <Installation Experimental="true"> <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,]"> <ProductArchitecture>x86</ProductArchitecture> </InstallationTarget> <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,]"> <ProductArchitecture>amd64</ProductArchitecture> </InstallationTarget> </Installation> <Dependencies> <Dependency Id="0b5e8ddb-f12d-4131-a71d-77acc26a798f" DisplayName="Roslyn Language Services" d:Source="Project" Version="[|VisualStudioSetup;GetVsixVersion|,]" d:ProjectName="VisualStudioSetup" /> <Dependency Id="21BAC26D-2935-4D0D-A282-AD647E2592B5" DisplayName="Roslyn Expression Evaluators" d:Source="Project" Version="[|ExpressionEvaluatorPackage;GetVsixVersion|,]" d:ProjectName="ExpressionEvaluatorPackage" /> </Dependencies> <Assets> <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> </Assets> <Prerequisites> <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,19.0)" DisplayName="Visual Studio Core Editor" /> </Prerequisites> </PackageManifest>