Home All Groups Group Topic Archive Search About

How do I run one project?

Author
29 Mar 2005 5:08 AM
Brett
In a VS.NET 2003 solution, how do I run only one project rather than all?

Thanks,
Brett

Author
29 Mar 2005 5:23 AM
MeltingPoint
"Brett" <no@spam.net> wrote in news:#ffVP1BNFHA.1176@TK2MSFTNGP12.phx.gbl:

> In a VS.NET 2003 solution, how do I run only one project rather than all?
>
> Thanks,
> Brett
>
>
>

Right click the files in solution explorer and select properties, under
BuildAction select None.

Cheers
MP
Author
29 Mar 2005 5:35 AM
Brett
Show quote Hide quote
"MeltingPoint" <n***@all.com> wrote in message
news:JtCdnbJZ0pbUe9XfRVn-rw@rogers.com...
> "Brett" <no@spam.net> wrote in news:#ffVP1BNFHA.1176@TK2MSFTNGP12.phx.gbl:
>
>> In a VS.NET 2003 solution, how do I run only one project rather than all?
>>
>> Thanks,
>> Brett
>>
>>
>>
>
> Right click the files in solution explorer and select properties, under
> BuildAction select None.
>
> Cheers
> MP
Yes but I will have to do that for everything VB file in a project.  I'd
like to basically only have access to the project resources but not run the
project.

Thanks,
Brett
Author
29 Mar 2005 6:02 AM
MeltingPoint
Show quote Hide quote
"Brett" <no@spam.net> wrote in
news:#eDgcECNFHA.1176@TK2MSFTNGP15.phx.gbl:

>
> "MeltingPoint" <n***@all.com> wrote in message
> news:JtCdnbJZ0pbUe9XfRVn-rw@rogers.com...
>> "Brett" <no@spam.net> wrote in
>> news:#ffVP1BNFHA.1176@TK2MSFTNGP12.phx.gbl:
>>
>>> In a VS.NET 2003 solution, how do I run only one project rather than
>>> all?
>>>
>>> Thanks,
>>> Brett
>>>
>>>
>>>
>>
>> Right click the files in solution explorer and select properties,
>> under BuildAction select None.
>>
>> Cheers
>> MP
> Yes but I will have to do that for everything VB file in a project.
> I'd like to basically only have access to the project resources but
> not run the project.
>
> Thanks,
> Brett
>
>
>

OK, I think I know what you mean. Right click on the project you want to
run and select Set As StartUp Project, problem solved. IF you get
compile errors from OTHER PROJECTS there is a setting under Tools->
Options->Environment->Projects and Solutions| to only build the startup
project and the files it depends on. If that doesn't do it for you, send
a screenshot of the solution explorer so I can see what your talking
about.

Cheers
MP