@@ -117,6 +117,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Diagnostics", "Diagnostics"
117
117
src \InternalUtilities \src \Diagnostics \RequiresUnreferencedCodeAttribute .cs = src \InternalUtilities \src \Diagnostics \RequiresUnreferencedCodeAttribute .cs
118
118
src \InternalUtilities \src \Diagnostics \UnconditionalSuppressMessageAttribute .cs = src \InternalUtilities \src \Diagnostics \UnconditionalSuppressMessageAttribute .cs
119
119
src \InternalUtilities \src \Diagnostics \Verify .cs = src \InternalUtilities \src \Diagnostics \Verify .cs
120
+ src \InternalUtilities \src \Diagnostics \UnreachableException .cs = src \InternalUtilities \src \Diagnostics \UnreachableException .cs
120
121
EndProject Section
121
122
EndProject
122
123
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Linq" , "Linq" , "{B00AD427-0047-4850-BEF9-BA8237EA9D8B}"
@@ -140,6 +141,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "System", "System", "{3CDE10
140
141
src \InternalUtilities \src \System \InternalTypeConverter .cs = src \InternalUtilities \src \System \InternalTypeConverter .cs
141
142
src \InternalUtilities \src \System \NonNullCollection .cs = src \InternalUtilities \src \System \NonNullCollection .cs
142
143
src \InternalUtilities \src \System \TypeConverterFactory .cs = src \InternalUtilities \src \System \TypeConverterFactory .cs
144
+ src \InternalUtilities \src \System \IndexRange .cs = src \InternalUtilities \src \System \IndexRange .cs
143
145
EndProject Section
144
146
EndProject
145
147
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Type" , "Type" , "{E85EA4D0-BB7E-4DFD-882F-A76EB8C0B8FF}"
@@ -439,6 +441,38 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sk-chatgpt-azure-function",
439
441
EndProject
440
442
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "kernel-functions-generator" , "samples\Demos\CreateChatGptPlugin\MathPlugin\kernel-functions-generator\kernel-functions-generator.csproj" , "{78785CB1-66CF-4895-D7E5-A440DD84BE86}"
441
443
EndProject
444
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Agents.AzureAI" , "src\Agents\AzureAI\Agents.AzureAI.csproj" , "{EA35F1B5-9148-4189-BE34-5E00AED56D65}"
445
+ EndProject
446
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Plugins.AI" , "src\Plugins\Plugins.AI\Plugins.AI.csproj" , "{0C64EC81-8116-4388-87AD-BA14D4B59974}"
447
+ EndProject
448
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Plugins.AI.UnitTests" , "src\Plugins\Plugins.AI.UnitTests\Plugins.AI.UnitTests.csproj" , "{03ACF9DD-00C9-4F2B-80F1-537E2151AF5F}"
449
+ EndProject
450
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Connectors.Postgres.UnitTests" , "src\Connectors\Connectors.Postgres.UnitTests\Connectors.Postgres.UnitTests.csproj" , "{2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC}"
451
+ EndProject
452
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "VectorDataIntegrationTests" , "VectorDataIntegrationTests" , "{4F381919-F1BE-47D8-8558-3187ED04A84F}"
453
+ EndProject
454
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "QdrantIntegrationTests" , "src\VectorDataIntegrationTests\QdrantIntegrationTests\QdrantIntegrationTests.csproj" , "{27D33AB3-4DFF-48BC-8D76-FB2CDF90B707}"
455
+ EndProject
456
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "VectorDataIntegrationTests" , "src\VectorDataIntegrationTests\VectorDataIntegrationTests\VectorDataIntegrationTests.csproj" , "{B29A972F-A774-4140-AECF-6B577C476627}"
457
+ EndProject
458
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "RedisIntegrationTests" , "src\VectorDataIntegrationTests\RedisIntegrationTests\RedisIntegrationTests.csproj" , "{F7EA82A4-A626-4316-AA47-EAC3A0E85870}"
459
+ EndProject
460
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "PostgresIntegrationTests" , "src\VectorDataIntegrationTests\PostgresIntegrationTests\PostgresIntegrationTests.csproj" , "{3148FF01-38C7-4BEB-8CEC-9323EC7C593B}"
461
+ EndProject
462
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "InMemoryIntegrationTests" , "src\VectorDataIntegrationTests\InMemoryIntegrationTests\InMemoryIntegrationTests.csproj" , "{F5126690-0FD1-4777-9EDF-B3F5B7B3730B}"
463
+ EndProject
464
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "CosmosNoSQLIntegrationTests" , "src\VectorDataIntegrationTests\CosmosNoSQLIntegrationTests\CosmosNoSQLIntegrationTests.csproj" , "{E200425C-E501-430C-8A8B-BC0088BD94DB}"
465
+ EndProject
466
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "SqliteIntegrationTests" , "src\VectorDataIntegrationTests\SqliteIntegrationTests\SqliteIntegrationTests.csproj" , "{709B3933-5286-4139-8D83-8C7AA5746FAE}"
467
+ EndProject
468
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "WeaviateIntegrationTests" , "src\VectorDataIntegrationTests\WeaviateIntegrationTests\WeaviateIntegrationTests.csproj" , "{E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F}"
469
+ EndProject
470
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "MongoDBIntegrationTests" , "src\VectorDataIntegrationTests\MongoDBIntegrationTests\MongoDBIntegrationTests.csproj" , "{A0E65043-6B00-4836-850F-000A52238914}"
471
+ EndProject
472
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "CosmosMongoDBIntegrationTests" , "src\VectorDataIntegrationTests\CosmosMongoDBIntegrationTests\CosmosMongoDBIntegrationTests.csproj" , "{11DFBF14-6FBA-41F0-B7F3-A288952D6FDB}"
473
+ EndProject
474
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "AzureAISearchIntegrationTests" , "src\VectorDataIntegrationTests\AzureAISearchIntegrationTests\AzureAISearchIntegrationTests.csproj" , "{06181F0F-A375-43AE-B45F-73CBCFC30C14}"
475
+ EndProject
442
476
Global
443
477
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
444
478
Debug| Any CPU = Debug| Any CPU
@@ -1172,6 +1206,96 @@ Global
1172
1206
{78785CB1-66CF-4895-D7E5-A440DD84BE86} .Publish| Any CPU .Build .0 = Debug| Any CPU
1173
1207
{78785CB1-66CF-4895-D7E5-A440DD84BE86} .Release| Any CPU .ActiveCfg = Release| Any CPU
1174
1208
{78785CB1-66CF-4895-D7E5-A440DD84BE86} .Release| Any CPU .Build .0 = Release| Any CPU
1209
+ {EA35F1B5-9148-4189-BE34-5E00AED56D65} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1210
+ {EA35F1B5-9148-4189-BE34-5E00AED56D65} .Debug| Any CPU .Build .0 = Debug| Any CPU
1211
+ {EA35F1B5-9148-4189-BE34-5E00AED56D65} .Publish| Any CPU .ActiveCfg = Publish| Any CPU
1212
+ {EA35F1B5-9148-4189-BE34-5E00AED56D65} .Publish| Any CPU .Build .0 = Publish| Any CPU
1213
+ {EA35F1B5-9148-4189-BE34-5E00AED56D65} .Release| Any CPU .ActiveCfg = Release| Any CPU
1214
+ {EA35F1B5-9148-4189-BE34-5E00AED56D65} .Release| Any CPU .Build .0 = Release| Any CPU
1215
+ {0C64EC81-8116-4388-87AD-BA14D4B59974} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1216
+ {0C64EC81-8116-4388-87AD-BA14D4B59974} .Debug| Any CPU .Build .0 = Debug| Any CPU
1217
+ {0C64EC81-8116-4388-87AD-BA14D4B59974} .Publish| Any CPU .ActiveCfg = Publish| Any CPU
1218
+ {0C64EC81-8116-4388-87AD-BA14D4B59974} .Publish| Any CPU .Build .0 = Publish| Any CPU
1219
+ {0C64EC81-8116-4388-87AD-BA14D4B59974} .Release| Any CPU .ActiveCfg = Release| Any CPU
1220
+ {0C64EC81-8116-4388-87AD-BA14D4B59974} .Release| Any CPU .Build .0 = Release| Any CPU
1221
+ {03ACF9DD-00C9-4F2B-80F1-537E2151AF5F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1222
+ {03ACF9DD-00C9-4F2B-80F1-537E2151AF5F} .Debug| Any CPU .Build .0 = Debug| Any CPU
1223
+ {03ACF9DD-00C9-4F2B-80F1-537E2151AF5F} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1224
+ {03ACF9DD-00C9-4F2B-80F1-537E2151AF5F} .Publish| Any CPU .Build .0 = Debug| Any CPU
1225
+ {03ACF9DD-00C9-4F2B-80F1-537E2151AF5F} .Release| Any CPU .ActiveCfg = Release| Any CPU
1226
+ {03ACF9DD-00C9-4F2B-80F1-537E2151AF5F} .Release| Any CPU .Build .0 = Release| Any CPU
1227
+ {2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1228
+ {2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC} .Debug| Any CPU .Build .0 = Debug| Any CPU
1229
+ {2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1230
+ {2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC} .Publish| Any CPU .Build .0 = Debug| Any CPU
1231
+ {2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC} .Release| Any CPU .ActiveCfg = Release| Any CPU
1232
+ {2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC} .Release| Any CPU .Build .0 = Release| Any CPU
1233
+ {27D33AB3-4DFF-48BC-8D76-FB2CDF90B707} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1234
+ {27D33AB3-4DFF-48BC-8D76-FB2CDF90B707} .Debug| Any CPU .Build .0 = Debug| Any CPU
1235
+ {27D33AB3-4DFF-48BC-8D76-FB2CDF90B707} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1236
+ {27D33AB3-4DFF-48BC-8D76-FB2CDF90B707} .Publish| Any CPU .Build .0 = Debug| Any CPU
1237
+ {27D33AB3-4DFF-48BC-8D76-FB2CDF90B707} .Release| Any CPU .ActiveCfg = Release| Any CPU
1238
+ {27D33AB3-4DFF-48BC-8D76-FB2CDF90B707} .Release| Any CPU .Build .0 = Release| Any CPU
1239
+ {B29A972F-A774-4140-AECF-6B577C476627} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1240
+ {B29A972F-A774-4140-AECF-6B577C476627} .Debug| Any CPU .Build .0 = Debug| Any CPU
1241
+ {B29A972F-A774-4140-AECF-6B577C476627} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1242
+ {B29A972F-A774-4140-AECF-6B577C476627} .Publish| Any CPU .Build .0 = Debug| Any CPU
1243
+ {B29A972F-A774-4140-AECF-6B577C476627} .Release| Any CPU .ActiveCfg = Release| Any CPU
1244
+ {B29A972F-A774-4140-AECF-6B577C476627} .Release| Any CPU .Build .0 = Release| Any CPU
1245
+ {F7EA82A4-A626-4316-AA47-EAC3A0E85870} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1246
+ {F7EA82A4-A626-4316-AA47-EAC3A0E85870} .Debug| Any CPU .Build .0 = Debug| Any CPU
1247
+ {F7EA82A4-A626-4316-AA47-EAC3A0E85870} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1248
+ {F7EA82A4-A626-4316-AA47-EAC3A0E85870} .Publish| Any CPU .Build .0 = Debug| Any CPU
1249
+ {F7EA82A4-A626-4316-AA47-EAC3A0E85870} .Release| Any CPU .ActiveCfg = Release| Any CPU
1250
+ {F7EA82A4-A626-4316-AA47-EAC3A0E85870} .Release| Any CPU .Build .0 = Release| Any CPU
1251
+ {3148FF01-38C7-4BEB-8CEC-9323EC7C593B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1252
+ {3148FF01-38C7-4BEB-8CEC-9323EC7C593B} .Debug| Any CPU .Build .0 = Debug| Any CPU
1253
+ {3148FF01-38C7-4BEB-8CEC-9323EC7C593B} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1254
+ {3148FF01-38C7-4BEB-8CEC-9323EC7C593B} .Publish| Any CPU .Build .0 = Debug| Any CPU
1255
+ {3148FF01-38C7-4BEB-8CEC-9323EC7C593B} .Release| Any CPU .ActiveCfg = Release| Any CPU
1256
+ {3148FF01-38C7-4BEB-8CEC-9323EC7C593B} .Release| Any CPU .Build .0 = Release| Any CPU
1257
+ {F5126690-0FD1-4777-9EDF-B3F5B7B3730B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1258
+ {F5126690-0FD1-4777-9EDF-B3F5B7B3730B} .Debug| Any CPU .Build .0 = Debug| Any CPU
1259
+ {F5126690-0FD1-4777-9EDF-B3F5B7B3730B} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1260
+ {F5126690-0FD1-4777-9EDF-B3F5B7B3730B} .Publish| Any CPU .Build .0 = Debug| Any CPU
1261
+ {F5126690-0FD1-4777-9EDF-B3F5B7B3730B} .Release| Any CPU .ActiveCfg = Release| Any CPU
1262
+ {F5126690-0FD1-4777-9EDF-B3F5B7B3730B} .Release| Any CPU .Build .0 = Release| Any CPU
1263
+ {E200425C-E501-430C-8A8B-BC0088BD94DB} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1264
+ {E200425C-E501-430C-8A8B-BC0088BD94DB} .Debug| Any CPU .Build .0 = Debug| Any CPU
1265
+ {E200425C-E501-430C-8A8B-BC0088BD94DB} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1266
+ {E200425C-E501-430C-8A8B-BC0088BD94DB} .Publish| Any CPU .Build .0 = Debug| Any CPU
1267
+ {E200425C-E501-430C-8A8B-BC0088BD94DB} .Release| Any CPU .ActiveCfg = Release| Any CPU
1268
+ {E200425C-E501-430C-8A8B-BC0088BD94DB} .Release| Any CPU .Build .0 = Release| Any CPU
1269
+ {709B3933-5286-4139-8D83-8C7AA5746FAE} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1270
+ {709B3933-5286-4139-8D83-8C7AA5746FAE} .Debug| Any CPU .Build .0 = Debug| Any CPU
1271
+ {709B3933-5286-4139-8D83-8C7AA5746FAE} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1272
+ {709B3933-5286-4139-8D83-8C7AA5746FAE} .Publish| Any CPU .Build .0 = Debug| Any CPU
1273
+ {709B3933-5286-4139-8D83-8C7AA5746FAE} .Release| Any CPU .ActiveCfg = Release| Any CPU
1274
+ {709B3933-5286-4139-8D83-8C7AA5746FAE} .Release| Any CPU .Build .0 = Release| Any CPU
1275
+ {E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1276
+ {E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F} .Debug| Any CPU .Build .0 = Debug| Any CPU
1277
+ {E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1278
+ {E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F} .Publish| Any CPU .Build .0 = Debug| Any CPU
1279
+ {E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F} .Release| Any CPU .ActiveCfg = Release| Any CPU
1280
+ {E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F} .Release| Any CPU .Build .0 = Release| Any CPU
1281
+ {A0E65043-6B00-4836-850F-000A52238914} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1282
+ {A0E65043-6B00-4836-850F-000A52238914} .Debug| Any CPU .Build .0 = Debug| Any CPU
1283
+ {A0E65043-6B00-4836-850F-000A52238914} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1284
+ {A0E65043-6B00-4836-850F-000A52238914} .Publish| Any CPU .Build .0 = Debug| Any CPU
1285
+ {A0E65043-6B00-4836-850F-000A52238914} .Release| Any CPU .ActiveCfg = Release| Any CPU
1286
+ {A0E65043-6B00-4836-850F-000A52238914} .Release| Any CPU .Build .0 = Release| Any CPU
1287
+ {11DFBF14-6FBA-41F0-B7F3-A288952D6FDB} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1288
+ {11DFBF14-6FBA-41F0-B7F3-A288952D6FDB} .Debug| Any CPU .Build .0 = Debug| Any CPU
1289
+ {11DFBF14-6FBA-41F0-B7F3-A288952D6FDB} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1290
+ {11DFBF14-6FBA-41F0-B7F3-A288952D6FDB} .Publish| Any CPU .Build .0 = Debug| Any CPU
1291
+ {11DFBF14-6FBA-41F0-B7F3-A288952D6FDB} .Release| Any CPU .ActiveCfg = Release| Any CPU
1292
+ {11DFBF14-6FBA-41F0-B7F3-A288952D6FDB} .Release| Any CPU .Build .0 = Release| Any CPU
1293
+ {06181F0F-A375-43AE-B45F-73CBCFC30C14} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1294
+ {06181F0F-A375-43AE-B45F-73CBCFC30C14} .Debug| Any CPU .Build .0 = Debug| Any CPU
1295
+ {06181F0F-A375-43AE-B45F-73CBCFC30C14} .Publish| Any CPU .ActiveCfg = Debug| Any CPU
1296
+ {06181F0F-A375-43AE-B45F-73CBCFC30C14} .Publish| Any CPU .Build .0 = Debug| Any CPU
1297
+ {06181F0F-A375-43AE-B45F-73CBCFC30C14} .Release| Any CPU .ActiveCfg = Release| Any CPU
1298
+ {06181F0F-A375-43AE-B45F-73CBCFC30C14} .Release| Any CPU .Build .0 = Release| Any CPU
1175
1299
EndGlobalSection
1176
1300
GlobalSection (SolutionProperties ) = preSolution
1177
1301
HideSolutionNode = FALSE
@@ -1333,6 +1457,22 @@ Global
1333
1457
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {5D4C0700-BBB5-418F-A7B2-F392B9A18263}
1334
1458
{2EB6E4C2-606D-B638-2E08-49EA2061C428} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
1335
1459
{78785CB1-66CF-4895-D7E5-A440DD84BE86} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
1460
+ {EA35F1B5-9148-4189-BE34-5E00AED56D65} = {6823CD5E-2ABE-41EB-B865-F86EC13F0CF9}
1461
+ {0C64EC81-8116-4388-87AD-BA14D4B59974} = {D6D598DF-C17C-46F4-B2B9-CDE82E2DE132}
1462
+ {03ACF9DD-00C9-4F2B-80F1-537E2151AF5F} = {D6D598DF-C17C-46F4-B2B9-CDE82E2DE132}
1463
+ {2A1EC0DA-AD01-4421-AADC-1DFF65C71CCC} = {5A7028A7-4DDF-4E4F-84A9-37CE8F8D7E89}
1464
+ {4F381919-F1BE-47D8-8558-3187ED04A84F} = {831DDCA2-7D2C-4C31-80DB-6BDB3E1F7AE0}
1465
+ {27D33AB3-4DFF-48BC-8D76-FB2CDF90B707} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1466
+ {B29A972F-A774-4140-AECF-6B577C476627} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1467
+ {F7EA82A4-A626-4316-AA47-EAC3A0E85870} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1468
+ {3148FF01-38C7-4BEB-8CEC-9323EC7C593B} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1469
+ {F5126690-0FD1-4777-9EDF-B3F5B7B3730B} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1470
+ {E200425C-E501-430C-8A8B-BC0088BD94DB} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1471
+ {709B3933-5286-4139-8D83-8C7AA5746FAE} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1472
+ {E3CECC65-1B00-4E3A-90B6-FC7A2C64E41F} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1473
+ {A0E65043-6B00-4836-850F-000A52238914} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1474
+ {11DFBF14-6FBA-41F0-B7F3-A288952D6FDB} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1475
+ {06181F0F-A375-43AE-B45F-73CBCFC30C14} = {4F381919-F1BE-47D8-8558-3187ED04A84F}
1336
1476
EndGlobalSection
1337
1477
GlobalSection (ExtensibilityGlobals ) = postSolution
1338
1478
SolutionGuid = {FBDC56A3-86AD-4323-AA0F-201E59123B83}
0 commit comments