What is the difference / relationship between GitHub Projects and Milestones?

The recent update to GitHub added something called Projects into the GitHub workflow, and because I don’t have any particular experience with project tracking tools such as Jira or Trello (hey, at least I noticed the similarity), could anyone, please, elaborate on the (key) differences between GitHub’s Milestones and the new Projects? If I understand … Read more

MSBuild doesn’t copy references (DLL files) if using project dependencies in solution

I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) – for my problem only these two are important: MyBaseProject <- this class library references a third-party DLL file (elmah.dll) MyWebProject1 <- this web application project has a reference to MyBaseProject I added the elmah.dll reference to MyBaseProject in Visual studio 2008 … Read more