re-motion mixins front matter -- READ ME
re-motion mixins are part of re-motion
The re-motion mixins library is part of the re-motion web framework. There is currently no single assembly that contains only mixin functionality that can be used independently. If you want to use mixins in your project, you have to add Remotion.dll
assembly and its interface assembly Remotion.Interfaces.dll
to your Visual Studio project.
Getting re-motion
You can either build re-motion by yourself or you can download the binaries via the community page (https://www.re-motion.org/builds/).
If you want to build re-motion, you can get the source code from the following subversion repository: https://svn.re-motion.org/svn/Remotion/
If you do not want to work with a trunk build, you might want to get a version that was used to write all hands on labs or tutorials. This would be: https://svn.re-motion.org/svn/Remotion/tags/1.13.87
Please read „How to build.txt" (found in the base directory of the repository) before your build re-motion.
Hint: Where to place your binaries
There are several ways to add binaries in folder hierarchies in a project. We recommend them to put them in a subfolder under the solution file anlongside the projects for the solution.
Back to the table of content: re-mix#The re-motion mixins tutorial