diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 72314c8b..9261c3fb 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,46 +1,41 @@ - - - - $(MSBuildThisFileDirectory)..\bin\Debug\ - - - - $(MSBuildThisFileDirectory)..\bin\Release\ - True - - - - - True - True - $(MSBuildThisFileDirectory)PublicKey.snk - - - $([System.DateTime]::Now.ToString(yyyyMMddHHmm)) - 1.0.0-private-$(VersionSuffix) - 1.0.0.0 - Microsoft - Microsoft - True - https://github.com/Microsoft/ApplicationInsights-Kubernetes/blob/master/LICENSE - https://github.com/Microsoft/ApplicationInsights-Kubernetes/ - http://appanacdn.blob.core.windows.net/cdn/icons/aic.png - Copyright © Microsoft. All Rights Reserved. - https://github.com/Microsoft/ApplicationInsights-Kubernetes/ - - - - - - all - - - - - - Microsoft - StrongName - - + + + + $(MSBuildThisFileDirectory)..\bin\Debug\ + + + $(MSBuildThisFileDirectory)..\bin\Release\ + True + + + + True + True + $(MSBuildThisFileDirectory)PublicKey.snk + + $([System.DateTime]::Now.ToString(yyyyMMddHHmm)) + 1.0.0-private-$(VersionSuffix) + 1.0.0.0 + Microsoft + Microsoft + True + https://github.com/Microsoft/ApplicationInsights-Kubernetes/blob/master/LICENSE + https://github.com/Microsoft/ApplicationInsights-Kubernetes/ + http://appanacdn.blob.core.windows.net/cdn/icons/aic.png + © Microsoft Corporation. All rights reserved. + https://github.com/Microsoft/ApplicationInsights-Kubernetes/ + + + + + all + + + + + Microsoft + StrongName + + \ No newline at end of file