@@ -489,6 +489,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aspire.Hosting.Azure.WebPub
489
489
EndProject
490
490
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Aspire.Hosting.Valkey" , "src\Aspire.Hosting.Valkey\Aspire.Hosting.Valkey.csproj" , "{5CB63205-24F4-4388-A41B-BAF3BEA59866}"
491
491
EndProject
492
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "dockerfile" , "dockerfile" , "{A6813855-E322-41EF-B2E6-7A44949EF962}"
493
+ EndProject
494
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "withdockerfile" , "withdockerfile" , "{A6813855-E322-41EF-B2E6-7A44949EF962}"
495
+ EndProject
496
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "WithDockerfile.AppHost" , "playground\withdockerfile\WithDockerfile.AppHost\WithDockerfile.AppHost.csproj" , "{E6BE41D3-872C-47D2-B5B1-78C37AFAEAF9}"
497
+ EndProject
498
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Aspire.Hosting.Containers.Tests" , "tests\Aspire.Hosting.Containers.Tests\Aspire.Hosting.Containers.Tests.csproj" , "{588CD2D7-EE70-43C1-8233-330854BDF53C}"
499
+ EndProject
492
500
Global
493
501
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
494
502
Debug| Any CPU = Debug| Any CPU
@@ -1287,6 +1295,14 @@ Global
1287
1295
{DF00FDA3-D3EC-4E07-B4EC-0EBB57A813A4} .Debug| Any CPU .Build .0 = Debug| Any CPU
1288
1296
{DF00FDA3-D3EC-4E07-B4EC-0EBB57A813A4} .Release| Any CPU .ActiveCfg = Release| Any CPU
1289
1297
{DF00FDA3-D3EC-4E07-B4EC-0EBB57A813A4} .Release| Any CPU .Build .0 = Release| Any CPU
1298
+ {E6BE41D3-872C-47D2-B5B1-78C37AFAEAF9} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1299
+ {E6BE41D3-872C-47D2-B5B1-78C37AFAEAF9} .Debug| Any CPU .Build .0 = Debug| Any CPU
1300
+ {E6BE41D3-872C-47D2-B5B1-78C37AFAEAF9} .Release| Any CPU .ActiveCfg = Release| Any CPU
1301
+ {E6BE41D3-872C-47D2-B5B1-78C37AFAEAF9} .Release| Any CPU .Build .0 = Release| Any CPU
1302
+ {588CD2D7-EE70-43C1-8233-330854BDF53C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1303
+ {588CD2D7-EE70-43C1-8233-330854BDF53C} .Debug| Any CPU .Build .0 = Debug| Any CPU
1304
+ {588CD2D7-EE70-43C1-8233-330854BDF53C} .Release| Any CPU .ActiveCfg = Release| Any CPU
1305
+ {588CD2D7-EE70-43C1-8233-330854BDF53C} .Release| Any CPU .Build .0 = Release| Any CPU
1290
1306
EndGlobalSection
1291
1307
GlobalSection (SolutionProperties ) = preSolution
1292
1308
HideSolutionNode = FALSE
@@ -1521,6 +1537,9 @@ Global
1521
1537
{1BFE3C02-3B81-4596-99A2-4DCDD9129C9A} = {27381127-6C45-4B4C-8F18-41FF48DFE4B2}
1522
1538
{9FAE1602-2C69-4D24-8655-A164489441E8} = {4981B3A5-4AFD-4191-BF7D-8692D9783D60}
1523
1539
{DF00FDA3-D3EC-4E07-B4EC-0EBB57A813A4} = {77CFE74A-32EE-400C-8930-5025E8555256}
1540
+ {A6813855-E322-41EF-B2E6-7A44949EF962} = {D173887B-AF42-4576-B9C1-96B9E9B3D9C0}
1541
+ {E6BE41D3-872C-47D2-B5B1-78C37AFAEAF9} = {A6813855-E322-41EF-B2E6-7A44949EF962}
1542
+ {588CD2D7-EE70-43C1-8233-330854BDF53C} = {4981B3A5-4AFD-4191-BF7D-8692D9783D60}
1524
1543
EndGlobalSection
1525
1544
GlobalSection (ExtensibilityGlobals ) = postSolution
1526
1545
SolutionGuid = {6DCEDFEC-988E-4CB3-B45B-191EB5086E0C}
0 commit comments