summaryrefslogtreecommitdiff
path: root/src/setup/setup.sln
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-08-08 10:43:49 -0700
committerRob Mensching <rob@firegiant.com>2022-08-08 19:44:05 -0700
commit2f1a8d6caa50640925bf634062121391c450a5ed (patch)
tree95268f2ba1e6f2f11569922bce0b5d649076e97b /src/setup/setup.sln
parentd0882c24534f9bcdba63641ff9ef2cfc7780d879 (diff)
downloadwix-2f1a8d6caa50640925bf634062121391c450a5ed.tar.gz
wix-2f1a8d6caa50640925bf634062121391c450a5ed.tar.bz2
wix-2f1a8d6caa50640925bf634062121391c450a5ed.zip
Generate metadata needed to populate update feed
Step towards completing 5367
Diffstat (limited to '')
-rw-r--r--src/setup/setup.sln13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/setup/setup.sln b/src/setup/setup.sln
index 3998623e..1f3c0cd5 100644
--- a/src/setup/setup.sln
+++ b/src/setup/setup.sln
@@ -1,7 +1,7 @@
1 1
2Microsoft Visual Studio Solution File, Format Version 12.00 2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 16 3# Visual Studio Version 17
4VisualStudioVersion = 16.0.30114.105 4VisualStudioVersion = 17.2.32630.192
5MinimumVisualStudioVersion = 10.0.40219.1 5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "ThmViewerPackage", "ThmViewerPackage\ThmViewerPackage.wixproj", "{F8C12838-DEC5-4CA5-97A8-DFE2247564C5}" 6Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "ThmViewerPackage", "ThmViewerPackage\ThmViewerPackage.wixproj", "{F8C12838-DEC5-4CA5-97A8-DFE2247564C5}"
7EndProject 7EndProject
@@ -12,9 +12,6 @@ Global
12 Debug|Any CPU = Debug|Any CPU 12 Debug|Any CPU = Debug|Any CPU
13 Release|Any CPU = Release|Any CPU 13 Release|Any CPU = Release|Any CPU
14 EndGlobalSection 14 EndGlobalSection
15 GlobalSection(SolutionProperties) = preSolution
16 HideSolutionNode = FALSE
17 EndGlobalSection
18 GlobalSection(ProjectConfigurationPlatforms) = postSolution 15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
19 {F8C12838-DEC5-4CA5-97A8-DFE2247564C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 16 {F8C12838-DEC5-4CA5-97A8-DFE2247564C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20 {F8C12838-DEC5-4CA5-97A8-DFE2247564C5}.Debug|Any CPU.Build.0 = Debug|Any CPU 17 {F8C12838-DEC5-4CA5-97A8-DFE2247564C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
@@ -25,4 +22,10 @@ Global
25 {59FF3AD3-339A-4048-9F0B-504EE74BC4AF}.Release|Any CPU.ActiveCfg = Release|Any CPU 22 {59FF3AD3-339A-4048-9F0B-504EE74BC4AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
26 {59FF3AD3-339A-4048-9F0B-504EE74BC4AF}.Release|Any CPU.Build.0 = Release|Any CPU 23 {59FF3AD3-339A-4048-9F0B-504EE74BC4AF}.Release|Any CPU.Build.0 = Release|Any CPU
27 EndGlobalSection 24 EndGlobalSection
25 GlobalSection(SolutionProperties) = preSolution
26 HideSolutionNode = FALSE
27 EndGlobalSection
28 GlobalSection(ExtensibilityGlobals) = postSolution
29 SolutionGuid = {1E2BB345-987B-4108-8EB9-10D703F02EFC}
30 EndGlobalSection
28EndGlobal 31EndGlobal