diff --git a/src/apphost-extract/apphost-extract/AppHostFile.cs b/src/apphost-extract/apphost-extract/AppHostFile.cs index ac3d4df..65d811d 100644 --- a/src/apphost-extract/apphost-extract/AppHostFile.cs +++ b/src/apphost-extract/apphost-extract/AppHostFile.cs @@ -12,8 +12,8 @@ namespace apphost_extract private FileStream FileStream; public AppHostFileHeader Header { get; set; } - private const int HEADER_OFFSET_PTR = 0x27600; + private const int HEADER_OFFSET_PTR = 0x27600; public AppHostFile(FileStream fileStream) { diff --git a/src/apphost-extract/apphost-extract/Program.cs b/src/apphost-extract/apphost-extract/Program.cs index 0291b4a..a051046 100644 --- a/src/apphost-extract/apphost-extract/Program.cs +++ b/src/apphost-extract/apphost-extract/Program.cs @@ -43,7 +43,7 @@ namespace apphost_extract } else { - Log.Fatal($"{args[0]} could not be found. Usage: {fileName} "); + Log.Fatal($"{args[0]} could not be found. Usage: {fileName} "); } } else diff --git a/src/apphost-extract/apphost-extract/apphost-extract.csproj b/src/apphost-extract/apphost-extract/apphost-extract.csproj index 54ad2a7..c8197cd 100644 --- a/src/apphost-extract/apphost-extract/apphost-extract.csproj +++ b/src/apphost-extract/apphost-extract/apphost-extract.csproj @@ -25,12 +25,13 @@ AnyCPU - pdbonly + none true bin\Release\ TRACE prompt 4 + false