-
Notifications
You must be signed in to change notification settings - Fork 4
/
Identities.sln
67 lines (67 loc) · 4.35 KB
/
Identities.sln
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identities.Example", "Identities.Example\Identities.Example.csproj", "{FEE561A3-FE36-4F52-ACD8-BEA4E3409A21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identities", "Identities\Identities.csproj", "{81DD7BFB-A472-458E-9184-678518FF65CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identities.Tests", "Identities.Tests\Identities.Tests.csproj", "{0000C4C4-7D1F-43B1-9BA1-806CC6F7DAE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40ADCE6A-4A53-4F2B-8152-140CA2E363C9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
pipeline-publish-preview-identities-entityframework.yml = pipeline-publish-preview-identities-entityframework.yml
pipeline-publish-preview-identities.yml = pipeline-publish-preview-identities.yml
pipeline-publish-stable-identities-entityframework.yml = pipeline-publish-stable-identities-entityframework.yml
pipeline-publish-stable-identities.yml = pipeline-publish-stable-identities.yml
pipeline-verify.yml = pipeline-verify.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{0BAEE0E6-1C1D-4480-8A7A-795F5B753AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identities.EntityFramework", "Identities.EntityFramework\Identities.EntityFramework.csproj", "{0DF9B7BB-8C7A-40D6-9B94-F6D7F2987828}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identities.EntityFramework.IntegrationTests", "Identities.EntityFramework.IntegrationTests\Identities.EntityFramework.IntegrationTests.csproj", "{2DA84553-03BB-4876-9EA3-08CE0C5CD461}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEE561A3-FE36-4F52-ACD8-BEA4E3409A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEE561A3-FE36-4F52-ACD8-BEA4E3409A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEE561A3-FE36-4F52-ACD8-BEA4E3409A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEE561A3-FE36-4F52-ACD8-BEA4E3409A21}.Release|Any CPU.Build.0 = Release|Any CPU
{81DD7BFB-A472-458E-9184-678518FF65CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81DD7BFB-A472-458E-9184-678518FF65CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81DD7BFB-A472-458E-9184-678518FF65CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81DD7BFB-A472-458E-9184-678518FF65CA}.Release|Any CPU.Build.0 = Release|Any CPU
{0000C4C4-7D1F-43B1-9BA1-806CC6F7DAE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0000C4C4-7D1F-43B1-9BA1-806CC6F7DAE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0000C4C4-7D1F-43B1-9BA1-806CC6F7DAE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0000C4C4-7D1F-43B1-9BA1-806CC6F7DAE9}.Release|Any CPU.Build.0 = Release|Any CPU
{0BAEE0E6-1C1D-4480-8A7A-795F5B753AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BAEE0E6-1C1D-4480-8A7A-795F5B753AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BAEE0E6-1C1D-4480-8A7A-795F5B753AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BAEE0E6-1C1D-4480-8A7A-795F5B753AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{0DF9B7BB-8C7A-40D6-9B94-F6D7F2987828}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DF9B7BB-8C7A-40D6-9B94-F6D7F2987828}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DF9B7BB-8C7A-40D6-9B94-F6D7F2987828}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DF9B7BB-8C7A-40D6-9B94-F6D7F2987828}.Release|Any CPU.Build.0 = Release|Any CPU
{2DA84553-03BB-4876-9EA3-08CE0C5CD461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DA84553-03BB-4876-9EA3-08CE0C5CD461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DA84553-03BB-4876-9EA3-08CE0C5CD461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DA84553-03BB-4876-9EA3-08CE0C5CD461}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA5A1E43-A4A7-44BF-8A03-A1BF043AB29E}
EndGlobalSection
EndGlobal