Skip to content

Commit

Permalink
sln: remove fsdk nested proj from solution
Browse files Browse the repository at this point in the history
This commit fixes this error when restoring geewallet.sln
projects:
```
C:\geewallet\geewallet.sln : Solution file error MSB5009:
Error parsing the project "Fsdk" section with GUID: "{6EE0754
1-91A1-42C2-A21F-2809BBDC2F50}". It is nested under
"{CE79AB9D-0FB9-4606-B7C6-A78C0858CC54}" but that project is not fo
und in the solution.
```
  • Loading branch information
aarani authored and knocte committed Oct 19, 2023
1 parent 265b103 commit 0d70e27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions geewallet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ Global
{5DD656CE-3319-46BB-B47F-BBED8CC722FD}.Release|x86.ActiveCfg = Release|iPhoneSimulator
{5DD656CE-3319-46BB-B47F-BBED8CC722FD}.Release|x86.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6EE07541-91A1-42C2-A21F-2809BBDC2F50} = {CE79AB9D-0FB9-4606-B7C6-A78C0858CC54}
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down

0 comments on commit 0d70e27

Please sign in to comment.