Skip to content

Commit 4e698d9

Browse files
Add VS2019 professional too
1 parent e6df0cc commit 4e698d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MCGalaxy/Modules/Compiling/CompilerBackends.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ protected override string GetExecutable() {
194194

195195
string[] paths = new string[] {
196196
// Modern Visual Studio compilers
197+
@"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Roslyn\csc.exe",
197198
@"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Roslyn\csc.exe",
198199
// First try new C# compiler
199200
Path.Combine(root, "csc.exe"),

0 commit comments

Comments
 (0)