Friday, November 30, 2012

doctor an .sln to add a project

It is pretty easy to splice a reference to another project into a solution by opening the .sln file in notepad and adding something like these two lines before the word "Global."

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectName",
   "ProjectName\ProjectName.csproj", "{2A55F118-6989-431B-B9DE-02C11001B1B4}"
EndProject

No comments:

Post a Comment