C
C#8mo ago
Carl

✅ VSCode sln

When I create proj by vsc command Ctrl + shift + P, those lines are added to the .sln file, when I do that by dotnet new command, they're not. I think because of this, C dev kit doesn't recognize the project and all the extensions like snippet doesn't work. What are those hex numbers meaning, could I create it manually and add to .sln file?
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuessNumber", "GuessNumber\GuessNumber.csproj", "{9BA8EE81-3130-464A-AC0D-E5003D3501FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuessNumber", "GuessNumber\GuessNumber.csproj", "{9BA8EE81-3130-464A-AC0D-E5003D3501FC}"
EndProject
2 Replies
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Carl
Carl8mo ago
Thank you, it works, seems like I need to read more about command line
Want results from more Discord servers?
Add your server
More Posts