Bin & object folder: what's the difference?

G

Guest

Hi,

I' thought i'd finally ask... why are there two folders, Bin & Obj when a
project is built? They each have the debug & release version of the exe.
What's the diff?

Thanks for any answers to this simple Q
Ant
 
C

Cor Ligthert [MVP]

Ant,

If you set in your Visual Studio the mode on release, you get even three.
There will be added the release.
(This is by the way not consistent, there are more versions from this based
on the version of VS and the project that you build).

I hope this answers than direct your question.

Bin is that what is taken when you use the deployment project.

Cor
 
G

Guest

I'm not sure I understand your answer:
Bin is what is taken when you use the deployment project (??? what does this mean??)

and also what is the 'obj' folder used for?


Thanks Cor
Ant
 
C

Cor Ligthert [MVP]

And,

Do you know what a setup and deployment project is in Visual Studio?

The Bin folder holds the to deployment versions
The obj folder holds the development versions

Cor
 
G

Guest

Hi Cor,
Thanks for your explanation
Cheers
Ant

Cor Ligthert said:
And,

Do you know what a setup and deployment project is in Visual Studio?

The Bin folder holds the to deployment versions
The obj folder holds the development versions

Cor
 

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.

Ask a Question

Top