mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
installer: add ntptfs sample
This commit is contained in:
parent
61a8adc809
commit
aa644b4c7a
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user