/
vshmidt
/
masstransit
Обзор
Документация
Войти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
Directory.Build.props
26 строк
966 B
Marko Lahma
Upgrade Quartz to version 3.12.0
03 авг 2024, 20:36
03 авг 2024, 20:36
bc43c98
Код
Авторство
О чём код?
<Project> <!-- These properties will be shared for all projects --> <PropertyGroup> <IsMac>$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::get_OSX())))</IsMac> <IsWindows>$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::get_Windows())))</IsWindows> </PropertyGroup> <PropertyGroup> <LangVersion>12</LangVersion> <WarningLevel>4</WarningLevel> <NoWarn>CS1591,CS1998</NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <DebugType>full</DebugType> <DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <Optimize>true</Optimize> <DebugType>embedded</DebugType> <DefineConstants>TRACE;$(DefineConstants)</DefineConstants> </PropertyGroup> </Project>