SouLDragooN

Currentyl I had to start a new 360 project.. write a xcopy batch file to copy any new source or asset files from my PC project over to the 360 project.. then by hand go in and add any new files to the 360 version. A bit of a pain.. It works... But I was hoping there was a simple flag or two I could swith to change over to the 360's Libraries and not have 2 seperate projects and all the batch file fun.

btw,
GREAT JOB ON XNA GUYS!...



Re: XNA Game Studio Express PC and XBOX in one project?

Jim Perry

Instead of copying the PC project files, why not just add them to the 360 project as a link That way a change to a file will be reflected in both projects.




Re: XNA Game Studio Express PC and XBOX in one project?

SouLDragooN

Thanks I am new to this express version and c# in general. I will look into a way to link the files that would be prime..

Thanks Jim.

Do you have a hyper link to where I can find out how to do this in Visual c# Express





Re: XNA Game Studio Express PC and XBOX in one project?

Jim Perry

1) Right-click on the project and select Add | Existing Item...
2) Select the files you want in the dialog
3) Click the little arrow on the right-side of the Add button and select Add As Link






Re: XNA Game Studio Express PC and XBOX in one project?

SouLDragooN

Life saver... thank you Jim. I stuck to the older Visual Studio to long it seems =)