I use Scons from time to time, and I see it’s a good tool for building simple C# project.
I guess there should be some modification of Scons for using C#.
Can I get some help on how to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can start with the SCONS C# builder wiki page, and work through issues with people on the SCONS mailing lists. Some people have already done some work in this area, but it seems it may have fallen off and/or been some time ago.
I would guess that working through things there – and especially looking at what was already done – would be much more fruitful than a single question here, as the vast majority of mainstream c# users use msbuild, nant, psake, or another .net specific tool-chain.