@@ -18,7 +18,9 @@ EndProject
18
18
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{073444E3-56AE-4904-8EBD-DED0F9B54499}"
19
19
Project Section (SolutionItems ) = preProject
20
20
.editorconfig = .editorconfig
21
+ CONTRIBUTORS .md = CONTRIBUTORS .md
21
22
Directory .build .props = Directory .build .props
23
+ README .md = README .md
22
24
EndProject Section
23
25
EndProject
24
26
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".docker" , ".docker" , "{40662456-0D34-4F03-8568-A10372856F88}"
@@ -51,6 +53,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEM
51
53
.github \ISSUE _TEMPLATE \feature _request .md = .github \ISSUE _TEMPLATE \feature _request .md
52
54
EndProject Section
53
55
EndProject
56
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "integration-tests" , "integration-tests" , "{A54DFD05-45BA-4906-864E-2953046589E2}"
57
+ Project Section (SolutionItems ) = preProject
58
+ tests \integration -tests \combine -test -results .sh = tests \integration -tests \combine -test -results .sh
59
+ tests \integration -tests \docker -compose .yml = tests \integration -tests \docker -compose .yml
60
+ tests \integration -tests \readme .md = tests \integration -tests \readme .md
61
+ EndProject Section
62
+ EndProject
54
63
Global
55
64
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
56
65
Debug| Any CPU = Debug| Any CPU
@@ -91,6 +100,7 @@ Global
91
100
{36B3A784-1A43-4DDE-8BE9-18D198113729} = {073444E3-56AE-4904-8EBD-DED0F9B54499}
92
101
{3278905B-E0BB-4996-BC5A-EE6B9A04CFE6} = {36B3A784-1A43-4DDE-8BE9-18D198113729}
93
102
{8EA3D517-35C1-447F-8048-BF78A08FC7FD} = {36B3A784-1A43-4DDE-8BE9-18D198113729}
103
+ {A54DFD05-45BA-4906-864E-2953046589E2} = {073444E3-56AE-4904-8EBD-DED0F9B54499}
94
104
EndGlobalSection
95
105
GlobalSection (ExtensibilityGlobals ) = postSolution
96
106
SolutionGuid = {B5F4527D-CCCF-4487-9E2D-D324DF3552E8}
0 commit comments