rebuild Questions

2

Solved

Just to make it more clear for me, I would like to ask you guys the correct condition(s) to have your project or solution Rebuild instead of build in Visual Studio? If I rephrase it: Why the MS ...
Declinometer asked 15/11, 2010 at 8:22

1

Solved

In Visual Studio 2008 we run a post build event which calls NANT and in turn creates our config files. e.g. if $(SolutionDir) == . GOTO end nant -buildfile:$(SolutionDir)default.build create..we...
Raddled asked 22/4, 2010 at 14:49

3

Solved

I often click on "rebuild" by accident when I actually want to click "build". This rebuild process may take so long time if there are dependencies of this project... Do you know any plug-in or a c...
Thalamencephalon asked 14/9, 2009 at 8:34

13

Solved

Say you have a program that currently functions the way it is supposed to. The application has very poor code behind it, eats up a lot of memory, is unscalable and would take major rewriting to imp...
Chink asked 5/3, 2009 at 16:46

© 2022 - 2024 — McMap. All rights reserved.