Help: does anyone know how to compile .vcproj in VS2005 using command prompt?

I'm no expert in the matter but as far as I can tell, you can't, VS2005 and the project file is an easy way to group the source code and references, but when you compile it from VS what it really does is simply calling the real compiler, so if for example in your . Vcproj you have a . Cs code file based on .net framework 2.0 and ask VS to compile it, what it really does is calling the command line compiler, i.e.

C:\Windows\Microsoft. NET\Framework\v2.0.50727\csc. Exe with the adequate parameters, so I guest that to answer your question, one way is to use that command from the prompt.

, i.e. Csc /out:My. Exe File.cs.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions