diff options
Diffstat (limited to 'Src/installer/SDK/mlExplorer.nsh')
-rw-r--r-- | Src/installer/SDK/mlExplorer.nsh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Src/installer/SDK/mlExplorer.nsh b/Src/installer/SDK/mlExplorer.nsh new file mode 100644 index 00000000..06198361 --- /dev/null +++ b/Src/installer/SDK/mlExplorer.nsh @@ -0,0 +1,12 @@ +; Sample HTTP Plugin +SetOutPath $INSTDIR\mlExplorer + +; project files +File ${Hinterland}\mlExplorer\mlExplorer.sln +File ${Hinterland}\mlExplorer\mlExplorer.vcproj + +; source +File ${Hinterland}\mlExplorer\mlExplorer.cpp + +; docs +File ${Hinterland}\mlExplorer\readme.txt |