473,386 Members | 1,969 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Customize VS.NET 2003 Project Paths

I would like to be able to customize the path structure that VS.NET
2003 creates for projects.

1. I'd like to be able to create a project without VS.NET creating a
folder for that project. I've already created a folder where I want
the project to go, however, VS.NET won't use the existing folder, it
wants to create it's own.

2. I also want to be able to specify my own paths for source, builds,
etc.

bin
src
debug

If anyone can point me in the right direction, I'd appreciate it.
Cheers.
Jul 21 '05 #1
3 1719
In response to part 1 of your post, yes, in VS.NET 2003, you can customize
the path structure for new projects.

Here's how:
When you click the New Project button (or click File - New Project), and
arrive at the New Project dialog box, you should see a button in the bottom
left entitled "More" with some arrows pointing down. Click More. That will
expand the window for you to view additional options for your project. That
is when you will see a checkbox entitled "Create directory for Solution".
Uncheck that option. Above that is the Browse button. Click that and point
to the folder you've created for your project.

Alternatively, you can set a drfault location for projects by going into
Tools - Options - open the Environment folder - choose Projects and
Solutions, and under Settings you can Browse to set the "Visual Studio
projects location".

Hope someone else can help with your second question, as I'm not sure if you
can specify your own paths for source, builds, etc.

"Chris Kilmer" wrote:
I would like to be able to customize the path structure that VS.NET
2003 creates for projects.

1. I'd like to be able to create a project without VS.NET creating a
folder for that project. I've already created a folder where I want
the project to go, however, VS.NET won't use the existing folder, it
wants to create it's own.

2. I also want to be able to specify my own paths for source, builds,
etc.

bin
src
debug

If anyone can point me in the right direction, I'd appreciate it.
Cheers.

Jul 21 '05 #2
That wasn't exactly what I was looking for. When you create a new
project, it creates a new folder named the same as the project. I
wasn't worrying about the solution, as I was adding a new proj to the
solution. However, and I feel like a dork for having missed this, in
the list of available project types, at the very bottom, is an icon
that says "New Project in Existing Folder". DOH! That's exactly what
I was asking for in part 1 of my question. Now, if anyone knows how
to specify the paths that VS.NET 2003 will use for src, debug, obj,
release, I would certainly appreciate it and as an added bonus, would
sing your praise in my head :-)

"SnicoleK" <Sn******@discussions.microsoft.com> wrote in message news:<43**********************************@microso ft.com>...
In response to part 1 of your post, yes, in VS.NET 2003, you can customize
the path structure for new projects.

Here's how:
When you click the New Project button (or click File - New Project), and
arrive at the New Project dialog box, you should see a button in the bottom
left entitled "More" with some arrows pointing down. Click More. That will
expand the window for you to view additional options for your project. That
is when you will see a checkbox entitled "Create directory for Solution".
Uncheck that option. Above that is the Browse button. Click that and point
to the folder you've created for your project.

Alternatively, you can set a drfault location for projects by going into
Tools - Options - open the Environment folder - choose Projects and
Solutions, and under Settings you can Browse to set the "Visual Studio
projects location".

Hope someone else can help with your second question, as I'm not sure if you
can specify your own paths for source, builds, etc.

"Chris Kilmer" wrote:
I would like to be able to customize the path structure that VS.NET
2003 creates for projects.

1. I'd like to be able to create a project without VS.NET creating a
folder for that project. I've already created a folder where I want
the project to go, however, VS.NET won't use the existing folder, it
wants to create it's own.

2. I also want to be able to specify my own paths for source, builds,
etc.

bin
src
debug

If anyone can point me in the right direction, I'd appreciate it.
Cheers.

Jul 21 '05 #3
AFIK renaming and/or relocating directories such as bin and
others is not supported in 1.1 but is in 2.0 which is currently
very confusing to me in several regards -- every update we
have to learn a new implementation of .NET from scratch.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Chris Kilmer" <ch***************@hotmail.com> wrote in message
news:47*************************@posting.google.co m...
That wasn't exactly what I was looking for. When you create a new
project, it creates a new folder named the same as the project. I
wasn't worrying about the solution, as I was adding a new proj to the
solution. However, and I feel like a dork for having missed this, in
the list of available project types, at the very bottom, is an icon
that says "New Project in Existing Folder". DOH! That's exactly what
I was asking for in part 1 of my question. Now, if anyone knows how
to specify the paths that VS.NET 2003 will use for src, debug, obj,
release, I would certainly appreciate it and as an added bonus, would
sing your praise in my head :-)

"SnicoleK" <Sn******@discussions.microsoft.com> wrote in message

news:<43**********************************@microso ft.com>...
In response to part 1 of your post, yes, in VS.NET 2003, you can customize the path structure for new projects.

Here's how:
When you click the New Project button (or click File - New Project), and
arrive at the New Project dialog box, you should see a button in the bottom left entitled "More" with some arrows pointing down. Click More. That will expand the window for you to view additional options for your project. That is when you will see a checkbox entitled "Create directory for Solution". Uncheck that option. Above that is the Browse button. Click that and point to the folder you've created for your project.

Alternatively, you can set a drfault location for projects by going into
Tools - Options - open the Environment folder - choose Projects and
Solutions, and under Settings you can Browse to set the "Visual Studio
projects location".

Hope someone else can help with your second question, as I'm not sure if you can specify your own paths for source, builds, etc.

"Chris Kilmer" wrote:
I would like to be able to customize the path structure that VS.NET
2003 creates for projects.

1. I'd like to be able to create a project without VS.NET creating a
folder for that project. I've already created a folder where I want
the project to go, however, VS.NET won't use the existing folder, it
wants to create it's own.

2. I also want to be able to specify my own paths for source, builds,
etc.

bin
src
debug

If anyone can point me in the right direction, I'd appreciate it.
Cheers.

Jul 21 '05 #4

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

Similar topics

6
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
1
by: Gianmaria | last post by:
Hi, i'm workin on a deployment project... i added two custom screen to make some tasks. 1) I need that user insert a serial number for my setup.. next i check the validity of this serial by a...
5
by: Kevin Tang | last post by:
Dear All, I have a problem when I am using VC .Net 2003. I want to add a "include path" in VC .Net Directory Path. But after I add the 37th path into it, the VC become "lost path", VC cannot...
2
by: Joe | last post by:
Hi, can someone tell me how to set up relativ paths in VS2003 C++ ? I have some source with a tree directory structure that segments include files in various directories: #include...
8
by: Hardy Wang | last post by:
Hi: Is it possible for me to create/open web application from remote machine other than port 80? And create application directly under virtual web site instead of creating a virtual directory?...
3
by: Chris Kilmer | last post by:
I would like to be able to customize the path structure that VS.NET 2003 creates for projects. 1. I'd like to be able to create a project without VS.NET creating a folder for that project. ...
0
by: thjwong | last post by:
I'm using WinXP with Microsoft Visual C++ .NET 69462-006-3405781-18776, Microsoft Development Environment 2003 Version 7.1.3088, Microsoft .NET Framework 1.1 Version 1.1.4322 SP1 Most developers...
1
by: André Dumolas | last post by:
I use the setup project of Microsoft Visual Studio. I would like to customize one of the textbox in the user interface dialog box of my program setup. I would like to know if there is a way to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...

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.