-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfocaster.Telemetry.sln
37 lines (37 loc) · 2.18 KB
/
Infocaster.Telemetry.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infocaster.Telemetry.Api", "src\Infocaster.Telemetry.Api\Infocaster.Telemetry.Api.csproj", "{2720C1DB-025D-4F0E-8A71-71F4D4AE9829}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infocaster.Telemetry.Database", "src\Infocaster.Telemetry.Database\Infocaster.Telemetry.Database.csproj", "{64A1E460-D8B5-4883-A7A1-DEA4C80390D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infocaster.Telemetry.Dashboard", "src\Infocaster.Telemetry.Dashboard\Infocaster.Telemetry.Dashboard.csproj", "{7A8EF6FD-B84C-460E-8571-B211B690545F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2720C1DB-025D-4F0E-8A71-71F4D4AE9829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2720C1DB-025D-4F0E-8A71-71F4D4AE9829}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2720C1DB-025D-4F0E-8A71-71F4D4AE9829}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2720C1DB-025D-4F0E-8A71-71F4D4AE9829}.Release|Any CPU.Build.0 = Release|Any CPU
{64A1E460-D8B5-4883-A7A1-DEA4C80390D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64A1E460-D8B5-4883-A7A1-DEA4C80390D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64A1E460-D8B5-4883-A7A1-DEA4C80390D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64A1E460-D8B5-4883-A7A1-DEA4C80390D0}.Release|Any CPU.Build.0 = Release|Any CPU
{7A8EF6FD-B84C-460E-8571-B211B690545F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A8EF6FD-B84C-460E-8571-B211B690545F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A8EF6FD-B84C-460E-8571-B211B690545F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A8EF6FD-B84C-460E-8571-B211B690545F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8194B54-19F9-499E-A756-B3700EBD46A5}
EndGlobalSection
EndGlobal