Ridenominazione progetto Thermo.CamSetup e Utils

This commit is contained in:
Samuele E. Locatelli
2021-02-18 17:12:21 +01:00
parent 4280254535
commit a2c019837a
42 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThermalImageStreamerDemo", "ThermalImageStreamerDemo\ThermalImageStreamerDemo.csproj", "{009978D9-A2D0-4354-A4C1-E181D7F34919}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThermalImageStreamerDemo", "Thermo.Cam.Setup\Thermo.Cam.Setup.csproj", "{009978D9-A2D0-4354-A4C1-E181D7F34919}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThermoCamUtils", "ThermoCamUtils\ThermoCamUtils.csproj", "{E4587942-498B-4AA7-9CC9-9304EB2D05C8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thermo.Cam.Utils", "Thermo.Cam.Utils\Thermo.Cam.Utils.csproj", "{E4587942-498B-4AA7-9CC9-9304EB2D05C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 824 B

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 824 B

@@ -146,7 +146,7 @@
<None Include="ThermoConf-AX5.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ThermoCamUtils\ThermoCamUtils.csproj">
<ProjectReference Include="..\Thermo.Cam.Utils\Thermo.Cam.Utils.csproj">
<Project>{e4587942-498b-4aa7-9cc9-9304eb2d05c8}</Project>
<Name>ThermoCamUtils</Name>
</ProjectReference>
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
public class DiscoveryHelper
{
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
public enum pointList
{
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
/// <summary>
/// Gestione tempi esecuzione
@@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
public class IRCam
{
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
public class MeasurePoint
{
@@ -5,7 +5,7 @@ using System.Drawing;
using System.Linq;
using System.Text;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
public class PerspectiveTransform
{
@@ -7,7 +7,7 @@ using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
public class ReColorize
{
@@ -14,7 +14,7 @@ using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading.Tasks;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
/// <summary>
/// Classe gestione aree di memoria immagini (thermo, trasformate, ...)
@@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThermoCamUtils
namespace Thermo.Cam.Utils
{
public class RangeVal
{