Looking for csproj files to allow for fast iteration in wp8 project

I’ve successfully used thecodingjar’s wonderful csproj files for rapid iteration in a Windows Store project.

I have been trying to put together the same for the WP8 platform and having no luck. I can build and run fine from the editor, but building and running from VS with firstpass and the regular Assembly-CSharp projects just won’t work. I can compile and deploy just fine, but when it executes on the phone, it shows the wrong content. Nothing in the unitylog is giving me any clue.

Has anyone had success with this? Would you be willing to share your csproj files?

I finally figured this out. It was because I’d renamed Assembly-CSharp.dll to Assembly-CSharp-wp8.dll. Apparently that’s a no-no.