mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	Add common.h & persistence.cpp for Airfs to Product.wxs
This commit is contained in:
		| @@ -391,6 +391,12 @@ | ||||
|                 <Component Id="C.airfs.cpp"> | ||||
|                     <File Name="airfs.cpp" KeyPath="yes" /> | ||||
|                 </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"> | ||||
|                     <File Name="airfs.sln" KeyPath="yes" /> | ||||
|                 </Component> | ||||
| @@ -587,6 +593,8 @@ | ||||
|             <ComponentRef Id="C.memfs.cpp" /> | ||||
|             <ComponentRef Id="C.memfs_main.c" /> | ||||
|             <ComponentRef Id="C.airfs.cpp" /> | ||||
|             <ComponentRef Id="C.persistence.cpp" /> | ||||
|             <ComponentRef Id="C.common.h" /> | ||||
|             <ComponentRef Id="C.airfs.sln" /> | ||||
|             <ComponentRef Id="C.airfs.vcxproj" /> | ||||
|             <ComponentRef Id="C.airfs.vcxproj.filters" /> | ||||
| @@ -750,4 +758,4 @@ | ||||
|             </ScheduleReboot> | ||||
|         </InstallExecuteSequence> | ||||
|     </Product> | ||||
| </Wix> | ||||
| </Wix> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user