Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
102 stars 57 forks source link

MSBuild creating warning even if intermediateDir is end with slash #78

Open sumesh-m opened 7 years ago

sumesh-m commented 7 years ago

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.