-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hello.
In my company's projects we now have a few native libraries that are wrapped by CppSharp, and that requires dedicated projects to setup the bindings. We'd like to add dependencies to those projects so they build order is correct.
This is possible with the ProjectDependencies section:
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NativeWrapper", "NativeWrapper.vcxproj", "{WRAPPER-GUID}"
ProjectSection(ProjectDependencies) = postProject
{BINDING-GENERATOR-GUID} = {BINDING-GENERATOR-GUID}
EndProjectSection
EndProject
Currently it seems it is not possible to generate this information with SlnGen.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels