Skip to content

Commit

Permalink
Add Separate Aspire solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed Jun 2, 2024
1 parent 3bc64a4 commit 78c11cd
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 44 deletions.
24 changes: 0 additions & 24 deletions KeycloakAuthorizationServicesDotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApp", "samples\WebApp\We
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Keycloak.AuthServices.Aspire.Hosting", "src\Keycloak.AuthServices.Aspire.Hosting\Keycloak.AuthServices.Aspire.Hosting.csproj", "{0943D3CE-5B15-46F8-9B0C-0C2911FD70A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aspire", "Aspire", "{9B7A1C7B-D081-4E7B-94C9-3B621E4008F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "samples\GettingStartedAndAspire\Api\Api.csproj", "{BF235D87-9915-4672-941F-3FD2D7EC8E89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppHost", "samples\GettingStartedAndAspire\AppHost\AppHost.csproj", "{D2078894-A3DA-42B7-8233-1EF02C5A48D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceDefaults", "samples\GettingStartedAndAspire\ServiceDefaults\ServiceDefaults.csproj", "{5B3B61DC-3F92-4A37-B051-49D5C57B1343}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -186,18 +178,6 @@ Global
{0943D3CE-5B15-46F8-9B0C-0C2911FD70A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0943D3CE-5B15-46F8-9B0C-0C2911FD70A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0943D3CE-5B15-46F8-9B0C-0C2911FD70A3}.Release|Any CPU.Build.0 = Release|Any CPU
{BF235D87-9915-4672-941F-3FD2D7EC8E89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF235D87-9915-4672-941F-3FD2D7EC8E89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF235D87-9915-4672-941F-3FD2D7EC8E89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF235D87-9915-4672-941F-3FD2D7EC8E89}.Release|Any CPU.Build.0 = Release|Any CPU
{D2078894-A3DA-42B7-8233-1EF02C5A48D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2078894-A3DA-42B7-8233-1EF02C5A48D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2078894-A3DA-42B7-8233-1EF02C5A48D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2078894-A3DA-42B7-8233-1EF02C5A48D9}.Release|Any CPU.Build.0 = Release|Any CPU
{5B3B61DC-3F92-4A37-B051-49D5C57B1343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B3B61DC-3F92-4A37-B051-49D5C57B1343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B3B61DC-3F92-4A37-B051-49D5C57B1343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B3B61DC-3F92-4A37-B051-49D5C57B1343}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -227,10 +207,6 @@ Global
{3FE98A91-BA4E-4D4F-A6A5-A43123644ACD} = {F9D5C5B8-9933-4AE0-ADAC-6B8C15F7552A}
{4AF4CE52-F007-4FEE-9324-7E52314398FF} = {AEBE10B1-96B1-4060-B8C1-1F9BFA7A586C}
{0943D3CE-5B15-46F8-9B0C-0C2911FD70A3} = {F9D5C5B8-9933-4AE0-ADAC-6B8C15F7552A}
{9B7A1C7B-D081-4E7B-94C9-3B621E4008F1} = {AEBE10B1-96B1-4060-B8C1-1F9BFA7A586C}
{BF235D87-9915-4672-941F-3FD2D7EC8E89} = {9B7A1C7B-D081-4E7B-94C9-3B621E4008F1}
{D2078894-A3DA-42B7-8233-1EF02C5A48D9} = {9B7A1C7B-D081-4E7B-94C9-3B621E4008F1}
{5B3B61DC-3F92-4A37-B051-49D5C57B1343} = {9B7A1C7B-D081-4E7B-94C9-3B621E4008F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1907BFD-C144-4B48-AA40-972F499D4E08}
Expand Down
7 changes: 7 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ export default withMermaid({
},
]
},
{
text: 'Developer Experience 👷‍♂️🛠️',
items: [
{ text: 'Aspire', link: '/devex/aspire' },
{ text: 'Templates', link: '/devex/templates' },
]
},
{
text: 'Maintenance👨‍🔬',
items: [
Expand Down
2 changes: 2 additions & 0 deletions docs/devex/aspire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Aspire Support

1 change: 1 addition & 0 deletions docs/devex/templates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Use Templates
37 changes: 17 additions & 20 deletions samples/GettingStartedAndAspire/GettingStartedAndAspire.sln
Original file line number Diff line number Diff line change
@@ -1,37 +1,34 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GettingStartedAndAspire", "Api\GettingStartedAndAspire.csproj", "{B5DC7EC1-777F-4C4D-B0B3-54AC5DEF00CB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{D0C22C1E-C3BD-4BBE-8D9F-33DAF1B5CB40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppHost", "AppHost\AppHost.csproj", "{469030DE-1019-4734-AD8F-6842F043C9A8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppHost", "AppHost\AppHost.csproj", "{2D658505-DDE3-49DF-AF39-2E921C7A984C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceDefaults", "ServiceDefaults\ServiceDefaults.csproj", "{93D6E369-D59A-47BD-B5B2-39F9D2EC813D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceDefaults", "ServiceDefaults\ServiceDefaults.csproj", "{6C56AC38-F4CE-492F-BFE5-8444CE785FE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5DC7EC1-777F-4C4D-B0B3-54AC5DEF00CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5DC7EC1-777F-4C4D-B0B3-54AC5DEF00CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5DC7EC1-777F-4C4D-B0B3-54AC5DEF00CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5DC7EC1-777F-4C4D-B0B3-54AC5DEF00CB}.Release|Any CPU.Build.0 = Release|Any CPU
{469030DE-1019-4734-AD8F-6842F043C9A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{469030DE-1019-4734-AD8F-6842F043C9A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{469030DE-1019-4734-AD8F-6842F043C9A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{469030DE-1019-4734-AD8F-6842F043C9A8}.Release|Any CPU.Build.0 = Release|Any CPU
{93D6E369-D59A-47BD-B5B2-39F9D2EC813D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93D6E369-D59A-47BD-B5B2-39F9D2EC813D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93D6E369-D59A-47BD-B5B2-39F9D2EC813D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D6E369-D59A-47BD-B5B2-39F9D2EC813D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C60554A9-ADCB-493B-BF6C-39DFFCCF667C}
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0C22C1E-C3BD-4BBE-8D9F-33DAF1B5CB40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C22C1E-C3BD-4BBE-8D9F-33DAF1B5CB40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C22C1E-C3BD-4BBE-8D9F-33DAF1B5CB40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C22C1E-C3BD-4BBE-8D9F-33DAF1B5CB40}.Release|Any CPU.Build.0 = Release|Any CPU
{2D658505-DDE3-49DF-AF39-2E921C7A984C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D658505-DDE3-49DF-AF39-2E921C7A984C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D658505-DDE3-49DF-AF39-2E921C7A984C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D658505-DDE3-49DF-AF39-2E921C7A984C}.Release|Any CPU.Build.0 = Release|Any CPU
{6C56AC38-F4CE-492F-BFE5-8444CE785FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C56AC38-F4CE-492F-BFE5-8444CE785FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C56AC38-F4CE-492F-BFE5-8444CE785FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C56AC38-F4CE-492F-BFE5-8444CE785FE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup Label="Build">
<PackageType>Template</PackageType>
<TargetFramework>net8.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<NoDefaultExcludes>true</NoDefaultExcludes>
</PropertyGroup>

<PropertyGroup Label="Package">
<Title>na-templates</Title>
<PackageTags>dotnetnew;template;microservices;cleanarchitecture;eventsourcing;productivity</PackageTags>
</PropertyGroup>

<ItemGroup Label="Package References">
<PackageReference Include="MinVer" PrivateAssets="all" Version="2.4.0" />
</ItemGroup>

<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
<Compile Remove="**\*" />
</ItemGroup>

</Project>

0 comments on commit 78c11cd

Please sign in to comment.