VCProj file

L

Lin Ma

Hello,

What is the .VCPROJ file? I only installed C#.net and VB.net for the .Net
studio 2003. Do I need to install more application to read this file?

Thanks,

Lin
 
S

Scott M.

It is the Project File, it serves as kind of a shortcut to your project and
all the files in it. You don't need to try to edit this file, but you can
double click this file to open your project for editing.
 
L

Lin Ma

Because I have C# and VB installed, I can open csproj file. But I can not
open this VCProj project file.

Thanks,
 
S

Scott M.

When you make a VB.NET project, there will be a .vbproj file created. For C#
projects there will be a .csproj file. .vcproj files are for Visual C++
..NET projects.
 
T

Tian Min Huang

Hello Lin,

Scott is correct and you have to install Visual C++ .NET components to open
the Visual C++ project (VCProj project file).

Please feel free to let me know if you have any problems or concerns.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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