Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

How to build the source code and help further developing

Johannes Meyer zum Alten Borgloh edited this page Dec 31, 2017 · 5 revisions

How To Build The Source Code To Help Further Developing:

  • Download Visual Studio. The minimum required version is Visual Studio 2015 (C# 6.0 feature support). You also need Blend for Visual Studio SDK for .NET which includes the System.Windows.Interactivity and Microsoft.Expression.Interactions .dlls.
  • Download the source code as .zip file or use the GitHub Desktop and checkout the code.
  • Open the TumblThree.sln solution file in the src/ directory of the code.
  • Build the Source once before editing anything. Build->Build Solution.