Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Created November 19, 2014 13:29
Show Gist options
  • Save lennybacon/78b4afaaf65460314d38 to your computer and use it in GitHub Desktop.
Save lennybacon/78b4afaaf65460314d38 to your computer and use it in GitHub Desktop.
Embed a license during compilation
"Csc.exe" /reference:"System.dll" /reference:"System.Core.dll" /reference:"TXTextControl.dll" /reference:"TXTextControl.Server.dll" /out:Licensensing.dll /resource:Licensensing.dll.licenses /target:library .\Class1.cs .\Properties\AssemblyInfo.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment