-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building dll for windows #277
Comments
it works well but i need to install windows 10 sdk and retarget to project to my installed sdk otherwise it gives another error. |
Hmm. Doesn't it work if you just set |
As you have said, we don't need WindowsTargetPlatformVersion in our .vsxproj file. It is come from retarget projects on project menu as you see here visual studio 2022 ui |
I have this issue i changed path to 'C:\Program Files\PostgreSQL\15' like instruction said:
Severity Code Description Project File Line Suppression State Details
Error The BaseOutputPath/OutputPath property is not set for project 'wal2json.vcxproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='x64'. This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Configuration or Platform. wal2json C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets 832
The text was updated successfully, but these errors were encountered: