-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMetarDecoder.sln
More file actions
80 lines (80 loc) · 4.7 KB
/
Copy pathMetarDecoder.sln
File metadata and controls
80 lines (80 loc) · 4.7 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{32A5342F-C74B-4164-8D1B-BBFE4FAAE96F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7EE5F2B8-6E98-4102-BF6A-A79A5C43DD98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution-items", "solution-items", "{54033303-4A4F-43BB-B78B-C112804E7CC8}"
ProjectSection(SolutionItems) = preProject
src\Metar.Decoder\EAF.ico = src\Metar.Decoder\EAF.ico
src\Metar.Decoder\EAF.png = src\Metar.Decoder\EAF.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Metar.Decoder", "src\Metar.Decoder\Metar.Decoder.csproj", "{6BB1EBAA-BA8D-4EB9-BCED-B8107C095C32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Metar.Decoder.Tests", "tests\Metar.Decoder.Tests\Metar.Decoder.Tests.csproj", "{D77C299F-C1D2-4430-8A51-75040AD96A23}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{800103E6-6B75-4E98-A57F-155A8876A893}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{A513FE32-7915-4773-BBC0-AFF59D002919}"
ProjectSection(SolutionItems) = preProject
.github\workflows\auto-pr-from-main.yml = .github\workflows\auto-pr-from-main.yml
.github\workflows\ci-build-test.yml = .github\workflows\ci-build-test.yml
.github\workflows\code-quality.yml = .github\workflows\code-quality.yml
.github\workflows\opencode.yml = .github\workflows\opencode.yml
.github\workflows\opencode-auto-fix.yml = .github\workflows\opencode-auto-fix.yml
.github\workflows\publish-all.yml = .github\workflows\publish-all.yml
.github\workflows\security-scan.yml = .github\workflows\security-scan.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Taf.Decoder", "src\Taf.Decoder\Taf.Decoder.csproj", "{AE66DEE5-5224-49D7-B951-482A349B207E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Taf.Decoder.Tests", "tests\Taf.Decoder.Tests\Taf.Decoder.Tests.csproj", "{C58B6E7C-0006-4B88-9DA6-9AEC49A99063}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BB1EBAA-BA8D-4EB9-BCED-B8107C095C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BB1EBAA-BA8D-4EB9-BCED-B8107C095C32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BB1EBAA-BA8D-4EB9-BCED-B8107C095C32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BB1EBAA-BA8D-4EB9-BCED-B8107C095C32}.Release|Any CPU.Build.0 = Release|Any CPU
{D77C299F-C1D2-4430-8A51-75040AD96A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D77C299F-C1D2-4430-8A51-75040AD96A23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D77C299F-C1D2-4430-8A51-75040AD96A23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D77C299F-C1D2-4430-8A51-75040AD96A23}.Release|Any CPU.Build.0 = Release|Any CPU
{AE66DEE5-5224-49D7-B951-482A349B207E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE66DEE5-5224-49D7-B951-482A349B207E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE66DEE5-5224-49D7-B951-482A349B207E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE66DEE5-5224-49D7-B951-482A349B207E}.Release|Any CPU.Build.0 = Release|Any CPU
{C58B6E7C-0006-4B88-9DA6-9AEC49A99063}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C58B6E7C-0006-4B88-9DA6-9AEC49A99063}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C58B6E7C-0006-4B88-9DA6-9AEC49A99063}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C58B6E7C-0006-4B88-9DA6-9AEC49A99063}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6BB1EBAA-BA8D-4EB9-BCED-B8107C095C32} = {32A5342F-C74B-4164-8D1B-BBFE4FAAE96F}
{D77C299F-C1D2-4430-8A51-75040AD96A23} = {7EE5F2B8-6E98-4102-BF6A-A79A5C43DD98}
{800103E6-6B75-4E98-A57F-155A8876A893} = {54033303-4A4F-43BB-B78B-C112804E7CC8}
{A513FE32-7915-4773-BBC0-AFF59D002919} = {800103E6-6B75-4E98-A57F-155A8876A893}
{AE66DEE5-5224-49D7-B951-482A349B207E} = {32A5342F-C74B-4164-8D1B-BBFE4FAAE96F}
{C58B6E7C-0006-4B88-9DA6-9AEC49A99063} = {7EE5F2B8-6E98-4102-BF6A-A79A5C43DD98}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1E6DD78-3C62-4061-9E6A-A389DAA177B0}
EndGlobalSection
EndGlobal