File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
</ItemDefinitionGroup >
19
19
20
20
<PropertyGroup Condition =" '$(OutputType)' == 'package'" >
21
- <EmbedCab Condition =" '$(EmbedCab)' == ''" >yes</EmbedCab >
22
- <Cabinet Condition =" '$(Cabinet)' == ''" >$(OutputName.Replace('-', '_')).cab</Cabinet >
23
- <InstallDir >$(ProductName)</InstallDir >
24
-
25
- <DefineConstants Condition =" '$(Configuration)' == 'Debug'" >$(DefineConstants);Debug</DefineConstants >
26
- <DefineConstants >$(DefineConstants);EmbedCab=$(EmbedCab)</DefineConstants >
27
- <DefineConstants >$(DefineConstants);Cabinet=$(Cabinet)</DefineConstants >
28
-
29
21
<!-- Set package version for SharedFx & TargetingPack wixproj's -->
30
22
<!-- Everything built in those projects _except_ the final package & MSI are shipping assets. -->
31
23
<_GeneratedPackageVersion >$(PackageVersion)</_GeneratedPackageVersion >
32
24
<_GeneratedPackageVersion
33
25
Condition =" ! $(PackageVersion.Contains('$(_PreReleaseLabel)'))" >$(PackageVersion)-$(_PreReleaseLabel)$(_BuildNumberLabels)</_GeneratedPackageVersion >
34
26
<!-- Insert PackageVersion into OutputName for SharedFx & TargetingPack -->
35
27
<OutputName Condition =" '$(OutputNamePrefix)' != '' AND '$(OutputNameSuffix)' != ''" >$(OutputNamePrefix)$(_GeneratedPackageVersion)$(OutputNameSuffix)$(TargetExt)</OutputName >
28
+
29
+ <EmbedCab Condition =" '$(EmbedCab)' == ''" >yes</EmbedCab >
30
+ <Cabinet Condition =" '$(Cabinet)' == ''" >$(OutputName.Replace('-', '_')).cab</Cabinet >
31
+ <InstallDir >$(ProductName)</InstallDir >
32
+
33
+ <DefineConstants Condition =" '$(Configuration)' == 'Debug'" >$(DefineConstants);Debug</DefineConstants >
34
+ <DefineConstants >$(DefineConstants);EmbedCab=$(EmbedCab)</DefineConstants >
35
+ <DefineConstants >$(DefineConstants);Cabinet=$(Cabinet)</DefineConstants >
36
36
</PropertyGroup >
37
37
38
38
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments