Skip to content

Commit

Permalink
Remove redundant MSBuildBinPath import
Browse files Browse the repository at this point in the history
MSBuildBinPath was replaced with MSBuildToolsPath after VS2005.
MSBuildBinPath was kept around for back-compat, but is no longer
needed. The extra import causes unnecessary build warnings.

See http://msdn.microsoft.com/en-us/library/bb397428.aspx for
a full discussion.
  • Loading branch information
haacked committed Jun 20, 2013
1 parent 9ee6d0e commit af93bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RestSharp/RestSharp.csproj
Expand Up @@ -180,7 +180,6 @@
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit af93bbb

Please sign in to comment.