Solaestas / Everglow

GNU General Public License v3.0
27 stars 4 forks source link

Update ModBuilder Version #228

Closed Solaestas closed 9 months ago

Solaestas commented 9 months ago

fix configuration missing during building Everglow.csproj, which may cause compile failure I thought this change may prevent project from crashing, but I can't test it

Setnour6 commented 9 months ago

I can't test it either. Building the project leads to errors like these: image

Solaestas commented 9 months ago

I can't test it either. Building the project leads to errors like these: image

I don't know why these errors occur, but I guess that they are blame to VS Use dotnet restore, and then restart VS

Setnour6 commented 9 months ago

The project loading issue may have to do with <AdditionalFiles Update="**\*.FileListAbsolute.txt" Visible="false" Link="\" /> image

Removing that line makes the projects load for me.

Solaestas commented 9 months ago

The project loading issue may have to do with <AdditionalFiles Update="**\*.FileListAbsolute.txt" Visible="false" Link="\" /> image

Removing that line makes the projects load for me.

It's very strange. I add this line just to hide the file named *.FileListAbsolute.txt under obj/. It should did nothing about building