Unable to create .xap for cocos2dx-2.1.0-wp8-alpha-2.0 throught Visual Studio 2012 for windows phone 8

Hi there,

I am currently trying to deploy my game on Windows phone 8. I want to share a build whether it could be a debug or release. When I build in debug/release mode through Visual Studio 2012 no .xap package is created in $ProjectDir/ARM/Debug/. There are only set of .obj files and a file with some cache data. (For more information .xap is a package name like .iap and .apk for iOS and Android).

But when I build a native Windows Phone 8 application .xap package gets created in the path as $ProjectDir\Bin\ARM\Debug\sample.xap. I want to clarify that no bin folder gets created for the cocos2dx-2.1.0-wp8 template.

Is the output path changed for cocos2dx-2.1.0-wp8 or can anybody point out where .xap if it has been relocated.

Cocos2dx-2.1.0-wp8-2.0-alpha\ARM\Debug\HelloWorldDebug_ARM.xap

Ooops, thankyou