Skip to content
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
2 changes: 1 addition & 1 deletion CppCustomVisualizer/vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description xml:space="preserve">CppCustomVisualizer Debugger Sample</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down
2 changes: 1 addition & 1 deletion CppCustomVisualizer2/vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description xml:space="preserve">CppCustomVisualizer Debugger Sample</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down
2 changes: 1 addition & 1 deletion HelloWorld/Cpp/vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description xml:space="preserve">C++ HelloWorld Debugger Sample</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down
2 changes: 1 addition & 1 deletion HelloWorld/Cs/vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description xml:space="preserve">C# HelloWorld Debugger Sample</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down
2 changes: 1 addition & 1 deletion Iris/vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description xml:space="preserve">Iris Debug Engine Extension Sample</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Visual Studio Debug Engine Extensibility Samples
### What are "Concord Extensibility Samples"?
[Concord](https://github.com/Microsoft/ConcordExtensibilitySamples/wiki/Overview) is the code name for Visual Studio's new debug engine that first shipped in Visual Studio 2012. Concord was designed to be extensible and this repo contains samples of these extensions.

The samples in this repo currently target Visual Studio 2022 (version 17.0). For older versions of these samples, please see the [VS16 branch](https://github.com/Microsoft/ConcordExtensibilitySamples/tree/VS16).
The samples in this repo currently target Visual Studio 2022+ (version 17.0+). For older versions of these samples, please see the [VS16 branch](https://github.com/Microsoft/ConcordExtensibilitySamples/tree/VS16).

### Getting started

Expand Down
Loading