dorssel / usbipd-win

Windows software for sharing locally connected USB devices to other machines, including Hyper-V guests and WSL 2.
GNU General Public License v3.0
3.53k stars 229 forks source link

Missing folder for MSI build #6

Closed RossMcConeghy closed 3 years ago

RossMcConeghy commented 3 years ago

Error when loading the solution (usbipd-win.sln) in VS 2019-- D:\Projects\usbipd-win\Installer\Installer.wixproj : error : The imported project "D:\Projects\usbipd-win\Installer\gitversiontask\5.5.0\build\GitVersionTask.props" was not found. Confirm that the expression in the Import declaration "gitversiontask\5.5.0\build\GitVersionTask.props" is correct, and that the file exists on disk.

RossMcConeghy commented 3 years ago

Copied from nuGet path to project folder.

dorssel commented 3 years ago

Root cause found. We use \<PackageReference> in the wixproj file. That is not supported by VS, although it is supported by command line msbuild.