Skip to content
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

If your VS project contains any spaces in its path, the call out to mt.exe fails. #25

Open
williamAtXojo opened this issue Mar 9, 2023 · 0 comments

Comments

@williamAtXojo
Copy link

<Exec Command="mt.exe -winmd:%(_UnpackagedWin32WinmdManifest.WinMDPath) -dll:%(_UnpackagedWin32WinmdManifest.Implementation) -out:%(_UnpackagedWin32WinmdManifest.Identity) -nologo" />

This should be updated to support spaces in the path by using quotes:
<Exec Command="mt.exe -winmd:%22%(_UnpackagedWin32WinmdManifest.WinMDPath)%22 -dll:%22%(_UnpackagedWin32WinmdManifest.Implementation)%22 -out:%22%(_UnpackagedWin32WinmdManifest.Identity)%22 -nologo" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant