Switch: nsis_package_prep.vcxproj
Hi Everyone,
Trying to set up my own dev environment. I cloned the Wireshark repos to my own selfhos-ted GitLab server. I'm getting the following error near the end of the build process for Win64:
$ msbuild /verbosity:minimal /maxcpucount nsis_package_prep.vcxproj
Microsoft (R) Build Engine version 16.11.0+0538acc04 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: nsis_package_prep.vcxproj
Cleaning up project directory and file based variables 00:00
ERROR: Job failed: exit status 1
I found this old Q&A post but I'm not sure how to go about fixing the build process.
https://osqa-ask.wireshark.org/questi...
Thanks in advance!