Cocos2d-x template for Windows Phone 8

Hello everyone, I am a newbie. I have downloaded cocos2d-x v 2.2
Are there any way to create template cocos2d-x - Windows Phone 8 on VS2012? (Cocos2d-x v2.2)?Or How to create new project for windows phone 8?
Thank you!

1 install python
2 cd cocos2d-x/tools/project-creator
3 python create_project.py project MyGamepackage com.MyCompany.AwesomeGame -language cpp

and then you can see your new project in cocos2d-x/projects/MyGame/proj.wp8

echo li wrote:

1 install python
2 cd cocos2d-x/tools/project-creator
3 python create_project.py project MyGamepackage com.MyCompany.AwesomeGame -language cpp
>
and then you can see your new project in cocos2d-x/projects/MyGame/proj.wp8
Thank you!
But there are many project that was created.
Which files can i delete?
I want wp8 project only. Like “cocos2dx-0.13.0-wp8-0.8” project from cocos2d-x team.
I use svn, so the file size is too large to commit!

just delete proj.XX that you dont need