8 references to SubsystemVersion
Microsoft.CodeAnalysis (8)
Compilation\SubsystemVersion.cs (8)
48public static SubsystemVersion Windows2000 => new SubsystemVersion(5, 0); 53public static SubsystemVersion WindowsXP => new SubsystemVersion(5, 1); 58public static SubsystemVersion WindowsVista => new SubsystemVersion(6, 0); 63public static SubsystemVersion Windows7 => new SubsystemVersion(6, 1); 68public static SubsystemVersion Windows8 => new SubsystemVersion(6, 2); 131version = new SubsystemVersion(majorValue, minorValue); 145return new SubsystemVersion(major, minor); 165return new SubsystemVersion(4, 0);