File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" WixToolset.Sdk/6.0.1" >
2- <PropertyGroup Label =" Globals" >
3- <DefineConstants >ProductVersion=$(ProductVersion);Manufacturer=$(Company);ProductName=$(ProductName);</DefineConstants >
4- </PropertyGroup >
5- <PropertyGroup Condition =" '$(Configuration)'=='Debug' " >
6- <OutputName >$(ProductName)_$(ProductVersion)_$(Configuration)_$(Platform)</OutputName >
7- <InstallerPlatform >$(Platform)</InstallerPlatform >
8- </PropertyGroup >
9- <PropertyGroup Condition =" '$(Configuration)'!='Debug' " >
10- <OutputName >$(ProductName)_$(ProductVersion)_$(Platform)</OutputName >
11- <InstallerPlatform >$(Platform)</InstallerPlatform >
12- </PropertyGroup >
13- <ItemGroup >
14- <Content Include =" Include.wxi" />
15- </ItemGroup >
16- <ItemGroup >
17- <PackageReference Include =" WixToolset.UI.wixext" Version =" 6.0.1 " />
18- <PackageReference Include =" WixToolset.Util.wixext" Version =" 6.0.1 " />
19- </ItemGroup >
2+ <PropertyGroup Label =" Globals" >
3+ <DefineConstants >ProductVersion=$(ProductVersion);Manufacturer=$(Company);ProductName=$(ProductName);</DefineConstants >
4+ </PropertyGroup >
5+ <PropertyGroup Condition =" '$(Configuration)'=='Debug' " >
6+ <OutputName >$(ProductName)_$(ProductVersion)_$(Configuration)_$(Platform)</OutputName >
7+ <InstallerPlatform >$(Platform)</InstallerPlatform >
8+ </PropertyGroup >
9+ <PropertyGroup Condition =" '$(Configuration)'!='Debug' " >
10+ <OutputName >$(ProductName)_$(ProductVersion)_$(Platform)</OutputName >
11+ <InstallerPlatform >$(Platform)</InstallerPlatform >
12+ </PropertyGroup >
13+ <ItemGroup >
14+ <Content Include =" Include.wxi" />
15+ </ItemGroup >
16+ <ItemGroup >
17+ <PackageReference Include =" WixToolset.UI.wixext" Version =" 6.0.2 " />
18+ <PackageReference Include =" WixToolset.Util.wixext" Version =" 6.0.2 " />
19+ </ItemGroup >
2020</Project >
You can’t perform that action at this time.
0 commit comments