Home All Groups Group Topic Archive Search About

Q: getting rid of exe's and obj

Author
8 Sep 2006 11:08 AM
G .Net
Hi

I'm using VS2003. Is there a way to temporarily remove exe's and obj's so I
can reduce the size of a project for email/backup?

Thanks in advance

Author
8 Sep 2006 11:25 AM
pvdg42
"G .Net" <nodamnspam@email.com> wrote in message
news:uIidnRwOxt2g0pzYRVnyiw@pipex.net...
> Hi
>
> I'm using VS2003. Is there a way to temporarily remove exe's and obj's so
> I can reduce the size of a project for email/backup?
>
> Thanks in advance
>
I may be belaboring the obvious here, but you can accomplish what you want
by deleting the debug and/or release folders in your project before
archiving. They will be recreated when the project is rebuilt.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Author
8 Sep 2006 12:41 PM
G .Net
Hi Peter

Yep, that's what I've been doing. However, I was wondering if there was a
"clean up" feature which would do the same?


Show quoteHide quote
"pvdg42" <pvdg42@newsgroups.nospam> wrote in message
news:eyT0Mmz0GHA.4176@TK2MSFTNGP06.phx.gbl...
>
> "G .Net" <nodamnspam@email.com> wrote in message
> news:uIidnRwOxt2g0pzYRVnyiw@pipex.net...
>> Hi
>>
>> I'm using VS2003. Is there a way to temporarily remove exe's and obj's so
>> I can reduce the size of a project for email/backup?
>>
>> Thanks in advance
>>
> I may be belaboring the obvious here, but you can accomplish what you want
> by deleting the debug and/or release folders in your project before
> archiving. They will be recreated when the project is rebuilt.
>
> --
> Peter [MVP Visual Developer]
> Jack of all trades, master of none.
>
Author
8 Sep 2006 10:33 PM
Scott M.
Delete the files and the next time you compile, do it in Release mode?


Show quoteHide quote
"G .Net" <nodamnspam@email.com> wrote in message
news:PeidnRCF4_iK-JzYRVnyhw@pipex.net...
> Hi Peter
>
> Yep, that's what I've been doing. However, I was wondering if there was a
> "clean up" feature which would do the same?
>
>
> "pvdg42" <pvdg42@newsgroups.nospam> wrote in message
> news:eyT0Mmz0GHA.4176@TK2MSFTNGP06.phx.gbl...
>>
>> "G .Net" <nodamnspam@email.com> wrote in message
>> news:uIidnRwOxt2g0pzYRVnyiw@pipex.net...
>>> Hi
>>>
>>> I'm using VS2003. Is there a way to temporarily remove exe's and obj's
>>> so I can reduce the size of a project for email/backup?
>>>
>>> Thanks in advance
>>>
>> I may be belaboring the obvious here, but you can accomplish what you
>> want by deleting the debug and/or release folders in your project before
>> archiving. They will be recreated when the project is rebuilt.
>>
>> --
>> Peter [MVP Visual Developer]
>> Jack of all trades, master of none.
>>
>
>