From 2ba8a80e2c011abc0762e8fb47af1ce364242811 Mon Sep 17 00:00:00 2001 From: Victor Toni Date: Fri, 30 Jan 2015 23:55:59 +0100 Subject: [PATCH] * NuGet.targets: Adjustment for NuGet and MonoDevelop on Linux. * sdlna.csproj: * server.csproj: * thumbs.csproj: * packages.config: * fsserver.csproj: * SimpleDLNA.csproj: Adjustment of case sensitive NuGet paths on Linux. * Resources.resx: Adjustment of case sensitive resource paths on Linux. * util.csproj: Adjustment of case sensitive NuGet paths on Linux. Removing obsolete SQLite interop libraries --- .nuget/NuGet.targets | 9 +++++---- SimpleDLNA/SimpleDLNA.csproj | 2 +- fsserver/fsserver.csproj | 2 +- sdlna/sdlna.csproj | 2 +- server/Properties/Resources.resx | 22 +++++++++++----------- server/server.csproj | 2 +- thumbs/thumbs.csproj | 2 +- util/packages.config | 8 ++++---- util/util.csproj | 29 +++++++++-------------------- 9 files changed, 34 insertions(+), 44 deletions(-) diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets index bda5bea3..bbbf9863 100644 --- a/.nuget/NuGet.targets +++ b/.nuget/NuGet.targets @@ -4,13 +4,13 @@ $(MSBuildProjectDirectory)\..\ - false + true false - true + false false @@ -22,6 +22,7 @@ --> + @@ -34,13 +35,13 @@ $(SolutionDir).nuget - packages.config + $(ProjectDir)packages.config $(SolutionDir)packages - $(NuGetToolsPath)\nuget.exe + $(NuGetToolsPath)\NuGet.exe @(PackageSource) "$(NuGetExePath)" diff --git a/SimpleDLNA/SimpleDLNA.csproj b/SimpleDLNA/SimpleDLNA.csproj index 01136bc9..ea4f274b 100644 --- a/SimpleDLNA/SimpleDLNA.csproj +++ b/SimpleDLNA/SimpleDLNA.csproj @@ -229,7 +229,7 @@ - +