diff --git a/SimpleDLNA/FormMain.cs b/SimpleDLNA/FormMain.cs index 5c9043e2..f2a23206 100644 --- a/SimpleDLNA/FormMain.cs +++ b/SimpleDLNA/FormMain.cs @@ -37,7 +37,7 @@ public partial class FormMain : Form, IAppender #if DEBUG private readonly FileInfo logFile = - new FileInfo(Path.Combine(cacheDir, "sdlna.dbg.log")); + new FileInfo(Path.Combine(CacheDir, "sdlna.dbg.log")); #else private readonly FileInfo logFile = new FileInfo(Path.Combine(CacheDir, "sdlna.log")); diff --git a/SimpleDLNA/SimpleDLNA.csproj b/SimpleDLNA/SimpleDLNA.csproj index 5246e611..aaced777 100644 --- a/SimpleDLNA/SimpleDLNA.csproj +++ b/SimpleDLNA/SimpleDLNA.csproj @@ -1,4 +1,4 @@ - + Debug @@ -72,6 +72,9 @@ sdlna.key.snk + + true + ..\packages\log4net.2.0.5\lib\net45-full\log4net.dll diff --git a/SimpleDLNA/StartUpUtilities.cs b/SimpleDLNA/StartupUtilities.cs similarity index 100% rename from SimpleDLNA/StartUpUtilities.cs rename to SimpleDLNA/StartupUtilities.cs diff --git a/server/Http/HttpClient.cs b/server/Http/HttpClient.cs index cf1628bc..4107c0d4 100644 --- a/server/Http/HttpClient.cs +++ b/server/Http/HttpClient.cs @@ -384,7 +384,7 @@ private void SetupResponse() } catch (HttpStatusException ex) { #if DEBUG - Warn(String.Format("{0} - Got a {2}: {1}", this, path, ex.Code), ex); + Warn(String.Format("{0} - Got a {2}: {1}", this, Path, ex.Code), ex); #else InfoFormat("{0} - Got a {2}: {1}", this, Path, ex.Code); #endif diff --git a/server/Http/HTTPServer.cs b/server/Http/HttpServer.cs similarity index 100% rename from server/Http/HTTPServer.cs rename to server/Http/HttpServer.cs diff --git a/server/Properties/Resources.resx b/server/Properties/Resources.resx index d12268d3..4e2472b8 100644 --- a/server/Properties/Resources.resx +++ b/server/Properties/Resources.resx @@ -1,4 +1,4 @@ - +