Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #4668 Incorrect version in vsix manifest #4673

Merged
merged 3 commits into from
Aug 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Python/Product/Cookiecutter/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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="7B469DDE-BFCC-4975-9C6E-154583ED3672" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="7B469DDE-BFCC-4975-9C6E-154583ED3672" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Cookiecutter</DisplayName>
<Description xml:space="preserve">Provides tools for finding, instantiating and customizing templates in cookiecutter format.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -10,17 +10,17 @@
<PreviewImage>Resources\CookiecutterTemplate_200x.png</PreviewImage>
</Metadata>
<Installation SystemComponent="true" AllUsers="true" InstalledByMsi="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="4.6" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.Package" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.Assembly" Path="|%CurrentProject%;_GetTargetPath|" AssemblyName="|%CurrentProject%;_GetAssemblyName|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="|%CurrentProject%;_GetTargetPath|" />
</Assets>
</PackageManifest>
</PackageManifest>
8 changes: 4 additions & 4 deletions Python/Product/Core/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Python</DisplayName>
<Description xml:space="preserve">Provides support for editing and debugging Python programs.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -10,15 +10,15 @@
<PreviewImage>PythonProjectBig.ico</PreviewImage>
</Metadata>
<Installation SystemComponent="true" AllUsers="true" InstalledByMsi="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="4.6" />
<Dependency IsRequired="false" Version="[15.0,16.0)" d:Source="Installed" Id="TestWindow.Microsoft.0771d463-d74d-4e95-aac2-39d3c7ec1f97" DisplayName="Test Explorer" />
<Dependency IsRequired="false" Version="[16.0,17.0)" d:Source="Installed" Id="TestWindow.Microsoft.0771d463-d74d-4e95-aac2-39d3c7ec1f97" DisplayName="Test Explorer" />
<Dependency d:Source="Installed" Id="1F42C6D0-F876-4AF0-8185-1BEB0A325BB2" DisplayName="VisualStudio Interactive Components" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.Package" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down
8 changes: 4 additions & 4 deletions Python/Product/Django/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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="a8637c34-aa55-46e2-973c-9c3e09afc17b" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="a8637c34-aa55-46e2-973c-9c3e09afc17b" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Python - Django</DisplayName>
<Description xml:space="preserve">Provides templates and integration for the Django web framework.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -10,13 +10,13 @@
<PreviewImage>PythonProjectBig.ico</PreviewImage>
</Metadata>
<Installation SystemComponent="true" AllUsers="true" InstalledByMsi="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" DisplayName="Python" Version="[15.0,16.0)" />
<Dependency Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" DisplayName="Python" Version="[16.0,17.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.Package" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down
10 changes: 5 additions & 5 deletions Python/Product/IronPython/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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="0AC9CC8C-C057-4CFA-884B-0D4318BB2EFC" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="0AC9CC8C-C057-4CFA-884B-0D4318BB2EFC" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Python - IronPython</DisplayName>
<Description xml:space="preserve">Provides templates and integration for IronPython-based projects.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -10,14 +10,14 @@
<PreviewImage>PythonProjectBig.ico</PreviewImage>
</Metadata>
<Installation SystemComponent="true" AllUsers="true" InstalledByMsi="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="4.6" />
<Dependency Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" DisplayName="Python" Version="[15.0,16.0)" />
<Dependency Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" DisplayName="Python" Version="[16.0,17.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.Package" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand All @@ -27,4 +27,4 @@
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="|%CurrentProject%;_GetTargetPath|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="|Microsoft.PythonTools.IronPython.Interpreter;_GetTargetPath|" />
</Assets>
</PackageManifest>
</PackageManifest>
8 changes: 4 additions & 4 deletions Python/Product/Profiling/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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="81da0100-e6db-4783-91ea-c38c3fa1b81e" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="81da0100-e6db-4783-91ea-c38c3fa1b81e" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Python - Profiling</DisplayName>
<Description xml:space="preserve">Provides support for profiling Python projects.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -10,13 +10,13 @@
<PreviewImage>PythonProjectBig.ico</PreviewImage>
</Metadata>
<Installation SystemComponent="true" AllUsers="true" InstalledByMsi="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" DisplayName="Python" Version="[15.0,16.0)" />
<Dependency Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" DisplayName="Python" Version="[16.0,17.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.Package" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down
6 changes: 3 additions & 3 deletions Python/Product/Uwp/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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="56dfe430-f4a7-4f22-b5cf-9b713a4b4c36" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="56dfe430-f4a7-4f22-b5cf-9b713a4b4c36" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Python - UWP</DisplayName>
<Description xml:space="preserve">Provides templates and integration for the UWP framework.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -10,13 +10,13 @@
<PreviewImage>PythonProjectBig.ico</PreviewImage>
</Metadata>
<Installation SystemComponent="true" AllUsers="true" InstalledByMsi="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" DisplayName="Python" Version="3.0" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.Package" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="PythonVCDebugLauncher.5AF7E179-1406-4804-9267-93F3BD7C7422" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="PythonVCDebugLauncher.5AF7E179-1406-4804-9267-93F3BD7C7422" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Python - C++ project debugging support</DisplayName>
<Description xml:space="preserve">Adds a debug launcher for C++ projects that launches with Python debugging enabled.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -12,7 +12,7 @@
<PackageId>Microsoft.PythonTools.Debugger.VCLauncher.Vsix</PackageId>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand All @@ -21,7 +21,7 @@
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Component.PythonTools" Version="[15.0,16.0)" DisplayName="Python development workload" />
<Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="[15.0,16.0)" DisplayName="Visual Studio C++ core features" />
<Prerequisite Id="Microsoft.Component.PythonTools" Version="[16.0,17.0)" DisplayName="Python development workload" />
<Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="[16.0,17.0)" DisplayName="Visual Studio C++ core features" />
</Prerequisites>
</PackageManifest>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
Expand Down
6 changes: 3 additions & 3 deletions Python/Product/Wsl/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="PythonWSLDebugger.4cfe99d4-954f-4521-8315-53a5232c1973" Version="15.8.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="PythonWSLDebugger.4cfe99d4-954f-4521-8315-53a5232c1973" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Python - WSL debugging support</DisplayName>
<Description xml:space="preserve">Adds a debug launcher for Python support that uses Python from the Windows Subsystem for Linux.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
Expand All @@ -11,7 +11,7 @@
<PreviewImage>PythonProjectBig.ico</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand All @@ -20,6 +20,6 @@
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Component.PythonTools" Version="[15.0,16.0)" DisplayName="Python development workload" />
<Prerequisite Id="Microsoft.Component.PythonTools" Version="[16.0,17.0)" DisplayName="Python development workload" />
</Prerequisites>
</PackageManifest>
9 changes: 3 additions & 6 deletions Python/Templates/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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="6970B230-8BA1-4BB5-8EB9-4BDB894D55B0" Version="3.0" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="6970B230-8BA1-4BB5-8EB9-4BDB894D55B0" Version="16.0.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>PTVSTemplates</DisplayName>
<Description xml:space="preserve">Provides local debugging of templates when developing PTVS. *NOT FOR DISTRIBUTION*</Description>
<License>License_en-US.rtf</License>
Expand All @@ -11,14 +11,11 @@
Id specifications are minimums; any SKU equal or 'higher' will accept
them. -->
<Installation InstalledByMsi="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="14.0" />
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="14.0" />
<InstallationTarget Id="Microsoft.VisualStudio.WDExpress" Version="14.0" />
<InstallationTarget Id="Microsoft.VisualStudio.VWDExpress" Version="14.0" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="16.0" />
</Installation>
<Dependencies />
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" Path="ProjectTemplates" />
Expand Down
8 changes: 4 additions & 4 deletions Python/Tests/Core.UI/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?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.PythonTools.Tests.PythonToolsUITests" Version="3.2" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="Microsoft.PythonTools.Tests.PythonToolsUITests" Version="16.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Tests-PythonToolsUITests</DisplayName>
<Description xml:space="preserve">Python Tools UI Tests.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0]" />
</Installation>
<Dependencies>
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="1.0"/>
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="16.0"/>
</Dependencies>
<Assets>
<!--<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />-->
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="15.0"/>
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="16.0"/>
</Prerequisites>
</PackageManifest>
8 changes: 4 additions & 4 deletions Python/Tests/DebuggerUITests/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?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.PythonTools.Tests.DebuggerUITests" Version="3.2" Language="en-US" Publisher="Microsoft Corporation" />
<Identity Id="Microsoft.PythonTools.Tests.DebuggerUITests" Version="16.0" Language="en-US" Publisher="Microsoft Corporation" />
<DisplayName>Tests-DebuggerUITests</DisplayName>
<Description xml:space="preserve">Python Debugger UI Tests.</Description>
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0]" />
</Installation>
<Dependencies>
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="1.0"/>
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="16.0"/>
</Dependencies>
<Assets>
<!--<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />-->
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="15.0"/>
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="16.0"/>
</Prerequisites>
</PackageManifest>
Loading