mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -05:00
Add common.h & persistence.cpp for Airfs to Product.wxs
This commit is contained in:
parent
af8c74378e
commit
2c64d59001
@ -391,6 +391,12 @@
|
|||||||
<Component Id="C.airfs.cpp">
|
<Component Id="C.airfs.cpp">
|
||||||
<File Name="airfs.cpp" KeyPath="yes" />
|
<File Name="airfs.cpp" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Id="C.persistence.cpp">
|
||||||
|
<File Name="persistence.cpp" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
|
<Component Id="C.common.h">
|
||||||
|
<File Name="common.h" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
<Component Id="C.airfs.sln">
|
<Component Id="C.airfs.sln">
|
||||||
<File Name="airfs.sln" KeyPath="yes" />
|
<File Name="airfs.sln" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
@ -587,6 +593,8 @@
|
|||||||
<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.cpp" />
|
||||||
|
<ComponentRef Id="C.persistence.cpp" />
|
||||||
|
<ComponentRef Id="C.common.h" />
|
||||||
<ComponentRef Id="C.airfs.sln" />
|
<ComponentRef Id="C.airfs.sln" />
|
||||||
<ComponentRef Id="C.airfs.vcxproj" />
|
<ComponentRef Id="C.airfs.vcxproj" />
|
||||||
<ComponentRef Id="C.airfs.vcxproj.filters" />
|
<ComponentRef Id="C.airfs.vcxproj.filters" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user