| 1 | /*++ |
| 2 | |
| 3 | Copyright (c) Microsoft. All rights reserved. |
| 4 | |
| 5 | Module Name: |
| 6 | |
| 7 | main.rc |
| 8 | |
| 9 | Abstract: |
| 10 | |
| 11 | This file contains resources for wslhost. |
| 12 | |
| 13 | --*/ |
| 14 | |
| 15 | #include <windows.h> |
| 16 | #include "resource.h" |
| 17 | #include "wslversioninfo.h" |
| 18 | |
| 19 | #define VER_INTERNALNAME_STR "wslhost.exe" |
| 20 | #define VER_ORIGINALFILENAME_STR "wslhost.exe" |
| 21 | |
| 22 | #define VER_FILEDESCRIPTION_STR "Windows Subsystem for Linux" |
| 23 | ID_ICON ICON PRELOAD DISCARDABLE "..\..\..\Images\wsl.ico" |
| 24 | |
| 25 | #include <common.ver> |