Bugs item #860947, was opened at 2003-12-16 13:18 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474851&aid=860947&group_id=54790
Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Mark Dowell (luckyhunter) Assigned to: Nobody/Anonymous (nobody) Summary: Slingshot does not point to correct Build Configuration Initial Comment: Lets say we have a solution named Solution1.sln. This solution has 3 projects: Proj1, Proj2 and Proj3. Proj1 Depends on Proj2 Proj2 Depends on Proj3 If I edit the Debug build configuration for the solution so that Proj2 is build in release mode, slingshot does not pick up on it and creates a build file with a Debug target that does only debug builds and a Release target that does only Release builds. Slingshot needs to look at the "GlobalSection (ProjectConfiguration)" section of the sln file to determine which build configuration does what. Eg. <target name="Debug" depends="Proj3.Debug,Proj2.Debug,Proj1.Debug /> should be <target name="Debug" depends="Proj3.Debug,Proj2.Release,Proj1.Debug /> ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2004-08-02 14:46 Message: Logged In: YES user_id=707851 slingshot has been deprecated ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474851&aid=860947&group_id=54790 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer