Building on Windows Urbackup Client

Hi,

I tried to build GitHub - uroni/urbackup_frontend_wx: UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux version 2.5.x with Visual Studio 2022 and the output is only a 5MB .exe named: UrBackupClientGUI.exe.

Steps:

  1. I downloaded the contents from GitHub - uroni/urbackup_frontend_wx: UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux version 2.5.x into a folder
  2. I run the UrBackupClientGUI.sln
  3. Output was:

1>UrBackupClientGUI.vcxproj → C:\Users\ser\Desktop\urbackup\gui\x64\Release\UrBackupClientGUI.exe
1>‘pwsh.exe’ is not recognized as an internal or external command,
1>operable program or batch file.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

When I run it , it does not work at all. Basically it puts in background and does nothing. I dont have any Setup wizard / installer to install it on Windows.

Is there anything wrong or do I need to follow some steps before running Build Solution in Visual Studio 2022?

If I open UrBackupClientGUI.sln in Visual Studio 2019 it gives this warning:
C:\Users\ser\Desktop\urbackup\gui\UrBackupClientGUI.vcxproj : warning : The build tools for v143 cannot be found. Install v143 to build using the v143 build tools.

Thanks,
Sergiu

Update
I also manage to build with Visual Studio 2019 but it gives the same result. Small 5MB .exe that does not work

I tested Build x64/Release and wind32/Release