diff --git a/src/Directory.Build.props b/src/Directory.Build.props index b0d1ae3cc..246c8f5ad 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -16,7 +16,7 @@ - + diff --git a/src/SquirrelCli/SquirrelCli.csproj b/src/SquirrelCli/SquirrelCli.csproj index f2cfa764f..da244d866 100644 --- a/src/SquirrelCli/SquirrelCli.csproj +++ b/src/SquirrelCli/SquirrelCli.csproj @@ -20,16 +20,16 @@ - - + + - - + + diff --git a/src/Update/Update.csproj b/src/Update/Update.csproj index 7df5e9551..1c0fcb9a4 100644 --- a/src/Update/Update.csproj +++ b/src/Update/Update.csproj @@ -23,11 +23,11 @@ - + - - - + + + diff --git a/src/Update/Windows/User32SplashWindow.cs b/src/Update/Windows/User32SplashWindow.cs index 1fbf666a2..6234b4275 100644 --- a/src/Update/Windows/User32SplashWindow.cs +++ b/src/Update/Windows/User32SplashWindow.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Imaging; @@ -271,8 +271,8 @@ private void CreateWindow() _signal.Set(); // signal to calling thread that the window has been created using (StartGifAnimation()) { - bool bRet; - while ((bRet = GetMessage(out msg, HWND.NULL, 0, 0)) != false) { + int bRet; + while ((bRet = GetMessage(out msg, HWND.NULL, 0, 0)) != 0) { if (msg.message == (uint) WM_QUIT) break; diff --git a/test/Squirrel.Tests.csproj b/test/Squirrel.Tests.csproj index 4204728db..6e9252a2f 100644 --- a/test/Squirrel.Tests.csproj +++ b/test/Squirrel.Tests.csproj @@ -18,12 +18,12 @@ - + - - + + - +