/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/IntegrationTest/Harness/IntegrationTestServiceDev18/source.extension.vsixmanifest
29 строк
2 KB
David Barbet
additional feedback
12 дек 2025, 02:17
12 дек 2025, 02:17
a27b1e5
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <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="Microsoft.VisualStudio.IntegrationTestService" Version="1.0.0" Language="en-US" Publisher="Microsoft" /> <DisplayName>Visual Studio Integration Test Service</DisplayName> <Description>Integration test service.</Description> <MoreInfo>https://github.com/dotnet/roslyn</MoreInfo> <License>License.txt</License> <!-- Don't include the GettingStartedGuide because it makes a web browser pop up after installation --> <!--<GettingStartedGuide>https://marketplace.visualstudio.com/items?itemName=SamHarwell.MouseFastScroll</GettingStartedGuide>--> <!--<Icon></Icon>--> <!--<PreviewImage></PreviewImage>--> <Tags>vssdk, testing</Tags> </Metadata> <Installation> <InstallationTarget Version="[18.0,19.0)" Id="Microsoft.VisualStudio.Community"> <ProductArchitecture>x86</ProductArchitecture> </InstallationTarget> <InstallationTarget Version="[18.0,19.0)" Id="Microsoft.VisualStudio.Community"> <ProductArchitecture>amd64</ProductArchitecture> </InstallationTarget> </Installation> <Prerequisites> <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,19.0)" DisplayName="Visual Studio core editor" /> </Prerequisites> <Assets> <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> </Assets> </PackageManifest>