Comments on: Building Windows Phone 7 Applications on build server without installing the SDK https://gasparnagy.com/2011/03/building-windows-phone-7-applications-on-build-server-without-installing-the-sdk/ coach, trainer and bdd addict, creator of SpecFlow; owner of Spec Solutions Wed, 21 Sep 2011 11:54:44 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: embee https://gasparnagy.com/2011/03/building-windows-phone-7-applications-on-build-server-without-installing-the-sdk/#comment-36 Wed, 21 Sep 2011 11:54:44 +0000 http://www.gasparnagy.com/?p=18#comment-36 Thank you very much for this helpful post!

I have found that to automate builds based on recent Windows Phone SDK 7.1 RC there is an additional tweak required. Otherwise it will fail with The target “GetCopyToOutputDirectoryContentProjectItems” does not exist in the project

The reason is that MSBuild target “FilesToXap” depends on “GetCopyToOutputDirectoryContentProjectItems” which is originaly defined in $(MSBuildExtensionsPath32)\Microsoft\XNA Game Studio\$(TargetFrameworkVersion)\Microsoft.Xna.GameStudio.Content.targets

As a quick hack i have added this file to “lib\Silverlight for Phone\v7.0\MSBuild” and extended my csproj file like this:

]]>
By: kindasimple https://gasparnagy.com/2011/03/building-windows-phone-7-applications-on-build-server-without-installing-the-sdk/#comment-29 Sun, 24 Apr 2011 01:24:38 +0000 http://www.gasparnagy.com/?p=18#comment-29 A sample project would be helpful to me. I believe I have followed each of the steps, and have a project that builds. It doesn't run, either on an emulator or on a device (the app exits immediately when run).

]]>
By: blorq https://gasparnagy.com/2011/03/building-windows-phone-7-applications-on-build-server-without-installing-the-sdk/#comment-28 Sat, 09 Apr 2011 01:12:21 +0000 http://www.gasparnagy.com/?p=18#comment-28 Why MS doesnt provide an installer for the build server for this stuff i just do not understand…

]]>