@@ -7,6 +7,25 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.Test", "src\Atc.Test\At
7
7
EndProject
8
8
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Atc.Test.Tests" , "test\Atc.Test.Tests\Atc.Test.Tests.csproj" , "{FE44F21D-22E5-47ED-A551-74AF79E23C89}"
9
9
EndProject
10
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".config" , ".config" , "{23CF9054-75B8-4E9E-A252-52C5C1455ECA}"
11
+ Project Section (SolutionItems ) = preProject
12
+ .editorconfig = .editorconfig
13
+ Directory .Build .props = Directory .Build .props
14
+ README .md = README .md
15
+ EndProject Section
16
+ EndProject
17
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{2E82F528-471D-4451-ADD9-C0AF97692C8D}"
18
+ Project Section (SolutionItems ) = preProject
19
+ src \.editorconfig = src \.editorconfig
20
+ src \Directory .Build .props = src \Directory .Build .props
21
+ EndProject Section
22
+ EndProject
23
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{4B46C47D-DE74-4FA4-9A27-4CBCB354AE05}"
24
+ Project Section (SolutionItems ) = preProject
25
+ test \.editorconfig = test \.editorconfig
26
+ test \Directory .Build .props = test \Directory .Build .props
27
+ EndProject Section
28
+ EndProject
10
29
Global
11
30
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
12
31
Debug| Any CPU = Debug| Any CPU
@@ -45,6 +64,10 @@ Global
45
64
GlobalSection (SolutionProperties ) = preSolution
46
65
HideSolutionNode = FALSE
47
66
EndGlobalSection
67
+ GlobalSection (NestedProjects ) = preSolution
68
+ {7E15F9B0-040B-454B-BD29-E0A0CBC3473B} = {2E82F528-471D-4451-ADD9-C0AF97692C8D}
69
+ {FE44F21D-22E5-47ED-A551-74AF79E23C89} = {4B46C47D-DE74-4FA4-9A27-4CBCB354AE05}
70
+ EndGlobalSection
48
71
GlobalSection (ExtensibilityGlobals ) = postSolution
49
72
SolutionGuid = {5E657CBB-3A3C-4C41-B832-7ACE196175AD}
50
73
EndGlobalSection
0 commit comments