mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Release 7.6.0
This commit is contained in:
parent
63e69696a4
commit
a685054f3b
@ -57,6 +57,9 @@
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DiscUtils, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
|
@ -73,7 +73,7 @@ BRANDING_COMPANY_URL=xcp-ng.org
|
||||
BRANDING_PRODUCT_MAJOR_VERSION=7
|
||||
BRANDING_PRODUCT_MINOR_VERSION=6
|
||||
BRANDING_PRODUCT_MICRO_VERSION=0
|
||||
BRANDING_PRODUCT_VERSION_TEXT="${BRANDING_PRODUCT_MAJOR_VERSION}.${BRANDING_PRODUCT_MINOR_VERSION}.${BRANDING_PRODUCT_MICRO_VERSION} RC3"
|
||||
BRANDING_PRODUCT_VERSION_TEXT="${BRANDING_PRODUCT_MAJOR_VERSION}.${BRANDING_PRODUCT_MINOR_VERSION}.${BRANDING_PRODUCT_MICRO_VERSION}"
|
||||
|
||||
|
||||
BRANDING_XC_PRODUCT_VERSION=${BRANDING_PRODUCT_MAJOR_VERSION}.${BRANDING_PRODUCT_MINOR_VERSION}.${BRANDING_PRODUCT_MICRO_VERSION}
|
||||
|
@ -77,6 +77,9 @@ del /Q $(SolutionDir)XenAdmin\bin\$(ConfigurationName)\Schemas
|
||||
del /Q $(SolutionDir)XenAdmin\bin\$(ConfigurationName)\ja
|
||||
del /Q $(SolutionDir)XenAdmin\bin\$(ConfigurationName)\zh-CN
|
||||
|
||||
signtool.exe sign /a /n Vates /fd sha256 /t "http://timestamp.verisign.com/scripts/timestamp.dll" "$(SolutionDir)XenAdmin\bin\$(ConfigurationName)\%2a.dll"
|
||||
signtool.exe sign /a /n Vates /fd sha256 /t "http://timestamp.verisign.com/scripts/timestamp.dll" "$(SolutionDir)XenAdmin\bin\$(ConfigurationName)\%2a.exe"
|
||||
|
||||
heat.exe dir "$(SolutionDir)XenAdmin\bin\$(ConfigurationName)" -cg XCPngFiles -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -out "$(ProjectDir)\FilesFragment.wxs"</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user