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
I have one project in C++.
Output Directory set to $(SolutionDir)$(Configuration)\
Intermediate Directory to $(Configuration)\
Still i am getting warning in MSbuild log
Log:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(345,5): warning MSB8004: Intermediate 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 Intermediate Directory.
The text was updated successfully, but these errors were encountered:
I have one project in C++.$(SolutionDir)$ (Configuration)\
Output Directory set to
Intermediate Directory to $(Configuration)\
Still i am getting warning in MSbuild log
Log:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(345,5): warning MSB8004: Intermediate 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 Intermediate Directory.
The text was updated successfully, but these errors were encountered: