Skip to content

Commit

Permalink
Fix the actual problem with the build... (#4719)
Browse files Browse the repository at this point in the history
## Change
While the previous solution change was indeed relevant, the actual build
problem was that the new project was set to build when in the Fuzzing
configuration when it shouldn't have. That's what I get for jumping to
conclusions...
  • Loading branch information
JohnMcPMS authored Aug 8, 2024
1 parent 5a0d8aa commit 7a729fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/AppInstallerCLI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -1222,9 +1222,8 @@ Global
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Debug|x64.Build.0 = Debug|x64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Debug|x86.ActiveCfg = Debug|Win32
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Debug|x86.Build.0 = Debug|Win32
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|ARM64.ActiveCfg = ReleaseStatic|ARM64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x64.ActiveCfg = ReleaseStatic|x64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x64.Build.0 = ReleaseStatic|x64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|ARM64.ActiveCfg = Release|ARM64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x64.ActiveCfg = Release|x64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x86.ActiveCfg = Release|Win32
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.PowerShell|ARM64.ActiveCfg = ReleaseStatic|ARM64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.PowerShell|ARM64.Build.0 = ReleaseStatic|ARM64
Expand Down

0 comments on commit 7a729fa

Please sign in to comment.