PowerBuilder .NET Targets and Projects

You work with one or more targets and projects in a PowerBuilder .NET workspace.

Just as in PowerBuilder Classic, each target specifies a type of of application. It can also contain documentation and resource files. Each target can have one or more associated projects, specifying how the executable version of the application is to be generated. You can configure separate projects for different runtime platforms and build types. However, there are some important differences. For example, PowerBuilder .NET targets have PBTX extensions, and you cannot save them to the root directory of a computer drive.

You can use these target and project types in PowerBuilder .NET.

Target Associated Projects
WPF Window Application WPF Window Application, WCF Client Proxy, or REST Client Proxy
PB Assembly WCF Client Proxy, REST Client Proxy, or PB Assembly
.NET Assembly WCF Client Proxy, REST Client Proxy, or .NET Assembly
WCF Service WCF Client Proxy, REST Client Proxy, or WCF Service