Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 1f443cb

Browse files
authored
Update README.md
Update Contributor section
1 parent ab56a82 commit 1f443cb

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,8 @@ NOTE: The add-in does not deploy Cppcheck executable. Please, go to [Cppcheck](h
2121

2222
Should you decide to open, build and debug the project please follow these steps:
2323

24-
* Install Visual Studio SDK for your version of Visual Studio.
25-
If you plan to open the project in more that one supported version you'll have to install
26-
the matching Visual Studio SDK for each version of Visual Studio separately.
27-
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=30668">Here's Visual Studio 2012 SDK</a>
28-
and <a href="http://www.microsoft.com/en-us/download/details.aspx?id=40758">here's Visual Studio 2013 SDK</a>. Starting with Visual Studio 2015, the <a href="https://msdn.microsoft.com/en-us/library/mt683786.aspx">SDK is an optional feature</a> to install.
29-
30-
* Note: if the Visual Studio instance in which you planned to open the project was running
31-
while you were installing the SDK you'll have to restart
32-
that Visual Studio instance - otherwise the project won't open.
33-
34-
* Once Visual Studio SDK has been installed you can start Visual Studio and open the project.
35-
24+
Use Visual Studio 2022 - ensure you have the workload for Extension Development installed. All SDKs are referenced as nuget packages and should
25+
3626
* Press F5 (*Debug* -> *Start Debugging*) to have the project built and deployed into "Experimental Instance" of Visual Studio.
3727
This should start another ("experimental") instance of Visual Studio *of the same version* with the addin deployed there.
3828

@@ -41,5 +31,6 @@ and <a href="http://www.microsoft.com/en-us/download/details.aspx?id=40758">here
4131
or the wrong Visual Studio version is started do the following:
4232
* right-click the project in Solution Explorer and get to *Properties*
4333
* get to *Debug* tab
44-
* next to *start external program* alter the path so that it points to where the right version of Visual Studio is installed. Path should be something like *"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe"*
34+
* next to *start external program* alter the path so that it points to where the right version of Visual Studio is installed. Path should be something like *"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe"*
4535
* In the same window add */rootsuffix Exp* to *Command line arguments*
36+

0 commit comments

Comments
 (0)