@@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
22
22
.editorconfig = .editorconfig
23
23
.gitignore = .gitignore
24
24
.prettierrc .yml = .prettierrc .yml
25
+ autoverify .ps1 = autoverify .ps1
25
26
collect -samples .ps1 = collect -samples .ps1
26
27
.github \dependabot .yml = .github \dependabot .yml
27
28
Directory .Build .props = Directory .Build .props
@@ -85,6 +86,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GqlPlus.GeneratorsTestBase"
85
86
EndProject
86
87
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GqlPlus.VerifyTestBase" , "test\GqlPlus.VerifyTestBase\GqlPlus.VerifyTestBase.csproj" , "{14F619F3-163D-43D5-B3A4-14817438274E}"
87
88
EndProject
89
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GqlPlus.Converter.Json" , "src\GqlPlus.Converter.Json\GqlPlus.Converter.Json.csproj" , "{B8D01714-3F6B-41D6-89F5-5F7056290ACF}"
90
+ EndProject
91
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GqlPlus.Converter.Json.ComponentTests" , "test\GqlPlus.Converter.Json.ComponentTests\GqlPlus.Converter.Json.ComponentTests.csproj" , "{3289A609-8CB0-495D-9D10-326D63BAA5F0}"
92
+ EndProject
93
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GqlPlus.Modeller.ComponentTestBase" , "test\GqlPlus.Modeller.ComponentTestBase\GqlPlus.Modeller.ComponentTestBase.csproj" , "{7A0D7D70-6533-442A-9FD1-29131DE207F4}"
94
+ EndProject
95
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GqlPlus.Converter.Yaml.ComponentTests" , "test\GqlPlus.Converter.Yaml.ComponentTests\GqlPlus.Converter.Yaml.ComponentTests.csproj" , "{8F67479F-A4B7-4574-B8EA-10C8E19DA2E4}"
96
+ EndProject
97
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GqlPlus.Converter.Yaml" , "src\GqlPlus.Converter.Yaml\GqlPlus.Converter.Yaml.csproj" , "{DF7D0CA6-48AE-460D-BCFF-B274D6D004BA}"
98
+ EndProject
88
99
Global
89
100
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
90
101
Debug| Any CPU = Debug| Any CPU
@@ -167,6 +178,26 @@ Global
167
178
{14F619F3-163D-43D5-B3A4-14817438274E} .Debug| Any CPU .Build .0 = Debug| Any CPU
168
179
{14F619F3-163D-43D5-B3A4-14817438274E} .Release| Any CPU .ActiveCfg = Release| Any CPU
169
180
{14F619F3-163D-43D5-B3A4-14817438274E} .Release| Any CPU .Build .0 = Release| Any CPU
181
+ {B8D01714-3F6B-41D6-89F5-5F7056290ACF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
182
+ {B8D01714-3F6B-41D6-89F5-5F7056290ACF} .Debug| Any CPU .Build .0 = Debug| Any CPU
183
+ {B8D01714-3F6B-41D6-89F5-5F7056290ACF} .Release| Any CPU .ActiveCfg = Release| Any CPU
184
+ {B8D01714-3F6B-41D6-89F5-5F7056290ACF} .Release| Any CPU .Build .0 = Release| Any CPU
185
+ {3289A609-8CB0-495D-9D10-326D63BAA5F0} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
186
+ {3289A609-8CB0-495D-9D10-326D63BAA5F0} .Debug| Any CPU .Build .0 = Debug| Any CPU
187
+ {3289A609-8CB0-495D-9D10-326D63BAA5F0} .Release| Any CPU .ActiveCfg = Release| Any CPU
188
+ {3289A609-8CB0-495D-9D10-326D63BAA5F0} .Release| Any CPU .Build .0 = Release| Any CPU
189
+ {7A0D7D70-6533-442A-9FD1-29131DE207F4} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
190
+ {7A0D7D70-6533-442A-9FD1-29131DE207F4} .Debug| Any CPU .Build .0 = Debug| Any CPU
191
+ {7A0D7D70-6533-442A-9FD1-29131DE207F4} .Release| Any CPU .ActiveCfg = Release| Any CPU
192
+ {7A0D7D70-6533-442A-9FD1-29131DE207F4} .Release| Any CPU .Build .0 = Release| Any CPU
193
+ {8F67479F-A4B7-4574-B8EA-10C8E19DA2E4} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
194
+ {8F67479F-A4B7-4574-B8EA-10C8E19DA2E4} .Debug| Any CPU .Build .0 = Debug| Any CPU
195
+ {8F67479F-A4B7-4574-B8EA-10C8E19DA2E4} .Release| Any CPU .ActiveCfg = Release| Any CPU
196
+ {8F67479F-A4B7-4574-B8EA-10C8E19DA2E4} .Release| Any CPU .Build .0 = Release| Any CPU
197
+ {DF7D0CA6-48AE-460D-BCFF-B274D6D004BA} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
198
+ {DF7D0CA6-48AE-460D-BCFF-B274D6D004BA} .Debug| Any CPU .Build .0 = Debug| Any CPU
199
+ {DF7D0CA6-48AE-460D-BCFF-B274D6D004BA} .Release| Any CPU .ActiveCfg = Release| Any CPU
200
+ {DF7D0CA6-48AE-460D-BCFF-B274D6D004BA} .Release| Any CPU .Build .0 = Release| Any CPU
170
201
EndGlobalSection
171
202
GlobalSection (SolutionProperties ) = preSolution
172
203
HideSolutionNode = FALSE
@@ -193,6 +224,11 @@ Global
193
224
{44D55F97-4EBA-48C8-A72C-7FBC12A44719} = {B834B2ED-0D27-4281-8523-B706B42DCC15}
194
225
{0336A900-AA73-4B44-99BD-B70A5B2D14D3} = {3B90AC37-1A6B-41AF-8490-E9D48E429ACD}
195
226
{14F619F3-163D-43D5-B3A4-14817438274E} = {3B90AC37-1A6B-41AF-8490-E9D48E429ACD}
227
+ {B8D01714-3F6B-41D6-89F5-5F7056290ACF} = {B834B2ED-0D27-4281-8523-B706B42DCC15}
228
+ {3289A609-8CB0-495D-9D10-326D63BAA5F0} = {3B90AC37-1A6B-41AF-8490-E9D48E429ACD}
229
+ {7A0D7D70-6533-442A-9FD1-29131DE207F4} = {3B90AC37-1A6B-41AF-8490-E9D48E429ACD}
230
+ {8F67479F-A4B7-4574-B8EA-10C8E19DA2E4} = {3B90AC37-1A6B-41AF-8490-E9D48E429ACD}
231
+ {DF7D0CA6-48AE-460D-BCFF-B274D6D004BA} = {B834B2ED-0D27-4281-8523-B706B42DCC15}
196
232
EndGlobalSection
197
233
GlobalSection (ExtensibilityGlobals ) = postSolution
198
234
SolutionGuid = {148B651C-DFAA-434F-B1ED-51E535FC2DE8}
0 commit comments