Changeset 133 for trunk/Target/UTargetCSharp.pas
- Timestamp:
- Mar 4, 2022, 10:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetCSharp.pas
r126 r133 29 29 begin 30 30 inherited; 31 Name := 'C#';32 SourceExtension := '.cs';33 CompiledExtension := '.exe';34 RunExtension := '';35 ImageIndex := 27;36 Capabilities := [tcCompile, tcRun];31 FName := 'C#'; 32 FSourceExtension := '.cs'; 33 FCompiledExtension := '.exe'; 34 FRunExtension := ''; 35 FImageIndex := 27; 36 FCapabilities := [tcCompile, tcRun]; 37 37 {$IFDEF WINDOWS} 38 38 CompilerPath := 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Roslyn\csc.exe';
Note:
See TracChangeset
for help on using the changeset viewer.