trippsc2 / OpenTracker

An open-source cross-platform tracking application for A Link to the Past Randomizer.
MIT License
35 stars 9 forks source link

solution file error MSB4051 #86

Open JamieMagee opened 1 year ago

JamieMagee commented 1 year ago

When trying to build 1.8.5 I get the following error:

Solution file error MSB4051: Project {9D32A24F-7FF0-4632-B663-5AD2D64A6C87} is referencing a project with GUID {732A9A56-32B4-4149-B3A5-F2A4F48293D3}, but a project with this GUID was not found in the .SLN file.

It appears that the Avalonia.ThemeManager project (with GUID 732A9A56-32B4-4149-B3A5-F2A4F48293D3) was removed from OpenTracker.sln in this commit: https://github.com/trippsc2/OpenTracker/commit/3ec1ae97be3942c57691d0d8235a6462e4a58030#diff-e8ec4d7d039e97425774605f966a54e5fa22eed06848fab82adadb1e3c1e1938. However, Opentracker.csproj still references this project GUID in the OpenTracker.sln file:

https://github.com/trippsc2/OpenTracker/blob/e00506455bf4bf087f04bbed040e4a2ef92ea3bd/OpenTracker.sln#L7-L9

I think removing these lines should fix the build.

trippsc2 commented 11 months ago

You are correct. I'm working on fixes for 1.8.6 and this will be included.