|
#1
|
|||
|
|||
Installing to VS 2022
I've installed VS2022 as well as VBP 10.7 and run the only vsix I found in VBP ie VisBuildProVS15.vsix dated 30 Jan 2019.
It reports that VBP is installed into all appropriate VS versions (I have 2015, 2017, 2019 as well as 2022) however it does not show in the Tools menu of vs2022. I'm missing something? |
#2
|
|||
|
|||
An action for VS 2022 was added to Visual Build in v10.7, but the extension has not been updated for VS 2022. You can configure an external tool in VS (Tools | External Tools) to invoke Visual Build (pass $(SolutionFileName) in Arguments).
|
#3
|
|||
|
|||
Tried that but ...
VBP keeps opening the last opened vbp .bld file irrespective of the solution in use. It then proceeds to create a new VB.NET project step in addition to whatever is in the loaded .bld file. |
#4
|
|||
|
|||
The purpose of the add-in is to add a Make VS step for the solution to the current .bld file.
https://kinook.com/VisBuildPro/Manua...ntegration.htm What are you wanting to do? |
#5
|
|||
|
|||
I believe the following is supposed to happen:
Quote:
|
#6
|
|||
|
|||
1) Unzip and save the attached file onto your computer
2) In the External Tool, set the Command to wscript.exe and Arguments to d:\visbuild.vbs "$(SolutionDir)\$(SolutionFileName)" (replace d:\ with the path from step #1) |
Tags |
vs2022 |
|
|