-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNeolution.Extensions.Identity.sln
More file actions
43 lines (43 loc) · 2.25 KB
/
Neolution.Extensions.Identity.sln
File metadata and controls
43 lines (43 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neolution.Extensions.Identity", "Neolution.Extensions.Identity\Neolution.Extensions.Identity.csproj", "{416FC53A-45D1-4268-ACD7-EDBD2609BB1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neolution.Extensions.Identity.Abstractions", "Neolution.Extensions.Identity.Abstractions\Neolution.Extensions.Identity.Abstractions.csproj", "{59A98FC4-29B0-41B2-AA41-1B59449050DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69104D47-7585-43DE-9BE4-2FB00F7DA65F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.release-it.json = .release-it.json
.github\workflows\cd-production.yml = .github\workflows\cd-production.yml
CHANGELOG.md = CHANGELOG.md
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\create-release.yml = .github\workflows\create-release.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{416FC53A-45D1-4268-ACD7-EDBD2609BB1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{416FC53A-45D1-4268-ACD7-EDBD2609BB1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{416FC53A-45D1-4268-ACD7-EDBD2609BB1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{416FC53A-45D1-4268-ACD7-EDBD2609BB1A}.Release|Any CPU.Build.0 = Release|Any CPU
{59A98FC4-29B0-41B2-AA41-1B59449050DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59A98FC4-29B0-41B2-AA41-1B59449050DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59A98FC4-29B0-41B2-AA41-1B59449050DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59A98FC4-29B0-41B2-AA41-1B59449050DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B539E9A6-1C38-4B4E-9DFD-43AD161693E5}
EndGlobalSection
EndGlobal