-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharpenter.IAM.sln
62 lines (62 loc) · 4.26 KB
/
Sharpenter.IAM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpenter.IAM.Core", "Sharpenter.IAM.Core\Sharpenter.IAM.Core.csproj", "{822628CF-0304-4D62-81BB-65318C0B136D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpenter.IAM.Repository.EntityFramework", "Sharpenter.IAM.Repository.EntityFramework\Sharpenter.IAM.Repository.EntityFramework.csproj", "{7AB61CEC-0ECE-4C0C-8B4C-89CFB980DC9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpenter.IAM.UseCases", "Sharpenter.IAM.UseCases\Sharpenter.IAM.UseCases.csproj", "{92420153-ECD4-44CB-A379-994016A8B04C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpenter.IAM.UI.Web", "Sharpenter.IAM.UI.Web\Sharpenter.IAM.UI.Web.csproj", "{8EA22851-2A71-4496-8B17-D5E1C2B69440}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpenter.IAM.Infrastructure", "Sharpenter.IAM.Infrastructure\Sharpenter.IAM.Infrastructure.csproj", "{962C4066-0120-47D5-A756-4F1949AFAF26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Adapters", "Adapters", "{1D61963E-0432-4717-B9C4-80560298820D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{2B620100-EC13-4F5C-A4FC-BB60DFCF9868}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharpenter.IAM.UI.Web.Tests", "Sharpenter.IAM.UI.Web.Tests\Sharpenter.IAM.UI.Web.Tests.csproj", "{E25AA98C-79F8-4A48-9D92-BAC0735B745F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{822628CF-0304-4D62-81BB-65318C0B136D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{822628CF-0304-4D62-81BB-65318C0B136D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{822628CF-0304-4D62-81BB-65318C0B136D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{822628CF-0304-4D62-81BB-65318C0B136D}.Release|Any CPU.Build.0 = Release|Any CPU
{7AB61CEC-0ECE-4C0C-8B4C-89CFB980DC9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AB61CEC-0ECE-4C0C-8B4C-89CFB980DC9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AB61CEC-0ECE-4C0C-8B4C-89CFB980DC9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AB61CEC-0ECE-4C0C-8B4C-89CFB980DC9C}.Release|Any CPU.Build.0 = Release|Any CPU
{92420153-ECD4-44CB-A379-994016A8B04C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92420153-ECD4-44CB-A379-994016A8B04C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92420153-ECD4-44CB-A379-994016A8B04C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92420153-ECD4-44CB-A379-994016A8B04C}.Release|Any CPU.Build.0 = Release|Any CPU
{8EA22851-2A71-4496-8B17-D5E1C2B69440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EA22851-2A71-4496-8B17-D5E1C2B69440}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EA22851-2A71-4496-8B17-D5E1C2B69440}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EA22851-2A71-4496-8B17-D5E1C2B69440}.Release|Any CPU.Build.0 = Release|Any CPU
{962C4066-0120-47D5-A756-4F1949AFAF26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{962C4066-0120-47D5-A756-4F1949AFAF26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{962C4066-0120-47D5-A756-4F1949AFAF26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{962C4066-0120-47D5-A756-4F1949AFAF26}.Release|Any CPU.Build.0 = Release|Any CPU
{E25AA98C-79F8-4A48-9D92-BAC0735B745F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E25AA98C-79F8-4A48-9D92-BAC0735B745F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E25AA98C-79F8-4A48-9D92-BAC0735B745F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E25AA98C-79F8-4A48-9D92-BAC0735B745F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7AB61CEC-0ECE-4C0C-8B4C-89CFB980DC9C} = {1D61963E-0432-4717-B9C4-80560298820D}
{962C4066-0120-47D5-A756-4F1949AFAF26} = {1D61963E-0432-4717-B9C4-80560298820D}
{8EA22851-2A71-4496-8B17-D5E1C2B69440} = {1D61963E-0432-4717-B9C4-80560298820D}
{E25AA98C-79F8-4A48-9D92-BAC0735B745F} = {2B620100-EC13-4F5C-A4FC-BB60DFCF9868}
EndGlobalSection
EndGlobal