Skip to content

Latest commit

 

History

History
 
 

ResourceManagement

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
title description page_type languages products
Load resources using MRT Core
Use MRT Core's ResourceLoader and ResourceManager to load resources from several resource files
sample
c#, c++
windows

Load resources using MRT Core

MRT Core is the modern resource loading library used in WinUI 3 and the Windows App SDK. These samples demonstrate how to use MRT Core to load resources from multiple resource files and how to select which version of a specific named resource to load.

Note: The unpackaged sample apps reference an experimental version of the Windows App SDK. Unpackaged app deployment is not currently supported for use by apps in production environments.

Building and running any of the samples

Before building the sample, make sure to set up your environment correctly by following the steps here. For the unpackaged sample apps, in addition to the steps for setting up the environment for the Windows App SDK, make sure to follow the instructions here.

  1. Open the solution file (.sln) in the subfolder of your preferred sample in Visual Studio 2019 Preview.
  2. Build the solution.
  3. Right click on the solution and click Deploy Solution
  4. Debug the project.

Related Links