-
Notifications
You must be signed in to change notification settings - Fork 86
Build Instructions
Chris Thompson edited this page Oct 26, 2023
·
3 revisions
- Clone the git repository.
git clone https://github.com/Mayyhem/SharpSCCM.git
- Open SharpSCCM.sln in Visual Studio.
- Select Target (e.g., Release > x64)
- Build Solution (Ctrl + Shift + B)
A version of the SharpSCCM assembly that contains all of its dependencies will be merged and placed in the $(TargetDir) directory (e.g., .\SharpSCCM\bin\x64\Release\SharpSCCM.exe).
If Visual Studio displays red underlines under the code, try building anyway and they should go away.