using XNA 4.0 s TileStorage.OpenStream() you can access files located in the application s binary folder, which are deployed with your application.
You can add files to visual studio project and set them to "copy to output directory", and then these get deployed to the phone, and can be viewed on your PC by looking at your "binwindows phonedebug" folder
但是,如果你直接向“<<>蓬勃罗伯顿>电话”文件夹复印,则这些档案不放在你的电话上(如果你正在做X箱开发工作,他们就会被送上你的电话)。
How can I deploy additional files to the phone, without adding them to visual studio? Basically I wish to use a postbuild script to get content from a file share, and deploy this + an index file (generated in postbuild) to the phone.
是否有解决这一问题的工具或容易的解决办法?