473,796 Members | 2,464 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VCProj file

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
Jul 21 '05 #1
5 5134
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.
"Lin Ma" <a@a.com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl...
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

Jul 21 '05 #2
Because I have C# and VB installed, I can open csproj file. But I can not
open this VCProj project file.

Thanks,
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:OM******** ******@TK2MSFTN GP10.phx.gbl...
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.
"Lin Ma" <a@a.com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl...
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


Jul 21 '05 #3
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.

"Lin Ma" <a@a.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Because I have C# and VB installed, I can open csproj file. But I can not
open this VCProj project file.

Thanks,
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:OM******** ******@TK2MSFTN GP10.phx.gbl...
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.
"Lin Ma" <a@a.com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl...
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



Jul 21 '05 #4
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.

Jul 21 '05 #5
This is what I need to know. Thanks Scott and Tian Min

Lin
"Tian Min Huang" <ti******@onlin e.microsoft.com > wrote in message
news:Pb******** ******@cpmsftng xa07.phx.gbl...
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.

Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2033
by: Craig Lichtenstein | last post by:
As I’ve been reading about msbuild, I’ve noticed articles that mention msbuild’s incapability to natively read .vcproj files. In short, executing msbuild blah.vcproj causes msbuild to invoke vcbuild to perform the actual ..vcproj processing. I’ve been working on a tool that converts .vcproj files to msbuild formatted files so, with the appropriate C++ tasks (including cl and link tasks), a user could build his code on the command...
5
11577
by: Jacobo Rodriguez Villar | last post by:
Hello, Is there any way (or program) to convert and maintain easily a C++ project (vs7.1) to a Makefile file, in order to build it in Linux? Many thanks -- Jacobo Rodríguez Villar TyphoonLabs Lead Programmer
5
2560
by: -DG- | last post by:
I had thought that all VC compile/link options could be set from within Visual Studio but apparently that's not the case. The .vcproj file seems to hold refs to old files despite changes to project config. In other words, there are NO refs to a given lib file within the entire project->properties menu hierarchy. Yet the linker is looking for a missing file. It is ref'd only in the .vcproj file. This seems odd. Shouldn't vcproj be...
5
315
by: Lin Ma | last post by:
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
8
2349
by: Pavel A. | last post by:
Can anybody shed some light... Confused here :(( Isn't VS.2005 supposed to use the new build system, that can be invoked separately from the IDE? If yes, why it creates vcproj files? Are these files compatible with msbuild? Or, can they be exported to the build? Regards, --PA
0
1366
by: futurefrontiers | last post by:
I have about 300 .mak files that I would like to convert to VC7 .vcproj files. I know I can do this inside Visual Studio IDE. But I'd like to avoid the painstaking process of opening each file in Visual Studio and then converting it to .vcproj. Is there a way to do the same thing in the command window?
2
2378
by: Anil Gupte | last post by:
I get an error saying "The application for project "C:\...\fbridge.vcproj" is not installed." "Make sure the application for the project type (.vcproj) is installed." -- Anil Gupte www.keeninc.net www.icinema.com
12
9124
by: Anil Gupte | last post by:
I have recently installed VC#, VC++ and VB 2005 Express Edition. Someone had sent me the sln file to load it into C# and so I tried, and I get an error saying: "The application for project "C:\...\fbridge.vcproj" is not installed." "Make sure the application for the project type (.vcproj) is installed." The app is called Test, and there appears to be some kind of reference in there that calls this fbridge.vcproj. I can see the...
3
4695
by: tvnaidu | last post by:
porting windows static libs and dll into linux static lib abd shared lib, any tool to convert vcproj files to Linux makefiles? porting windows static libs and dll into linux static lib abd shared lib, any tool to convert vcproj files to Linux makefiles? I have Visual studio 2005 vcproj files need to convert to Linux makefile, any clue how to do? Porting windows app to Linux, any tool to convert vcproj files to Linux Makefile?,...
0
10455
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10228
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10173
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9052
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7547
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5441
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.