From 4d6fdb1671759347b3e753dca1f25f89ea10474b Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Thu, 23 Mar 2017 22:41:06 -0700 Subject: [PATCH] Remove Directory.Build.props because it was causing the nuget package to be built incorrectly. --- Directory.Build.props | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props deleted file mode 100644 index aa3d000..0000000 --- a/Directory.Build.props +++ /dev/null @@ -1,11 +0,0 @@ - - - $(MSBuildThisFileDirectory) - $(RepositoryRootDirectory)bin - $([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName) - $(OutputPath) - $(OutDir) - $([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\ - $(MSBuildThisFileDirectory)\ext - -