Using latest master of OpenWrap, the generated code contracts and resource dlls are not correctly added in the built wrap.
The code contracts dll is not picked up at all. The dll sits in the CodeContracts folder in the binary output path after the build.
As for the resource dlls, one resource dll is picked up and it put in the binary root of the wrap (bin-net35). The project actually contains 2 resource dlls, in sub folders "fr" and "nl" in the binary output path; both should be copied and placed in their respective folders inside the bin-net35 folder in the generated package.