@@ -35,10 +35,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clean.Architecture.UnitTest
35
35
EndProject
36
36
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Clean.Architecture.UseCases" , "src\Clean.Architecture.UseCases\Clean.Architecture.UseCases.csproj" , "{B74A78FF-B79E-4C38-A9C7-084A90990CAD}"
37
37
EndProject
38
+ #if (aspire)
38
39
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Clean.Architecture.ServiceDefaults" , "src\Clean.Architecture.ServiceDefaults\Clean.Architecture.ServiceDefaults.csproj" , "{08E69B3B-4418-40BD-80EC-B38C0ECFBAE2}"
39
40
EndProject
40
41
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Clean.Architecture.AspireHost" , "src\Clean.Architecture.AspireHost\Clean.Architecture.AspireHost.csproj" , "{C7039CB5-4F76-4F19-ABD7-C755FAB2A870}"
41
42
EndProject
43
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Clean.Architecture.AspireTests" , "tests\Clean.Architecture.AspireTests\Clean.Architecture.AspireTests.csproj" , "{07D864BA-6245-D5C0-5C79-BB55D27ACBBF}"
44
+ EndProject
45
+ #endif
42
46
Global
43
47
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
44
48
Debug| Any CPU = Debug| Any CPU
@@ -157,6 +161,18 @@ Global
157
161
{C7039CB5-4F76-4F19-ABD7-C755FAB2A870} .Release| x64 .Build .0 = Release| Any CPU
158
162
{C7039CB5-4F76-4F19-ABD7-C755FAB2A870} .Release| x86 .ActiveCfg = Release| Any CPU
159
163
{C7039CB5-4F76-4F19-ABD7-C755FAB2A870} .Release| x86 .Build .0 = Release| Any CPU
164
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
165
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Debug| Any CPU .Build .0 = Debug| Any CPU
166
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Debug| x64 .ActiveCfg = Debug| Any CPU
167
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Debug| x64 .Build .0 = Debug| Any CPU
168
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Debug| x86 .ActiveCfg = Debug| Any CPU
169
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Debug| x86 .Build .0 = Debug| Any CPU
170
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Release| Any CPU .ActiveCfg = Release| Any CPU
171
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Release| Any CPU .Build .0 = Release| Any CPU
172
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Release| x64 .ActiveCfg = Release| Any CPU
173
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Release| x64 .Build .0 = Release| Any CPU
174
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Release| x86 .ActiveCfg = Release| Any CPU
175
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} .Release| x86 .Build .0 = Release| Any CPU
160
176
EndGlobalSection
161
177
GlobalSection (SolutionProperties ) = preSolution
162
178
HideSolutionNode = FALSE
@@ -171,6 +187,7 @@ Global
171
187
{B74A78FF-B79E-4C38-A9C7-084A90990CAD} = {106AE906-5075-410A-B941-912F811848EE}
172
188
{08E69B3B-4418-40BD-80EC-B38C0ECFBAE2} = {106AE906-5075-410A-B941-912F811848EE}
173
189
{C7039CB5-4F76-4F19-ABD7-C755FAB2A870} = {106AE906-5075-410A-B941-912F811848EE}
190
+ {07D864BA-6245-D5C0-5C79-BB55D27ACBBF} = {B31B4797-1D9F-4288-808C-BE9A31A98C7D}
174
191
EndGlobalSection
175
192
GlobalSection (ExtensibilityGlobals ) = postSolution
176
193
SolutionGuid = {B0F19343-8185-4A9F-9165-0EA8544BC925}
0 commit comments