Hi,<div><br></div><div>I have a custom target that just runs some commands that have nothing to do with building source. For convenience, when generating visual studio projects, I&#39;d like for that target to be included in the SLN generated by project() but I don&#39;t want to make it a dependency, since that would force it to build when I build any other project in the solution (I think).</div>
<div><br></div><div>Is there a way to make a vcproj be included in a sln without it building as part of the dependency chain?</div><div><br></div><div>Thanks in advance.</div>