-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTelemetry.UdpSystem.sln
More file actions
28 lines (28 loc) · 1.74 KB
/
Telemetry.UdpSystem.sln
File metadata and controls
28 lines (28 loc) · 1.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Telemetry.Server", "Telemetry.Server\Telemetry.Server.csproj", "{94C4CA71-CDF7-423D-B39F-4F11A3072F9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Telemetry.Agent", "Telemetry.Agent\Telemetry.Agent.csproj", "{F4AD6F83-41CA-4021-8440-6CA2F04F7896}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Telemetry.Core", "Telemetry.Core\Telemetry.Core.csproj", "{6316DE14-17D4-47C9-9518-327BDE25907F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94C4CA71-CDF7-423D-B39F-4F11A3072F9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94C4CA71-CDF7-423D-B39F-4F11A3072F9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94C4CA71-CDF7-423D-B39F-4F11A3072F9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94C4CA71-CDF7-423D-B39F-4F11A3072F9C}.Release|Any CPU.Build.0 = Release|Any CPU
{F4AD6F83-41CA-4021-8440-6CA2F04F7896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4AD6F83-41CA-4021-8440-6CA2F04F7896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4AD6F83-41CA-4021-8440-6CA2F04F7896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4AD6F83-41CA-4021-8440-6CA2F04F7896}.Release|Any CPU.Build.0 = Release|Any CPU
{6316DE14-17D4-47C9-9518-327BDE25907F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6316DE14-17D4-47C9-9518-327BDE25907F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6316DE14-17D4-47C9-9518-327BDE25907F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6316DE14-17D4-47C9-9518-327BDE25907F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal