Jump to content

Really Super Quick Question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
mr_skyflakes21

mr_skyflakes21

    Learning Programmer

  • Members
  • PipPipPip
  • 54 posts
How would i import my project to another project?

Like for example i have my project called Project1.
I created a new project called Project2;

I want to import it so that;

in Project2, there is:

using Project1;

//the code goes here.

thanks in advance.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
In Solution Explorer, right click and select "Add -> Existing Project". Browse to your project1 and add it.

#3
ArekBulski

ArekBulski

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,376 posts
Jordan is right. There is no such thing as "project inheritance" or anything. You can only add those two projects into one solution, aside of each other.