SemaphoreCI and .NET Core
In this post we are going to examine how SemaphoreCI can help us build and test .NET Core projects.
In this post we are going to examine how SemaphoreCI can help us build and test .NET Core projects.
When trying to compile code that used to run under Visual C++ 6.0 you actually
have to face some quirks which in particoular resides in custom build tools.
One of these is the $(InputFile) macro producing linking errors like
cannot find input file '.\debug\.obj'
.
After a lot of time with my fellow laptop, I decided to do a massive upgrade to my hobby system and bought a new Desktop.
One of the problems beginners face when using Visual Studio happens when they try to rename a project since there will be a lot of leftovers in the process. This can be a problem even for professionals if they find out that the project name cannot be used, for example, in patents or copyright situations. Today we are going to fully rename a Visual Studio Project.
Today I wished to see if I could still be able to compile the Source SDK and I made it. It just had a little problem with QC_Eyes using Visual Studio 2013.