Skip to content

PonySFM/Workshop

Repository files navigation

PonySFM Workshop

Build status

A .NET-powered app to help you manage your Source Filmmaker mod-base.

Workshop

Requirements

  • Visual Studio 2017
  • .NET Framework 4.5.2
  • Source Filmmaker

File layout

Name Contents
CoreLib Provides core functionality and classes that can be separated from the UI
CoreLibTest Unit tests of CoreLib classes
PonySFM Workshop Main executable and UI parts
UITest Unit tests of some UI-related classes

Building

Use Visual Studio 2017 to open the project file. Right click on the solution and click "Restore NuGet Packages".