I'm trying to use gyp to create a C++/CLI project. I need a way to add assembly
references to the project, which look like this in the .vcxproj:
<ItemGroup>
<Reference Include="PresentationCore.dll" />
<Reference Include="PresentationFramework.dll" />
</ItemGroup>
Original issue reported on code.google.com by adam.ro...@gmail.com on 11 Dec 2013 at 8:28
Original issue reported on code.google.com by
adam.ro...@gmail.com
on 11 Dec 2013 at 8:28