Add new WIX Setup project for main installer to replace setup.vdproj
Change Localization Toolkit WIX to use single file Installer
This commit is contained in:
parent
762aeb78e0
commit
c44d296686
7 changed files with 345 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{129305D5-A9E6-4DCE-BFF6-41809E13EEEE}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
..\..\LICENSE.txt = ..\..\LICENSE.txt
|
||||
|
@ -23,6 +23,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebsitePanel.SilentInstalle
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebsitePanel.Installer.Core", "WebsitePanel.Installer.Core\WebsitePanel.Installer.Core.csproj", "{0E4A3F5B-0BB1-4F63-863D-7B0182B378CF}"
|
||||
EndProject
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup.WIX", "Setup.WIX\Setup.WIX.wixproj", "{F963A4AF-CC72-4512-B636-829345C35318}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -97,6 +99,16 @@ Global
|
|||
{0E4A3F5B-0BB1-4F63-863D-7B0182B378CF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{0E4A3F5B-0BB1-4F63-863D-7B0182B378CF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{0E4A3F5B-0BB1-4F63-863D-7B0182B378CF}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Debug|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Debug|Mixed Platforms.Build.0 = Release|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Debug|x86.Build.0 = Debug|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Release|x86.ActiveCfg = Release|x86
|
||||
{F963A4AF-CC72-4512-B636-829345C35318}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue