.NET Compact Framework Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can implement functionality to support .NET Compact Framework 3.9 in your OS design, so that you can develop .NET Compact Framework applications for your Windows Embedded Compact devices.

For more information, see .NET Compact Framework.

For more information about how to add or remove catalog items, see Create Your First OS.

Hardware and Software Requirements

  • None.

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables you can use to add .NET Compact Framework functionality to your OS.

Catalog item

SYSGEN variable

Description

OS Dependencies for Windows Forms in .NET Compact Framework 3.9

SYSGEN_NETCF_WINFORMS

Adds all of the support files to your OS design that are needed for running the .NET Compact Framework on a device that has a display screen.

OS Dependencies for .NET Compact Framework 3.9

SYSGEN_NETCF_SR

Adds all of the support files to your OS design that are needed for running the .NET Compact Framework on a device that has no display screen.

String Resources Chinese (PRC)

SYSGEN_NETCF_SR_CHS

Provides string resources in the Chinese (PRC) language for the .NET Compact Framework for a device with or without a display screen.

String Resources Chinese (Taiwan)

SYSGEN_NETCF_SR_CHT

Provides string resources in the Chinese (Taiwan) language for the .NET Compact Framework for a device with or without a display screen.

String Resources French (France)

SYSGEN_NETCF_SR_FR

Provides string resources in the French language for the .NET Compact Framework for a device with or without a display screen.

String Resources German (Germany)

SYSGEN_NETCF_SR_DE

Provides string resources in the German language for the .NET Compact Framework for a device with or without a display screen.

String Resources Italian (Italy)

SYSGEN_NETCF_SR_IT

Provides string resources in the Italian language for the .NET Compact Framework for a device with or without a display screen.

String Resources Japanese (Japan)

SYSGEN_NETCF_SR_JA

Provides string resources in the Japanese language for the .NET Compact Framework for a device with or without a display screen.

String Resources Korean (Korea)

SYSGEN_NETCF_SR_KO

Provides string resources in the Korean language for the .NET Compact Framework for a device with or without a display screen.

String Resources Portuguese (Brazil)

SYSGEN_NETCF_SR_PT_BR

Provides string resources in the Portuguese (Brazil) language for the .NET Compact Framework for a device with or without a display screen.

String Resources Spanish (International Sort)

SYSGEN_NETCF_SR_ES

Provides string resources in the Spanish language for the .NET Compact Framework for a device with or without a display screen.

OS Dependencies for .NET Compact Framework 3.9

SYSGEN_NETCF

Adds all of the support files to your OS design that are needed for running the .NET Compact Framework on a device that has no display screen.

Reference

  • .NET Framework
    The home to information about the .NET Framework on MSDN. Here you will find links to articles, samples, tools, and community resources related to this technology, including downloads for the .NET Framework.

See Also

Concepts

.NET Compact Framework