Why do you need to have this as a platform builder subproject? It's possible, but most probably more hassle than it's worth... Why don't you just keep it as a VS project and just include the binaries as a PB subproject? It's also possible to build the VS project via a command in prelink.bat and copy the resulting exe's. Much easier than trying to build it as a true PB subproject....
RE: Embedded Compact 2013 and WPF
Why do you need to have this as a platform builder subproject? It's possible, but most probably more hassle than it's worth... Why don't you just keep it as a VS project and just include the binaries as a PB subproject? It's also possible to build the VS project via a command in prelink.bat and copy the resulting exe's. Much easier than trying to build it as a true PB subproject....