yujiahui / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Would like syntax for specifying assembly references in Visual Studio/MSBuild projects #392

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Is there any progress on this one? Need to get an answer aswell.

Original comment by SvennerGr on 25 Jun 2014 at 9:59