fixed faulty case in references to NuGet.exe and NuGet.targets

This commit is contained in:
gsnerf
2014-08-03 23:26:15 +02:00
parent 148261a48c
commit 2c61109c7b
7 changed files with 14 additions and 13 deletions

View File

@@ -481,7 +481,7 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
<!-- 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.
<Target Name="BeforeBuild">
@@ -489,4 +489,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>