Add: Overlay cargo icon in vehicle/depot list when holding shift+ctrl. (#12938)
[openttd-github.git] / os / steam / release.vdf
blobab549c3886bf688d55e08364e7a960d2f2de6ab8
1 "AppBuild"
3         "AppID" "1536610"
4         "Desc" "@@DESCRIPTION@@"
6         "SetLive" "@@BRANCH@@"
8         "ContentRoot" "./"
9         "BuildOutput" "build/"
11         "Depots"
12         {
13                 "1536613"
14                 {
15                         "ContentRoot" "./steam-win32"
16                         "FileMapping"
17                         {
18                                 "LocalPath" "*"
19                                 "DepotPath" "."
20                                 "recursive" "1"
21                         }
22                 }
24                 "1536612"
25                 {
26                         "ContentRoot" "./steam-win64"
27                         "FileMapping"
28                         {
29                                 "LocalPath" "*"
30                                 "DepotPath" "."
31                                 "recursive" "1"
32                         }
33                 }
35                 "1536614"
36                 {
37                         "ContentRoot" "./steam-macos"
38                         "FileMapping"
39                         {
40                                 "LocalPath" "*"
41                                 "DepotPath" "."
42                                 "recursive" "1"
43                         }
44                 }
46                 "1536615"
47                 {
48                         "ContentRoot" "./steam-linux"
49                         "FileMapping"
50                         {
51                                 "LocalPath" "*"
52                                 "DepotPath" "."
53                                 "recursive" "1"
54                         }
55                 }
56         }