You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
#33
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.
This can be easily fixed in the Configuration Properties\General\Output Directory by adding a "\" at the end of: $(Configuration)_$(Platform) (Platform x64)
and $(Configuration)_x86 (Platform Win32)
both for All Configurations.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This can be easily fixed in the Configuration Properties\General\Output Directory by adding a "\" at the end of:
$(Configuration)_$(Platform)
(Platform x64)and
$(Configuration)_x86
(Platform Win32)both for All Configurations.
The text was updated successfully, but these errors were encountered: