> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Visual Studio properties for PC game development

> Visual Studio properties for PC game development

The Microsoft Game Development Kit (GDK) has a custom Visual Studio property page that's used to configure Windows PC game projects.

To access the Windows PC gaming property page

1. In **Solution Explorer**, right-click the project name, and then select **Properties**.
2. Expand **Configuration Properties**.
3. Select **Gaming Desktop**.

The following Windows PC gaming property pages are available.

* [Gaming Extension Libraries](#gamingextensionlibraries)
* [Package Localization Dir](#packagelocalizationdir)

<a id="gamingextensionlibraries" />

## Gaming Extension Libraries

The Gaming Extension Libraries property page is used to select the set of extension libraries that your project will reference as shown in the following screenshot.

<img src="https://mintcdn.com/microsoft-4404708b/NsRUQ49ZRpXgoZ9R/images/gdk/tools/vs_pc_extension_library_property.png?fit=max&auto=format&n=NsRUQ49ZRpXgoZ9R&q=85&s=b7bf9c39d3efdee30e120c91743d0f4c" alt="Screenshot of the Gaming Extension Libraries property page" width="789" height="548" data-path="images/gdk/tools/vs_pc_extension_library_property.png" />

<a id="packagelocalizationdir" />

## Package Localization Dir

The Package Localization Dir property page specifies an optional directory relative to the project directory for use when creating localized shell resources. The Package Localization Dir property page is the equivalent of the `/resw` flag to [makepkg](/build/core-features/common/packaging/deployment/makepkg). For more information about adding localized resources to your project, see [MicrosoftGame.config localization](/build/core-features/common/game-config/MicrosoftGameConfig-Localization).

## See also

[Visual Studio (for PC game development)](/tools/tools-pc/visualstudio/gr-visualstudio-toc)


## Related topics

- [Visual Studio (contents)](/tools/tools-pc/visualstudio/gr-visualstudio-toc.md)
- [Project templates in Visual Studio for PC game development](/tools/tools-pc/visualstudio/gr-vs-templates.md)
- [Visual Studio properties for XBOX development](/tools/tools-console/visualstudio/durango-property-pages.md)
- [Debugging PC projects using Visual Studio](/tools/tools-pc/visualstudio/gr-vs-debugging-with-visualstudio.md)
- [Visual Studio 2022 support notes](/tools/tools-pc/visualstudio/gr-vs-2022-support-notes.md)
