How to open a project without a .sln in Visual Studio? -
i writing program in vim , i'm thinking of moving visual studio, since didn't start in visual studio in first place, there no .sln file open from. how should open such project in vs?
if exists *.csproj,you can build new solution visual studio @ first,the next can open *.csproj in visual studio.
Comments
Post a Comment