Skip to content

Instantly share code, notes, and snippets.

@pcrama
Last active January 16, 2020 11:36
Show Gist options
  • Save pcrama/4cfc7ed93b13712e79df587387dc648c to your computer and use it in GitHub Desktop.
Save pcrama/4cfc7ed93b13712e79df587387dc648c to your computer and use it in GitHub Desktop.
Calls CompileSimply-CSharp for the different CLI utils
Param(
[string]$dir,
[string]$x64 # "64" for x64 compiler, "" for 32bit
)
. "$dir\CompileSimply-CSharp.ps1" $dir wdscli.cs $x64 ""
. "$dir\CompileSimply-CSharp.ps1" $dir cliphtml.cs $x64 WPF\PresentationCore.dll
. "$dir\CompileSimply-CSharp.ps1" $dir RunAsFromFile.cs $x64 System.Diagnostics.Process.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment