Visual Studio 2022
No edit summary
No edit summary
Line 10: Line 10:


Starting from VS2022 we will need to rewrite and we will target the VSIX instead of exe.
Starting from VS2022 we will need to rewrite and we will target the VSIX instead of exe.
=== Building the project(admin and developers) ===
Add a environment variable RevNumber , set this to a number like 123. This variable is used by the buildscript 2022BUILDMDrivenVSIX.cmd that will inject the number into a file source.extension.vsixmanifest based on the template source.extension.vsixmanifest.template.
Later the build engine will update the RevNumber from svn version id.

Revision as of 09:02, 24 November 2021

Work in progress.

Download pattern: https://mdriven.net/PublicDownloads/MDrivenFramework_7.0.0.13603_Nightly_vs2022.vsix

VS 2022 extensions are not backwards compatible.

https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022

For historic reasons we have delivered MDriven as an installer exe - and not as is normal in VS a VSIX.

Starting from VS2022 we will need to rewrite and we will target the VSIX instead of exe.

Building the project(admin and developers)

Add a environment variable RevNumber , set this to a number like 123. This variable is used by the buildscript 2022BUILDMDrivenVSIX.cmd that will inject the number into a file source.extension.vsixmanifest based on the template source.extension.vsixmanifest.template.

Later the build engine will update the RevNumber from svn version id.

This page was edited 48 days ago on 03/26/2024. What links here