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.
Really Super Quick Question
Started by mr_skyflakes21, Sep 21 2009 02:14 AM
2 replies to this topic
#1
Posted 21 September 2009 - 02:14 AM
|
|
|
#2
Guest_Jordan_*
Posted 21 September 2009 - 06:31 AM
Guest_Jordan_*
In Solution Explorer, right click and select "Add -> Existing Project". Browse to your project1 and add it.
#3
Posted 21 September 2009 - 04:35 PM
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.
proudly presenting my personal website and game website: F1Simulation. a thrilling Managed DirectX racing game... also my Ask Me
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions


Sign In
Create Account


Back to top









