martinecker / rudebuild

A non-intrusive bulk/unity C++ build tool for Visual Studio
Other
16 stars 6 forks source link

Fix up project references to point to the RudeBuild-generated projects #2

Closed amaiorano closed 8 years ago

amaiorano commented 8 years ago

This modification makes sure that <ProjectReference Include="PROJECT_NAME.vcxproj"> is set to the RudeBuild-generated one. This field is used, among other things, for features like "Use Library Dependency Inputs".

amaiorano commented 8 years ago

Just so you know, I rewrote the commit from yesterday with a new one today. I added a null check on "Include" attribute because sometimes you can have a "ProjectReferences" section without "Include"s.

amaiorano commented 8 years ago

Rebased this on top of master

martinecker commented 8 years ago

This looks good. Can you please rebase on top of master and I'll merge it. Thanks.