Remove Directory.Build.props because it was causing the nuget package to be built incorrectly.

internals
Eric Mellino 8 years ago
parent fb07155d34
commit 4d6fdb1671
  1. 11
      Directory.Build.props

@ -1,11 +0,0 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="OutDir">
<PropertyGroup>
<RepositoryRootDirectory>$(MSBuildThisFileDirectory)</RepositoryRootDirectory>
<BinDir>$(RepositoryRootDirectory)bin</BinDir>
<OutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName)</OutputPath>
<OutDir>$(OutputPath)</OutDir>
<RootOutDir>$(OutDir)</RootOutDir>
<BaseIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\</BaseIntermediateOutputPath>
<ExtDir>$(MSBuildThisFileDirectory)\ext</ExtDir>
</PropertyGroup>
</Project>
Loading…
Cancel
Save