Skip to content

Instantly share code, notes, and snippets.

@ufcpp
Created February 21, 2015 12:54
Show Gist options
  • Save ufcpp/7841dbd8758279f045c9 to your computer and use it in GitHub Desktop.
Save ufcpp/7841dbd8758279f045c9 to your computer and use it in GitHub Desktop.
Compile for all C# 2, 3, 4, 5, and 6
cls
. C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe .\a.cs | Write-Host -ForegroundColor DarkCyan
. C:\Windows\Microsoft.NET\Framework64\v3.5\csc.exe .\a.cs | Write-Host -ForegroundColor DarkMagenta
. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe .\a.cs | Write-Host -ForegroundColor DarkGreen
. 'C:\Program Files (x86)\MSBuild\12.0\Bin\csc.exe' .\a.cs | Write-Host -ForegroundColor DarkRed
. 'C:\Program Files (x86)\MSBuild\14.0\Bin\csc.exe' .\a.cs | Write-Host -ForegroundColor DarkBlue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment