Skip to content

Commit

Permalink
Switch to WiX setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnull committed May 24, 2020
1 parent e2ea53c commit 1031f3d
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 1,040 deletions.
14 changes: 7 additions & 7 deletions PinWin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PinWin", "PinWin\PinWin.csproj", "{7E06BA38-B308-43E9-B1A6-7851E7A8CBF2}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PinWinSetup", "PinWinSetup\PinWinSetup.vdproj", "{98763980-C751-4C73-829F-F4E08AC9BCD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{060ED345-F2C1-408B-B1A7-37CFCC2A168B}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup", "Setup\Setup.wixproj", "{DD87CEB2-5635-488B-BD9C-52CBD93A608C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -30,11 +30,11 @@ Global
{7E06BA38-B308-43E9-B1A6-7851E7A8CBF2}.Publish-Portable|Any CPU.Build.0 = Portable|Any CPU
{7E06BA38-B308-43E9-B1A6-7851E7A8CBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E06BA38-B308-43E9-B1A6-7851E7A8CBF2}.Release|Any CPU.Build.0 = Release|Any CPU
{98763980-C751-4C73-829F-F4E08AC9BCD2}.Debug|Any CPU.ActiveCfg = Debug
{98763980-C751-4C73-829F-F4E08AC9BCD2}.Publish-Install|Any CPU.ActiveCfg = Release
{98763980-C751-4C73-829F-F4E08AC9BCD2}.Publish-Install|Any CPU.Build.0 = Release
{98763980-C751-4C73-829F-F4E08AC9BCD2}.Publish-Portable|Any CPU.ActiveCfg = Portable
{98763980-C751-4C73-829F-F4E08AC9BCD2}.Release|Any CPU.ActiveCfg = Release
{DD87CEB2-5635-488B-BD9C-52CBD93A608C}.Debug|Any CPU.ActiveCfg = Debug|x86
{DD87CEB2-5635-488B-BD9C-52CBD93A608C}.Publish-Install|Any CPU.ActiveCfg = Release|x86
{DD87CEB2-5635-488B-BD9C-52CBD93A608C}.Publish-Install|Any CPU.Build.0 = Release|x86
{DD87CEB2-5635-488B-BD9C-52CBD93A608C}.Publish-Portable|Any CPU.ActiveCfg = Release|x86
{DD87CEB2-5635-488B-BD9C-52CBD93A608C}.Release|Any CPU.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 1031f3d

Please sign in to comment.