mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
airfs: installer
This commit is contained in:
parent
9a9a73d4d8
commit
f79db6a3db
@ -347,6 +347,20 @@
|
|||||||
<File Id="FILE.memfs_dotnet.Program.cs" Name="Program.cs" KeyPath="yes" />
|
<File Id="FILE.memfs_dotnet.Program.cs" Name="Program.cs" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
<Directory Id="SMPDIR.airfs" Name="airfs">
|
||||||
|
<Component Id="C.airfs.cpp">
|
||||||
|
<File Name="airfs.cpp" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
|
<Component Id="C.airfs.sln">
|
||||||
|
<File Name="airfs.sln" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
|
<Component Id="C.airfs.vcxproj">
|
||||||
|
<File Name="airfs.vcxproj" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
|
<Component Id="C.airfs.vcxproj.filters">
|
||||||
|
<File Name="airfs.vcxproj.filters" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
|
</Directory>
|
||||||
<Directory Id="SMPDIR.passthrough" Name="passthrough">
|
<Directory Id="SMPDIR.passthrough" Name="passthrough">
|
||||||
<Component Id="C.passthrough.c">
|
<Component Id="C.passthrough.c">
|
||||||
<File Name="passthrough.c" KeyPath="yes" />
|
<File Name="passthrough.c" KeyPath="yes" />
|
||||||
@ -498,6 +512,10 @@
|
|||||||
<ComponentRef Id="C.memfs.h" />
|
<ComponentRef Id="C.memfs.h" />
|
||||||
<ComponentRef Id="C.memfs.cpp" />
|
<ComponentRef Id="C.memfs.cpp" />
|
||||||
<ComponentRef Id="C.memfs_main.c" />
|
<ComponentRef Id="C.memfs_main.c" />
|
||||||
|
<ComponentRef Id="C.airfs.cpp" />
|
||||||
|
<ComponentRef Id="C.airfs.sln" />
|
||||||
|
<ComponentRef Id="C.airfs.vcxproj" />
|
||||||
|
<ComponentRef Id="C.airfs.vcxproj.filters" />
|
||||||
<ComponentRef Id="C.passthrough.c" />
|
<ComponentRef Id="C.passthrough.c" />
|
||||||
<ComponentRef Id="C.passthrough.sln" />
|
<ComponentRef Id="C.passthrough.sln" />
|
||||||
<ComponentRef Id="C.passthrough.vcxproj" />
|
<ComponentRef Id="C.passthrough.vcxproj" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user