Skip to content

I Built it, It Broke

Ewen edited this page Oct 27, 2015 · 2 revisions

Yes, that's by design.

No, really.

Build the main CodeLinker Project again (right-click -> build). Have a look at the project properties for the CodeLinker (there are post build events there). Now look at the xml in CodeLinker-3.5.csproj and compare it with what you cloned from here. Code Linker just built a .NET 3.5 version of itself. It also builds part of the GUI in the main GUI project and all of the .NET 3.5 GUI project.

Diff the csproj files to see what happened. Look in the folders on disk and see what is there, particularly under the .NET 3.5 project folders. It looks a lot like...

Visual Diff - before and after the Code Clone

Clone this wiki locally