Skip to content

Commit

Permalink
fix project configurations in sln
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Jan 31, 2024
1 parent 25c7b1e commit 02a8510
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Mzinga.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mzinga", "Mzinga\Mzinga.csp
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "Mzinga.Viewer.WinStore", "Mzinga.Viewer.WinStore\Mzinga.Viewer.WinStore.wapproj", "{DC4AE50E-3437-4F60-803C-996FE6A191BA}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Mzinga.Viewer.Setup", "Mzinga.Viewer.Setup\Mzinga.Viewer.Setup.wixproj", "{EB905695-D35D-4B73-AE9C-DDFF734604F8}"
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Mzinga.Viewer.Setup", "Mzinga.Viewer.Setup\Mzinga.Viewer.Setup.wixproj", "{EB905695-D35D-4B73-AE9C-DDFF734604F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -124,13 +124,15 @@ Global
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x86.Build.0 = Release|x86
{DC4AE50E-3437-4F60-803C-996FE6A191BA}.Release|x86.Deploy.0 = Release|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|Any CPU.ActiveCfg = Debug|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|ARM64.ActiveCfg = Debug|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|ARM64.ActiveCfg = Debug|ARM64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|ARM64.Build.0 = Debug|ARM64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x64.ActiveCfg = Debug|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x64.Build.0 = Debug|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x86.ActiveCfg = Debug|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Debug|x86.Build.0 = Debug|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|Any CPU.ActiveCfg = Release|x86
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|ARM64.ActiveCfg = Release|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|ARM64.ActiveCfg = Release|ARM64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|ARM64.Build.0 = Release|ARM64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|x64.ActiveCfg = Release|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|x64.Build.0 = Release|x64
{EB905695-D35D-4B73-AE9C-DDFF734604F8}.Release|x86.ActiveCfg = Release|x86
Expand Down

0 comments on commit 02a8510

Please # to comment.