I need to create a script that produces an executable from a C# console project.
The client system where the script will be run doesn’t have Visual Studio, but it has the .NET framework installed. How can it be done using a minimum or no software installation at the client place?
Does the C# compiler (csc.exe) come with .NET framework? If so, is there an environment variable for the location?
If you have a project ready and just want to change some code and then build, check out MSBuild which is located in the
Microsoft.Netfolder under theWindowsdirectory.(Please do not edit, leave as a single line)
… The line above broken up for readability
How to determine which versions and service pack levels of the Microsoft .NET Framework are installed