Skip to content

Commit

Permalink
Add missing ref of MQTTnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Feb 5, 2024
1 parent b443f8d commit 047237b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/CompositeDevices.sln
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sensors.Camera.UsefulSensor
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyCodeReader_Sample", "Sensors.Camera.UsefulSensors.TinyCodeReader\Samples\TinyCodeReader_Sample\TinyCodeReader_Sample.csproj", "{A0C0F999-2D2D-4674-BA32-E244CC53D937}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MQTTnet", "..\..\MQTTnet\Source\MQTTnet\MQTTnet.csproj", "{6DD7AFF8-CDE5-436F-ACA5-835DFF5F1752}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -139,6 +141,10 @@ Global
{A0C0F999-2D2D-4674-BA32-E244CC53D937}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C0F999-2D2D-4674-BA32-E244CC53D937}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C0F999-2D2D-4674-BA32-E244CC53D937}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6DD7AFF8-CDE5-436F-ACA5-835DFF5F1752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD7AFF8-CDE5-436F-ACA5-835DFF5F1752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD7AFF8-CDE5-436F-ACA5-835DFF5F1752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD7AFF8-CDE5-436F-ACA5-835DFF5F1752}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -166,6 +172,7 @@ Global
{722B73EF-95E5-498F-8A95-FC2F62DF9B36} = {1B4743D8-E3B7-4466-9A66-266B91AB3676}
{D55D9CEE-0E03-43A5-8B8A-11B723C3D608} = {FCD85A86-0779-4AC3-A12C-91F3C0C5D161}
{A0C0F999-2D2D-4674-BA32-E244CC53D937} = {B155FD13-EEE6-40B3-9C3A-A0FEADCBE24F}
{6DD7AFF8-CDE5-436F-ACA5-835DFF5F1752} = {20E3A0B4-6103-4EAD-BD90-90C673E07DCC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF2FC8CE-57C6-468C-B82D-D8204E6D9360}
Expand Down

0 comments on commit 047237b

Please sign in to comment.