aboutsummaryrefslogtreecommitdiff
path: root/Src/installer/SDK/gen_classicart.nsh
blob: 331eca9a850656fcd684660e0483b971467e6ef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; Classic Skin Album Art plugin
SetOutPath $INSTDIR\gen_classicart

; project files
File ${SDKPlugins}\gen_classicart\gen_classicart.sln
File ${SDKPlugins}\gen_classicart\gen_classicart.vcxproj
File ${SDKPlugins}\gen_classicart\gen_classicart.vcxproj.filters

; source
File ${SDKPlugins}\gen_classicart\gen_classicart.cpp
File ${SDKPlugins}\gen_classicart\api.h

; icons
File ${SDKPlugins}\gen_classicart\notfound.png

; resources
File ${SDKPlugins}\gen_classicart\resource.h
File ${SDKPlugins}\gen_classicart\gen_classicart.rc