473,785 Members | 2,801 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 5133
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
2031
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
2348
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
2377
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
9481
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10155
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
10095
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
9953
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8978
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...
0
5513
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4054
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
3655
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2881
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.