diff options
Diffstat (limited to 'etc/config/vb.amazon.properties')
-rw-r--r-- | etc/config/vb.amazon.properties | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/etc/config/vb.amazon.properties b/etc/config/vb.amazon.properties deleted file mode 100644 index 90ad2fb2b..000000000 --- a/etc/config/vb.amazon.properties +++ /dev/null @@ -1,52 +0,0 @@ -compilers=&vb -supportsBinary=true -needsMulti=false -compilerType=vb -defaultCompiler=dotnet707vb - -group.vb.compilers=dotnettrunkvb:dotnet707vb:dotnet703vb:dotnet701vb:dotnet6018vb:dotnet6014vb:dotnet6011vb - -compiler.dotnet6011vb.exe=/opt/compiler-explorer/dotnet-v6.0.11/.dotnet/dotnet -compiler.dotnet6011vb.name=.NET 6.0.110 -compiler.dotnet6011vb.clrDir=/opt/compiler-explorer/dotnet-v6.0.11 -compiler.dotnet6011vb.buildConfig=Release -compiler.dotnet6011vb.langVersion=latest - -compiler.dotnet6014vb.exe=/opt/compiler-explorer/dotnet-v6.0.14/.dotnet/dotnet -compiler.dotnet6014vb.name=.NET 6.0.113 -compiler.dotnet6014vb.clrDir=/opt/compiler-explorer/dotnet-v6.0.14 -compiler.dotnet6014vb.buildConfig=Release -compiler.dotnet6014vb.langVersion=latest - -compiler.dotnet6018vb.exe=/opt/compiler-explorer/dotnet-v6.0.18/.dotnet/dotnet -compiler.dotnet6018vb.name=.NET 6.0.116 -compiler.dotnet6018vb.clrDir=/opt/compiler-explorer/dotnet-v6.0.18 -compiler.dotnet6018vb.buildConfig=Release -compiler.dotnet6018vb.langVersion=latest - -compiler.dotnet701vb.exe=/opt/compiler-explorer/dotnet-v7.0.1/.dotnet/dotnet -compiler.dotnet701vb.name=.NET 7.0.100 -compiler.dotnet701vb.clrDir=/opt/compiler-explorer/dotnet-v7.0.1 -compiler.dotnet701vb.buildConfig=Release -compiler.dotnet701vb.langVersion=latest -compiler.dotnet701vb.alias=dotnet700vb - -compiler.dotnet703vb.exe=/opt/compiler-explorer/dotnet-v7.0.3/.dotnet/dotnet -compiler.dotnet703vb.name=.NET 7.0.102 -compiler.dotnet703vb.clrDir=/opt/compiler-explorer/dotnet-v7.0.3 -compiler.dotnet703vb.buildConfig=Release -compiler.dotnet703vb.langVersion=latest - -compiler.dotnet707vb.exe=/opt/compiler-explorer/dotnet-v7.0.7/.dotnet/dotnet -compiler.dotnet707vb.name=.NET 7.0.105 -compiler.dotnet707vb.clrDir=/opt/compiler-explorer/dotnet-v7.0.7 -compiler.dotnet707vb.buildConfig=Release -compiler.dotnet707vb.langVersion=latest -compiler.dotnet707vb.alias=dotnet700vb - -compiler.dotnettrunkvb.exe=/opt/compiler-explorer/dotnet-trunk/.dotnet/dotnet -compiler.dotnettrunkvb.name=.NET (main) -compiler.dotnettrunkvb.clrDir=/opt/compiler-explorer/dotnet-trunk -compiler.dotnettrunkvb.buildConfig=Release -compiler.dotnettrunkvb.langVersion=latest -compiler.dotnettrunkvb.isNightly=true |