zeroc-ice / ice-builder-msbuild

Support for Slice (.ice) source files in MSBuild projects for C++ and C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClCompiled items automatically add to the project included bogus item metadata

pepone opened this issue · comments

commented

<ClCompile Include="@(_SliceCompile->'%(OutputDir)\%(Filename).%(SourceExt)')"

The ClCompile items generated by the SliceCompile task contain the metadata specified to SliceCompile, using MSBuild items in the include is causing that, the include must be done based on a path to avoid this.