-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bc64a4
commit 78c11cd
Showing
6 changed files
with
53 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Aspire Support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Use Templates |
37 changes: 17 additions & 20 deletions
37
samples/GettingStartedAndAspire/GettingStartedAndAspire.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
26 changes: 26 additions & 0 deletions
26
src/Keycloak.AuthServices.Templates/Keycloak.AuthServices.Templates.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |