Skip to content

Allow defining project dependencies. #321

@tokizr

Description

@tokizr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions