-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathWaher.Mock.Temperature.csproj
More file actions
82 lines (80 loc) · 4.03 KB
/
Waher.Mock.Temperature.csproj
File metadata and controls
82 lines (80 loc) · 4.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>Waher.Mock.Temperature</Title>
<Description>Mock temperature sensor.</Description>
<Company>Waher Data AB</Company>
<Product>Waher.IoTGateway</Product>
<Copyright>Copyright © Waher Data AB 2015-2026. All rights reserved.</Copyright>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Content\Waher.Content\Waher.Content.csproj">
<Project>{03f3b861-5ef2-4d02-9ec2-aaa7374f5e58}</Project>
<Name>Waher.Content</Name>
</ProjectReference>
<ProjectReference Include="..\..\Events\Waher.Events.Console\Waher.Events.Console.csproj">
<Project>{549bb008-3bb9-4882-b5dc-782b58d2d7b4}</Project>
<Name>Waher.Events.Console</Name>
</ProjectReference>
<ProjectReference Include="..\..\Events\Waher.Events.XMPP\Waher.Events.XMPP.csproj">
<Project>{f3789e37-22a3-4103-9281-0e0ce193690e}</Project>
<Name>Waher.Events.XMPP</Name>
</ProjectReference>
<ProjectReference Include="..\..\Events\Waher.Events\Waher.Events.csproj">
<Project>{8ae9d52d-28cd-4f83-98de-b6a016f5c7ba}</Project>
<Name>Waher.Events</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking.XMPP.Chat\Waher.Networking.XMPP.Chat.csproj">
<Project>{570e55d2-8182-4bd3-bc12-b346a210611a}</Project>
<Name>Waher.Networking.XMPP.Chat</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking.XMPP.Concentrator\Waher.Networking.XMPP.Concentrator.csproj">
<Project>{adf456c6-dc01-460f-9270-dfa4385b92e0}</Project>
<Name>Waher.Networking.XMPP.Concentrator</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking.XMPP.Control\Waher.Networking.XMPP.Control.csproj">
<Project>{c5151b99-69e3-4ba1-9328-fba82facf159}</Project>
<Name>Waher.Networking.XMPP.Control</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking.XMPP.Interoperability\Waher.Networking.XMPP.Interoperability.csproj">
<Project>{9578f172-9272-4a71-b016-630afbbce1d4}</Project>
<Name>Waher.Networking.XMPP.Interoperability</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking.XMPP.Provisioning\Waher.Networking.XMPP.Provisioning.csproj">
<Project>{3cd1a7c7-7cd1-418d-a6cd-ba057b04ea42}</Project>
<Name>Waher.Networking.XMPP.Provisioning</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking.XMPP.Sensor\Waher.Networking.XMPP.Sensor.csproj">
<Project>{ac5aff6e-1d81-4142-95c5-472f615f3167}</Project>
<Name>Waher.Networking.XMPP.Sensor</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking.XMPP\Waher.Networking.XMPP.csproj">
<Project>{4d96e9bc-6fc0-4866-9e6b-3f5a30de1011}</Project>
<Name>Waher.Networking.XMPP</Name>
</ProjectReference>
<ProjectReference Include="..\..\Networking\Waher.Networking\Waher.Networking.csproj">
<Project>{9f60a3e1-ee96-4648-8970-76e67b086a63}</Project>
<Name>Waher.Networking</Name>
</ProjectReference>
<ProjectReference Include="..\..\Runtime\Waher.Runtime.Console\Waher.Runtime.Console.csproj">
<Project>{A93E546D-6CA5-4AA6-B9B7-3100B8D6467F}</Project>
<Name>Waher.Runtime.Console</Name>
</ProjectReference>
<ProjectReference Include="..\..\Runtime\Waher.Runtime.Queue\Waher.Runtime.Queue.csproj" />
<ProjectReference Include="..\..\Security\Waher.Security\Waher.Security.csproj">
<Project>{a248de37-d588-4a5c-b51b-b500c7caaf68}</Project>
<Name>Waher.Security</Name>
</ProjectReference>
<ProjectReference Include="..\..\Things\Waher.Things\Waher.Things.csproj">
<Project>{1659833d-9a9a-4147-9237-2ba8d96086bc}</Project>
<Name>Waher.Things</Name>
</ProjectReference>
<ProjectReference Include="..\Waher.Mock\Waher.Mock.csproj">
<Project>{3e5ef375-1080-44f9-9084-c32a0e9cbcf0}</Project>
<Name>Waher.Mock</Name>
</ProjectReference>
</ItemGroup>
</Project>