-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentity.sln
37 lines (37 loc) · 1.98 KB
/
Identity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Identity", "Identity.csproj", "{8B5FB742-5852-4D7B-BAF6-6D5464DB4A37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "..\Domain\Domain.csproj", "{826996E1-97B7-4857-A09E-50BA37F5B259}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "..\Data\Data.csproj", "{EDC00490-A102-45F7-A485-724088DF005C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B5FB742-5852-4D7B-BAF6-6D5464DB4A37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B5FB742-5852-4D7B-BAF6-6D5464DB4A37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B5FB742-5852-4D7B-BAF6-6D5464DB4A37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B5FB742-5852-4D7B-BAF6-6D5464DB4A37}.Release|Any CPU.Build.0 = Release|Any CPU
{826996E1-97B7-4857-A09E-50BA37F5B259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{826996E1-97B7-4857-A09E-50BA37F5B259}.Debug|Any CPU.Build.0 = Debug|Any CPU
{826996E1-97B7-4857-A09E-50BA37F5B259}.Release|Any CPU.ActiveCfg = Release|Any CPU
{826996E1-97B7-4857-A09E-50BA37F5B259}.Release|Any CPU.Build.0 = Release|Any CPU
{EDC00490-A102-45F7-A485-724088DF005C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDC00490-A102-45F7-A485-724088DF005C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDC00490-A102-45F7-A485-724088DF005C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDC00490-A102-45F7-A485-724088DF005C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA4B66A9-F0AA-40A3-8910-19583B435F0D}
EndGlobalSection
EndGlobal