what i did, was delete the .sln file then opened the visual studio project using the .csproj file. i also edited the csproj file to have a line that looks like this:
<Configuration Condition=" '$(Configuration)' == '' ">Debug_VSTS</Configuration>
and another that looks like this:
<Configurations>Debug;Release;Debug_VSTS;Release_VSTS</Configurations>