Joining Multiple Projects in one solution
Posted
by PCAddict
on Stack Overflow
See other posts from Stack Overflow
or by PCAddict
Published on 2010-03-27T06:58:40Z
Indexed on
2010/03/27
7:03 UTC
Read the original article
Hit count: 407
I have started creating a game, and I added a second project, it's the standard XNA Windows game 3.1 project, and since the other project already had a Main to start the program and the 2nd is for game data, where as the first was for the drawing and graphical side of things (menu's etc) I thought I would remove the Main method, and now all I get are Errors saying there isn't a Valid main method, I tried to make it dependant on the other (since this data is loaded at run time and is such as quests/items etc) but it still wont let me run the solution at all. the code for the main method is still in the 1st project, and if I delete the 2nd project it runs fine, although no game data so I only get menus... Thank you in advance for any assistance.
© Stack Overflow or respective owner