installer: add ntptfs sample

This commit is contained in:
Bill Zissimopoulos 2022-01-06 17:14:46 +00:00
parent 61a8adc809
commit aa644b4c7a
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -577,6 +577,26 @@
<File Id="FILE.memfs_dotnet.Program.cs" Name="Program.cs" KeyPath="yes" />
</Component>
</Directory>
<Directory Id="SMPDIR.ntptfs" Name="ntptfs">
<Component Id="C.ptfs.c">
<File Name="ptfs.c" KeyPath="yes" />
</Component>
<Component Id="C.lfs.c">
<File Name="lfs.c" KeyPath="yes" />
</Component>
<Component Id="C.ptfs_main.c">
<File Name="ptfs-main.c" KeyPath="yes" />
</Component>
<Component Id="C.ptfs.sln">
<File Name="ptfs.sln" KeyPath="yes" />
</Component>
<Component Id="C.ptfs.vcxproj">
<File Name="ptfs.vcxproj" KeyPath="yes" />
</Component>
<Component Id="C.ptfs.vcxproj.filters">
<File Name="ptfs.vcxproj.filters" KeyPath="yes" />
</Component>
</Directory>
<Directory Id="SMPDIR.airfs" Name="airfs">
<Component Id="C.airfs.cpp">
<File Name="airfs.cpp" KeyPath="yes" />
@ -862,6 +882,12 @@
<ComponentRef Id="C.memfs_fuse3.vcxproj.filters" />
<ComponentRef Id="C.memfs_fuse3.Makefile" />
<ComponentRef Id="C.memfs_fuse3.README.md" />
<ComponentRef Id="C.ptfs.c" />
<ComponentRef Id="C.lfs.c" />
<ComponentRef Id="C.ptfs_main.c" />
<ComponentRef Id="C.ptfs.sln" />
<ComponentRef Id="C.ptfs.vcxproj" />
<ComponentRef Id="C.ptfs.vcxproj.filters" />
<ComponentRef Id="C.airfs.cpp" />
<ComponentRef Id="C.persistence.cpp" />
<ComponentRef Id="C.common.h" />