nblockchain / geewallet

geewallet is a non-custodial, minimalistic & pragmatist opensource crossplatform lightweight brainwallet to hold the most important cryptoassets in the same application with ease & peace of mind
MIT License
61 stars 37 forks source link

Frontend.XF.*: fix references in .fsproj files #235

Closed webwarrior-ws closed 9 months ago

webwarrior-ws commented 1 year ago

Fix project references in Fronend.XF.*.fsproj files by adding <Project> element with project guid to each project reference. This is needed to avoid "error : Unrecognized Guid format" error when loading projects in Visual Studio 2022.

knocte commented 1 year ago

@webwarrior-ws wrong scope in commit msg title; you wrote Frontend.XF, but you're not changing that project or any file inside the Frontend.XF folder. I guess you meant Frontend.XF.*.

webwarrior-ws commented 1 year ago

@webwarrior-ws wrong scope in commit msg title; you wrote Frontend.XF, but you're not changing that project or any file inside the Frontend.XF folder. I guess you meant Frontend.XF.*.

Fixed commit and PR title.

knocte commented 9 months ago

This is needed to avoid "error : Unrecognized Guid format" error when loading projects in Visual Studio 2022.

Do you still get this error if this PR is not merged?

webwarrior-ws commented 9 months ago

This is needed to avoid "error : Unrecognized Guid format" error when loading projects in Visual Studio 2022.

Do you still get this error if this PR is not merged?

Yes

knocte commented 9 months ago

How about the stable branch?

webwarrior-ws commented 9 months ago

How about the stable branch?

stable doens't have Frontend.XF.* projects

knocte commented 9 months ago

So VS builds fine in stable?

webwarrior-ws commented 9 months ago

So VS builds fine in stable?

Yes