diff --git a/Directory.Build.props b/Directory.Build.props index c94a78a4ebe..9d4b1cfe5a0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,16 +2,9 @@ - MassTransit - Copyright 2007-2019 Chris Patterson - Chris Patterson 8 - true - true 4 CS1587,CS1591,CS1998,NU5105 - True - portable @@ -24,29 +17,4 @@ TRACE;$(DefineConstants) - - - mt-logo-small.png - Apache-2.0 - MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com - True - - true - true - snupkg - - - true - - - - - - - - $(NoWarn),CS0618 - true - False - - diff --git a/src/Directory.Build.props b/src/Directory.Build.props new file mode 100644 index 00000000000..a4b412ec2db --- /dev/null +++ b/src/Directory.Build.props @@ -0,0 +1,34 @@ + + + + + MassTransit + Copyright 2007-2019 Chris Patterson + Chris Patterson + true + true + True + portable + $(NoWarn) + + + + + mt-logo-small.png + Apache-2.0 + MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com + True + + true + true + snupkg + + + true + + + + + + + diff --git a/src/mt-logo-small.png b/src/mt-logo-small.png new file mode 100644 index 00000000000..282eb322001 Binary files /dev/null and b/src/mt-logo-small.png differ diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props new file mode 100644 index 00000000000..cb78e7a5c7d --- /dev/null +++ b/tests/Directory.Build.props @@ -0,0 +1,13 @@ + + + + + + 8 + 4 + $(NoWarn),CS0618 + true + false + + +