prefab / code

Here's where the latest code for Prefab resides.
27 stars 7 forks source link

Multiple Dependency issues #2

Open baclemen opened 4 years ago

baclemen commented 4 years ago

So i tried to install the project on my computer and had multiple problems with dependencies.

Some dependencies like the missing "AVIFile" library i could resolve because i found the library in another subproject.

But I still have issues with for example the "CustomColorPicker", the "AvalonControlsLibrary" and the ICSharpCode,AvalonEdit in the assebly references.

So what i for example did, is download this colorpicker: "https://archive.codeplex.com/?p=wpfcolorpicker" and what happened is that the i still got an issue that ColorChangedEventArgs is not in the namespace. So maybe I used the wrong one, but I was not able to manage to find where you got this from.

So maybe a list of the dependencies and where they are stored would be nice.