mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
build: bump version to RC2 and files to installer
This commit is contained in:
parent
c4932f7c7e
commit
22fccdb575
@ -55,6 +55,9 @@
|
|||||||
Value="[INSTALLDIR]"
|
Value="[INSTALLDIR]"
|
||||||
KeyPath="yes" />
|
KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Id="C.License.txt">
|
||||||
|
<File Name="License.txt" Source="..\..\..\License.txt" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
<DirectoryRef Id="BINDIR" FileSource="..\build\$(var.Configuration)">
|
<DirectoryRef Id="BINDIR" FileSource="..\build\$(var.Configuration)">
|
||||||
<Component Id="C.winfsp_x64.sys">
|
<Component Id="C.winfsp_x64.sys">
|
||||||
@ -297,6 +300,9 @@
|
|||||||
<Component Id="C.passthrough_fuse.Makefile">
|
<Component Id="C.passthrough_fuse.Makefile">
|
||||||
<File Name="Makefile" KeyPath="yes" />
|
<File Name="Makefile" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Id="C.passthrough_fuse.README.md">
|
||||||
|
<File Name="README.md" KeyPath="yes" />
|
||||||
|
</Component>
|
||||||
</Directory>
|
</Directory>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
<DirectoryRef Id="SYMDIR">
|
<DirectoryRef Id="SYMDIR">
|
||||||
@ -379,6 +385,7 @@
|
|||||||
<ComponentRef Id="C.passthrough_fuse.vcxproj" />
|
<ComponentRef Id="C.passthrough_fuse.vcxproj" />
|
||||||
<ComponentRef Id="C.passthrough_fuse.vcxproj.filters" />
|
<ComponentRef Id="C.passthrough_fuse.vcxproj.filters" />
|
||||||
<ComponentRef Id="C.passthrough_fuse.Makefile" />
|
<ComponentRef Id="C.passthrough_fuse.Makefile" />
|
||||||
|
<ComponentRef Id="C.passthrough_fuse.README.md" />
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
<ComponentGroup Id="C.WinFsp.sym">
|
<ComponentGroup Id="C.WinFsp.sym">
|
||||||
<ComponentRef Id="C.winfsp_x64.sys.pdb" />
|
<ComponentRef Id="C.winfsp_x64.sys.pdb" />
|
||||||
@ -404,6 +411,7 @@
|
|||||||
InstallDefault="local"
|
InstallDefault="local"
|
||||||
Absent="disallow">
|
Absent="disallow">
|
||||||
<ComponentRef Id="C.INSTALLDIR" />
|
<ComponentRef Id="C.INSTALLDIR" />
|
||||||
|
<ComponentRef Id="C.License.txt" />
|
||||||
<Feature
|
<Feature
|
||||||
Id="F.User"
|
Id="F.User"
|
||||||
Level="1"
|
Level="1"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<MyCanonicalVersion>1.0</MyCanonicalVersion>
|
<MyCanonicalVersion>1.0</MyCanonicalVersion>
|
||||||
|
|
||||||
<MyProductVersion>2017 RC1</MyProductVersion>
|
<MyProductVersion>2017 RC2</MyProductVersion>
|
||||||
<MyProductStage>RC</MyProductStage>
|
<MyProductStage>RC</MyProductStage>
|
||||||
|
|
||||||
<MyVersion>$(MyCanonicalVersion).$(MyBuildNumber)</MyVersion>
|
<MyVersion>$(MyCanonicalVersion).$(MyBuildNumber)</MyVersion>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user