mirror of
https://github.com/fiodarsazanavets/aspire-13-examples.git
synced 2026-06-20 12:23:14 +00:00
43 lines
2.6 KiB
Plaintext
43 lines
2.6 KiB
Plaintext
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.10.35013.160
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspireApp.AppHost", "AspireApp.AppHost\AspireApp.AppHost.csproj", "{4C663642-D402-4851-8F9A-A0C79AA904AC}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireApp.ServiceDefaults", "AspireApp.ServiceDefaults\AspireApp.ServiceDefaults.csproj", "{265A1BEB-B440-4E7F-BC56-319932B5C251}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireApp.ApiService", "AspireApp.ApiService\AspireApp.ApiService.csproj", "{1726A753-CE58-4B0A-8877-E71D21BB5966}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspireApp.Web", "AspireApp.Web\AspireApp.Web.csproj", "{228DDBCF-D6AE-4E9B-811B-B8AB7A78D60E}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{4C663642-D402-4851-8F9A-A0C79AA904AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{4C663642-D402-4851-8F9A-A0C79AA904AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{4C663642-D402-4851-8F9A-A0C79AA904AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{4C663642-D402-4851-8F9A-A0C79AA904AC}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{265A1BEB-B440-4E7F-BC56-319932B5C251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{265A1BEB-B440-4E7F-BC56-319932B5C251}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{265A1BEB-B440-4E7F-BC56-319932B5C251}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{265A1BEB-B440-4E7F-BC56-319932B5C251}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{1726A753-CE58-4B0A-8877-E71D21BB5966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{1726A753-CE58-4B0A-8877-E71D21BB5966}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{1726A753-CE58-4B0A-8877-E71D21BB5966}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{1726A753-CE58-4B0A-8877-E71D21BB5966}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{228DDBCF-D6AE-4E9B-811B-B8AB7A78D60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{228DDBCF-D6AE-4E9B-811B-B8AB7A78D60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{228DDBCF-D6AE-4E9B-811B-B8AB7A78D60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{228DDBCF-D6AE-4E9B-811B-B8AB7A78D60E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {AD1AC342-AEA9-4A3D-86FA-6C8828EFA8AC}
|
|
EndGlobalSection
|
|
EndGlobal
|