| 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 wslc. |
| 12 | |
| 13 | --*/ |
| 14 | |
| 15 | #include <windows.h> |
| 16 | #include "resource.h" |
| 17 | #include "wslversioninfo.h" |
| 18 | |
| 19 | #define VER_INTERNALNAME_STR "wslc.exe" |
| 20 | #define VER_ORIGINALFILENAME_STR "wslc.exe" |
| 21 | |
| 22 | #define VER_FILETYPE VFT_APP |
| 23 | #define VER_FILESUBTYPE VFT2_UNKNOWN |
| 24 | #define VER_FILEDESCRIPTION_STR "Windows Subsystem for Linux Container CLI" |
| 25 | ID_ICON ICON PRELOAD DISCARDABLE "..\..\..\Images\wsl.ico" |
| 26 | |
| 27 | #include <common.ver> |