To build the custom WPF Container project, perform the following:
Open the Class View window and select the project that you want to build.
Right-click the project and select Build. Alternatively, select Build<Solution> from the Build menu.
If the build succeeds, an executable file is generated in the location where you created the project.
For example, <Your project path>\<configuration>\bin
You can use this executable file as the WPF Container to run your project.