Skip to content

Build Instructions

Chris edited this page May 26, 2022 · 3 revisions

Building in Visual Studio

  1. Clone the git repository. git clone https://github.com/Mayyhem/SharpSCCM.git
  2. Open SharpSCCM.sln in Visual Studio.
  3. Select Target (e.g., Release > x64)
  4. Build Solution (Ctrl + Shift + B)

A version of the SharpSCCM assembly that contains all of its dependencies will be placed in the $(TargetDir) directory (e.g., .\SharpSCCM\bin\x64\Release\SharpSCCM_merged.exe).

Clone this wiki locally