-
Notifications
You must be signed in to change notification settings - Fork 1
/
myNOC.WeatherLink.sln
57 lines (57 loc) · 3.3 KB
/
myNOC.WeatherLink.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
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{17D3AA63-E715-49E7-AE8C-D3516928E83C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4A5266F2-B531-4A43-AACC-82C5ED50F3CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "myNOC.WeatherLink", "src\myNOC.WeatherLink\myNOC.WeatherLink.csproj", "{7721062B-9255-4C2F-BF25-07D7960E2250}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "myNOC.Tests.WeatherLink", "tests\myNOC.Tests.WeatherLink\myNOC.Tests.WeatherLink.csproj", "{8FD35401-CCF5-4B19-A741-0D78C26911B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{93EC18BA-F0A4-4449-9C32-1D2CDA898EC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleConsoleApp", "samples\SampleConsoleApp\SampleConsoleApp.csproj", "{EE27C928-666E-4D95-9057-5CCB5DB499C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{D1A00290-05C5-4D17-AD93-C5EACB1CAF89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{935D9725-82A0-46EA-B6FE-8C64032C1608}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-tests.yml = .github\workflows\build-tests.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7721062B-9255-4C2F-BF25-07D7960E2250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7721062B-9255-4C2F-BF25-07D7960E2250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7721062B-9255-4C2F-BF25-07D7960E2250}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7721062B-9255-4C2F-BF25-07D7960E2250}.Release|Any CPU.Build.0 = Release|Any CPU
{8FD35401-CCF5-4B19-A741-0D78C26911B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FD35401-CCF5-4B19-A741-0D78C26911B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FD35401-CCF5-4B19-A741-0D78C26911B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FD35401-CCF5-4B19-A741-0D78C26911B9}.Release|Any CPU.Build.0 = Release|Any CPU
{EE27C928-666E-4D95-9057-5CCB5DB499C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE27C928-666E-4D95-9057-5CCB5DB499C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE27C928-666E-4D95-9057-5CCB5DB499C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE27C928-666E-4D95-9057-5CCB5DB499C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7721062B-9255-4C2F-BF25-07D7960E2250} = {17D3AA63-E715-49E7-AE8C-D3516928E83C}
{8FD35401-CCF5-4B19-A741-0D78C26911B9} = {4A5266F2-B531-4A43-AACC-82C5ED50F3CA}
{EE27C928-666E-4D95-9057-5CCB5DB499C8} = {93EC18BA-F0A4-4449-9C32-1D2CDA898EC3}
{935D9725-82A0-46EA-B6FE-8C64032C1608} = {D1A00290-05C5-4D17-AD93-C5EACB1CAF89}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31CC8835-50E6-4D49-84CE-864BB5FB820F}
EndGlobalSection
EndGlobal