summaryrefslogtreecommitdiff
blob: 865174a626e48895f16ddf5be570224588c7c313 (plain)
1
2
3
4
5
6
7
8
9
10
11
# configuration file for dotnet

# Define what to register with .NET IL binaries so you can avoid
# running them with "<runtime> program.exe"
# NOTE: In order to get this working you need to "chmod +x" your program

# Valid options are:
# "mono" - use the mono JIT compiler 'mono'
# "ilrun" - use the DotGNU Portable .NET interpreter 'ilrun'

CLR=""