From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/installer/SDK/mlExplorer.nsh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Src/installer/SDK/mlExplorer.nsh (limited to 'Src/installer/SDK/mlExplorer.nsh') 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 -- cgit