Advait Mohan Raut <(E-Mail Removed)> wrote:
> > > * I want to create two assemblies in single project -or-
> > > one executable and one assembly in single project.
> > > So that I can isolate testing information from actual code.
> > > I am using VC# 2005 Express Edition.
> > > Can anyone please tell me how to do this ?
> >
> > Separate your production code from your test code by putting them in
> > different assemblies. If you need to test members marked "internals"
> > you should look into InternalsVisibleToAttribute.
>
> Actuly I want to do that only as Jon specified.
> I have not included any *internal* specifier.
It's the default for top-level classes anyway though.
> So I was asking for how to create two assemblies under the single
> project of VS C# 2005 Express Ed.
You can't create two assemblies from one project, but you can just
create two projects. Make the test project refer to the production
project.
--
Jon Skeet - <(E-Mail Removed)>
Web site:
http://www.pobox.com/~skeet
Blog:
http://www.msmvps.com/jon_skeet
C# in Depth:
http://csharpindepth.com