Question about the Game Build

If you build a project, then later delete content you no longer want in the project from the project explorer, then build the project again, does the old pipline converted content remain in the bin folders?
[206 byte] By [dagfari] at [2007-12-26]
# 1

No, they are deleted.

ProfEclipse at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 2

Even if it did work the list of files in content explorer also defines what files get sent to the xbox so you wouldn't be able to run on there.

Why do you want to remove them? They won't be rebuilt every time unless you do a rebuild all or they change.

TheZMan at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 3
Er ZMan were you answering a different question?

I though the original question above was simply asking if assets that you have already compiled will be deleted if you remove them from the project.

PeterD. at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...
# 4
I was wondering if he was removing them from the project to speed up the build rather than becuase he didn't want them any more. e.g. see how long a full build of spacewar takes due to all the content. I was just pointing out that they would not be depolyed to the xbox in that case.
TheZMan at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...