| const string InfoCompiler = "INFO:compiler[Microsoft " |
| #elif PlatformToolsetv110 |
| #elif PlatformToolsetv120 |
| #elif PlatformToolsetv140 |
| #elif PlatformToolsetv141 |
| #elif PlatformToolsetv142 |
| #elif PlatformToolsetv143 |
| const string InfoPlatform = "INFO:platform[Windows]"; |
| const string InfoArchitecture = "INFO:arch[" |
| const string InfoCompilerVersion = "INFO:compiler_version[" |
| #elif PlatformToolsetv110 |
| #elif PlatformToolsetv120 |
| #elif PlatformToolsetv140 |
| #elif PlatformToolsetv141 |
| #elif PlatformToolsetv142 |
| #elif PlatformToolsetv143 |
| static void Main(string[] args) |
| // we have to print the lines to make sure |
| // the compiler does not optimize them away ... |
| System.Console.WriteLine(InfoCompiler); |
| System.Console.WriteLine(InfoPlatform); |
| System.Console.WriteLine(InfoArchitecture); |
| System.Console.WriteLine(InfoCompilerVersion); |