As I was trying out the BillboardSample, i tried to comment away one of the code which is :
//GeometryContent cats = CreateVegetationGeometry("cat.tga",
//5, 5, 0, identity);
and replace with another line code:
GeometryContent cats = CreateVegetationGeometry("fgrass.tga",
5, 5, 0, identity);
then I compiled. There was an error stating:
Error 1 Missing asset "C:\BillboardSample\Billboard\Content\fgrass.tga". C:\BillboardSample\Billboard\Content\landscape.x BillboardWindows
Thus, I was wondering how could I import in the additional contents ?