Skip to content

Commit bc8d8e1

Browse files
committed
Update template settings
1 parent 2fd4115 commit bc8d8e1

3 files changed

Lines changed: 28 additions & 46 deletions

File tree

.template.config/template.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/template",
3-
"author": "Steve Smith @ardalis, Erik Dahl",
3+
"author": "ardalis (Steve Smith)",
44
"classifications": [
55
"Web",
66
"ASP.NET",
@@ -16,14 +16,6 @@
1616
"sourceName": "Clean.Architecture",
1717
"templateFileExtensions": [ ".cs", ".csproj", ".slnx" ],
1818
"preferNameDirectory": true,
19-
"symbols": {
20-
"aspire": {
21-
"type": "parameter",
22-
"datatype": "bool",
23-
"defaultValue": "true",
24-
"description": "Include .NET Aspire."
25-
}
26-
},
2719
"sources": [
2820
{
2921
"include": [
@@ -34,18 +26,12 @@
3426
".vscode/**",
3527
".git/**",
3628
".github/**",
29+
".idea/**",
3730
".template.config/**",
31+
"docs/**",
3832
"sample/**"
3933
],
4034
"modifiers": [
41-
{
42-
"condition": "(!aspire)",
43-
"exclude": [
44-
"src/Clean.Architecture.AspireHost/**",
45-
"src/Clean.Architecture.ServiceDefaults/**",
46-
"tests/Clean.Architecture.AspireTests/**"
47-
]
48-
},
4935
{
5036
"condition": "true",
5137
"copyOnly": [ "*.dll", "*.png", "*.ico", "*.jpg", "*.jpeg", "*.ps1" ]
@@ -58,4 +44,4 @@
5844
]
5945
}
6046
]
61-
}
47+
}

Clean.Architecture-NoAspire.slnx

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.5.2.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clean.Architecture.Core", "Clean.Architecture.Core.csproj", "{9870518F-D672-E9CD-6676-126851E99FD1}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{9870518F-D672-E9CD-6676-126851E99FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{9870518F-D672-E9CD-6676-126851E99FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{9870518F-D672-E9CD-6676-126851E99FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{9870518F-D672-E9CD-6676-126851E99FD1}.Release|Any CPU.Build.0 = Release|Any CPU
17+
EndGlobalSection
18+
GlobalSection(SolutionProperties) = preSolution
19+
HideSolutionNode = FALSE
20+
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {5942B8EC-445E-4783-ACEF-56C707B6266C}
23+
EndGlobalSection
24+
EndGlobal

0 commit comments

Comments
 (0)