Home All Groups Group Topic Archive Search About

Make compile silent in VS2005

Author
22 Nov 2006 11:50 PM
B.
How can I make the compile silently so that during the compiling of the
solution, the .cs files name will not be listed in the output window?

Thanks.

Author
23 Nov 2006 9:03 PM
Michael Nemtsev
Hello B.,

Emmmm... what's the reason?

Don't think it's ever possible

B> How can I make the compile silently so that during the compiling of
B> the solution, the .cs files name will not be listed in the output
B> window?
B>
B> Thanks.
B>
---
WBR,
Michael  Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Author
23 Nov 2006 9:25 PM
William Stacey [C# MVP]
Not sure either.  It will be cool when/if they powershell-izify VS.  So you
could pipe output to a script (set using a property for example) which could
filter, sort, tee, use PowerGadgets, etc.  There are lots of places where
wedges like this would be handy.

--
William Stacey [C# MVP]

Show quote
"Michael Nemtsev" <nemt***@msn.com> wrote in message
news:1799a79b3c118b8c8dd730b2c2274@msnews.microsoft.com...
| Hello B.,
|
| Emmmm... what's the reason?
|
| Don't think it's ever possible
|
| B> How can I make the compile silently so that during the compiling of
| B> the solution, the .cs files name will not be listed in the output
| B> window?
| B>
| B> Thanks.
| B>
| ---
| WBR,
| Michael  Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
|
| "At times one remains faithful to a cause only because its opponents do
not
| cease to be insipid." (c) Friedrich Nietzsche
|
|
Author
24 Nov 2006 7:48 PM
B.
There must be settings somewhere. My coworkers don't have problem. They
just have few lines in output window like:
------ Build started: Project: ....., Configuration: Debug Any CPU
------
Compile complete -- 0 errors, 0 warnings
....-> C:\Source\V150\Dotnet\........

But mine has all the .cs files listed between their first and second
lines.


William Stacey [C# MVP] wrote:
Show quote
> Not sure either.  It will be cool when/if they powershell-izify VS.  So you
> could pipe output to a script (set using a property for example) which could
> filter, sort, tee, use PowerGadgets, etc.  There are lots of places where
> wedges like this would be handy.
>
> --
> William Stacey [C# MVP]
>
> "Michael Nemtsev" <nemt***@msn.com> wrote in message
> news:1799a79b3c118b8c8dd730b2c2274@msnews.microsoft.com...
> | Hello B.,
> |
> | Emmmm... what's the reason?
> |
> | Don't think it's ever possible
> |
> | B> How can I make the compile silently so that during the compiling of
> | B> the solution, the .cs files name will not be listed in the output
> | B> window?
> | B>
> | B> Thanks.
> | B>
> | ---
> | WBR,
> | Michael  Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
> |
> | "At times one remains faithful to a cause only because its opponents do
> not
> | cease to be insipid." (c) Friedrich Nietzsche
> |
> |

AddThis Social Bookmark Button