-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNerdostat.sln
45 lines (45 loc) · 2.63 KB
/
Nerdostat.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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "api\API.csproj", "{C5DA4A3E-92FE-4ED5-8998-16CD834E22DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorClient", "webapp_blazor\BlazorClient.csproj", "{C99C193E-C34D-4CE9-AC41-427828040934}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Nerdostat.Shared", "shared\Nerdostat.Shared.shproj", "{22C4D92B-598E-47CA-93CE-7F65A54F1C33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerdostat.Device", "device_dotnet\Nerdostat.Device.csproj", "{78A79AD2-2D0B-475E-8F0E-EE9E548BCD62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5DA4A3E-92FE-4ED5-8998-16CD834E22DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5DA4A3E-92FE-4ED5-8998-16CD834E22DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5DA4A3E-92FE-4ED5-8998-16CD834E22DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5DA4A3E-92FE-4ED5-8998-16CD834E22DF}.Release|Any CPU.Build.0 = Release|Any CPU
{C99C193E-C34D-4CE9-AC41-427828040934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C99C193E-C34D-4CE9-AC41-427828040934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C99C193E-C34D-4CE9-AC41-427828040934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C99C193E-C34D-4CE9-AC41-427828040934}.Release|Any CPU.Build.0 = Release|Any CPU
{78A79AD2-2D0B-475E-8F0E-EE9E548BCD62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A79AD2-2D0B-475E-8F0E-EE9E548BCD62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A79AD2-2D0B-475E-8F0E-EE9E548BCD62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A79AD2-2D0B-475E-8F0E-EE9E548BCD62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84165B36-4814-486E-A954-3EC8CEB8E219}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
shared\Nerdostat.Shared.projitems*{22c4d92b-598e-47ca-93ce-7f65a54f1c33}*SharedItemsImports = 13
shared\Nerdostat.Shared.projitems*{78a79ad2-2d0b-475e-8f0e-ee9e548bcd62}*SharedItemsImports = 5
shared\Nerdostat.Shared.projitems*{c5da4a3e-92fe-4ed5-8998-16cd834e22df}*SharedItemsImports = 5
shared\Nerdostat.Shared.projitems*{c99c193e-c34d-4ce9-ac41-427828040934}*SharedItemsImports = 5
EndGlobalSection
EndGlobal