diff options
| author | gsnerf <gsnerf@gsnerf.de> | 2014-08-03 23:26:15 +0200 |
|---|---|---|
| committer | gsnerf <gsnerf@gsnerf.de> | 2014-08-03 23:26:15 +0200 |
| commit | 2c61109c7b68bdae6c16860337bf34c31224ffa0 (patch) | |
| tree | d3e532fc046d27b1b4eed173b1a4b59b3fdfbf9b /MediaBrowser.Server.Implementations | |
| parent | 148261a48c1d6058cfa5833f5278e7b0ccdba2fc (diff) | |
fixed faulty case in references to NuGet.exe and NuGet.targets
Diffstat (limited to 'MediaBrowser.Server.Implementations')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 214d4c6c7..9dd16e7c3 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -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>
\ No newline at end of file +</Project> |
