Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
18
Src/installer/SDK/gen_classicart.nsh
Normal file
18
Src/installer/SDK/gen_classicart.nsh
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue