It shouldn't build any project that you haven't changed since it was last
built. Have you not noticed the 'Project1 - up to date.' message in the
compilation output sometimes?
That's on a project level. But on a file level, C# has to recompile all
files of a project if any of the project has changed, as it doesn't have any
concept of precompiled headers in the same way that C++ does. There's no way
of avoiding that.
Although C# is a lot faster to compile than C++ is!
The problem with c# is that every time it recompiles it changes the version
number - and that forces me to rebuild all projects/solutions that has
dependancy when using strong names.
Thanks
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.