From c4faa9b6cc6d3fcaa72a780ed75de91f4e9098a0 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 22 Feb 2021 18:23:57 +0100 Subject: [PATCH] Fix full recompile issue... --- .../Thermo.Active.CmsConnectGateway.csproj | 4 ++-- Thermo.Active.CmsConnectGateway/app.config | 2 +- .../packages.config | 2 +- Thermo.Active.Core/app.config | 6 ++++- Thermo.Active.Database/App.config | 6 ++++- .../Thermo.Active.Database.csproj | 4 ++-- Thermo.Active.Database/packages.config | 2 +- Thermo.Active.NC/app.config | 6 ++++- Thermo.Active.UI/app.config | 6 ++++- Thermo.Active.sln | 2 +- Thermo.Active/App.config | 14 +++++++++-- Thermo.Active/Thermo.Active.csproj | 23 ++++++++++--------- Thermo.Active/packages.config | 4 ++-- 13 files changed, 54 insertions(+), 27 deletions(-) diff --git a/Thermo.Active.CmsConnectGateway/Thermo.Active.CmsConnectGateway.csproj b/Thermo.Active.CmsConnectGateway/Thermo.Active.CmsConnectGateway.csproj index 7aa36ef9..ce4c6c21 100644 --- a/Thermo.Active.CmsConnectGateway/Thermo.Active.CmsConnectGateway.csproj +++ b/Thermo.Active.CmsConnectGateway/Thermo.Active.CmsConnectGateway.csproj @@ -79,8 +79,8 @@ ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll diff --git a/Thermo.Active.CmsConnectGateway/app.config b/Thermo.Active.CmsConnectGateway/app.config index 2bebb680..55fc1dc3 100644 --- a/Thermo.Active.CmsConnectGateway/app.config +++ b/Thermo.Active.CmsConnectGateway/app.config @@ -8,7 +8,7 @@ - + diff --git a/Thermo.Active.CmsConnectGateway/packages.config b/Thermo.Active.CmsConnectGateway/packages.config index f8420e4c..70e9d987 100644 --- a/Thermo.Active.CmsConnectGateway/packages.config +++ b/Thermo.Active.CmsConnectGateway/packages.config @@ -14,7 +14,7 @@ - + diff --git a/Thermo.Active.Core/app.config b/Thermo.Active.Core/app.config index ae51a6e2..167a0b5a 100644 --- a/Thermo.Active.Core/app.config +++ b/Thermo.Active.Core/app.config @@ -28,7 +28,7 @@ - + @@ -38,6 +38,10 @@ + + + + \ No newline at end of file diff --git a/Thermo.Active.Database/App.config b/Thermo.Active.Database/App.config index c74e0b00..6f6e5260 100644 --- a/Thermo.Active.Database/App.config +++ b/Thermo.Active.Database/App.config @@ -47,7 +47,7 @@ - + @@ -57,6 +57,10 @@ + + + + \ No newline at end of file diff --git a/Thermo.Active.Database/Thermo.Active.Database.csproj b/Thermo.Active.Database/Thermo.Active.Database.csproj index 8608f3ea..be50a82c 100644 --- a/Thermo.Active.Database/Thermo.Active.Database.csproj +++ b/Thermo.Active.Database/Thermo.Active.Database.csproj @@ -95,8 +95,8 @@ ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll diff --git a/Thermo.Active.Database/packages.config b/Thermo.Active.Database/packages.config index 30080c40..787bbdf6 100644 --- a/Thermo.Active.Database/packages.config +++ b/Thermo.Active.Database/packages.config @@ -16,7 +16,7 @@ - + diff --git a/Thermo.Active.NC/app.config b/Thermo.Active.NC/app.config index ae51a6e2..167a0b5a 100644 --- a/Thermo.Active.NC/app.config +++ b/Thermo.Active.NC/app.config @@ -28,7 +28,7 @@ - + @@ -38,6 +38,10 @@ + + + + \ No newline at end of file diff --git a/Thermo.Active.UI/app.config b/Thermo.Active.UI/app.config index ae51a6e2..167a0b5a 100644 --- a/Thermo.Active.UI/app.config +++ b/Thermo.Active.UI/app.config @@ -28,7 +28,7 @@ - + @@ -38,6 +38,10 @@ + + + + \ No newline at end of file diff --git a/Thermo.Active.sln b/Thermo.Active.sln index 4f38c9cf..8e69cb33 100644 --- a/Thermo.Active.sln +++ b/Thermo.Active.sln @@ -44,7 +44,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMS_CORE_Library", "..\cms_ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client2020", "Client2020\Client2020.csproj", "{0780047F-12E4-4FCC-9748-6B23F0FD3711}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thermo.Active.Thermocamera", "THermo.Active.Thermocamera\Thermo.Active.Thermocamera.csproj", "{8D8EC91A-3A15-4A1D-951B-A35E7068DEBD}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thermo.Active.Thermocamera", "Thermo.Active.Thermocamera\Thermo.Active.Thermocamera.csproj", "{8D8EC91A-3A15-4A1D-951B-A35E7068DEBD}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thermo.Cam.Utils", "Thermo.Cam.Utils\Thermo.Cam.Utils.csproj", "{E4587942-498B-4AA7-9CC9-9304EB2D05C8}" EndProject diff --git a/Thermo.Active/App.config b/Thermo.Active/App.config index 9f914b44..2fd2cc3f 100644 --- a/Thermo.Active/App.config +++ b/Thermo.Active/App.config @@ -85,7 +85,7 @@ - + @@ -115,6 +115,10 @@ + + + + @@ -195,4 +199,10 @@ - \ No newline at end of file + + + + + + + diff --git a/Thermo.Active/Thermo.Active.csproj b/Thermo.Active/Thermo.Active.csproj index ec50d299..202e4f8b 100644 --- a/Thermo.Active/Thermo.Active.csproj +++ b/Thermo.Active/Thermo.Active.csproj @@ -1,8 +1,7 @@  + - - Debug @@ -36,6 +35,7 @@ false false true + true @@ -79,8 +79,8 @@ ..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll - - ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll @@ -16507,13 +16507,6 @@ - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - -