/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.0
Compiler/string_constants.cs
11 строк
381 B
Бондарев Иван
added license info in source files
01 июн 2015, 22:15
01 июн 2015, 22:15
092d84d
Код
Авторство
О чём код?
// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) namespace PascalABCCompiler { public class string_constants { public const string target_exe="exe"; public const string target_dll="dll"; public const string target_winexe="winexe"; } }