1 Star 0 Fork 1

大班同学 / MassTransit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
<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>8</LangVersion>
<WarningLevel>4</WarningLevel>
<NoWarn>CS1587,CS1591,CS1998,NU5105,NETSDK1188</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>
1
https://gitee.com/fnwork/MassTransit.git
git@gitee.com:fnwork/MassTransit.git
fnwork
MassTransit
MassTransit
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891