-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProfileServiceProvider.sln
More file actions
49 lines (49 loc) · 2.97 KB
/
ProfileServiceProvider.sln
File metadata and controls
49 lines (49 loc) · 2.97 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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.36105.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{CB5905D2-A2F0-431E-B4E5-C51BB1CFAF42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business", "Business\Business.csproj", "{C05C193C-E9C9-4AF4-AF1A-6E0E9AA96157}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{EB588CE4-7519-43E7-9B90-D4B1543B031C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{93C9E6F4-B189-476F-9CF2-B5495E6B989F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProfileServiceProvider.Test", "ProfileServiceProvider.Test\ProfileServiceProvider.Test.csproj", "{F2C0E66A-1D14-4DF3-8C31-A136E6E10454}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB5905D2-A2F0-431E-B4E5-C51BB1CFAF42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB5905D2-A2F0-431E-B4E5-C51BB1CFAF42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB5905D2-A2F0-431E-B4E5-C51BB1CFAF42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB5905D2-A2F0-431E-B4E5-C51BB1CFAF42}.Release|Any CPU.Build.0 = Release|Any CPU
{C05C193C-E9C9-4AF4-AF1A-6E0E9AA96157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05C193C-E9C9-4AF4-AF1A-6E0E9AA96157}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05C193C-E9C9-4AF4-AF1A-6E0E9AA96157}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05C193C-E9C9-4AF4-AF1A-6E0E9AA96157}.Release|Any CPU.Build.0 = Release|Any CPU
{EB588CE4-7519-43E7-9B90-D4B1543B031C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB588CE4-7519-43E7-9B90-D4B1543B031C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB588CE4-7519-43E7-9B90-D4B1543B031C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB588CE4-7519-43E7-9B90-D4B1543B031C}.Release|Any CPU.Build.0 = Release|Any CPU
{93C9E6F4-B189-476F-9CF2-B5495E6B989F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93C9E6F4-B189-476F-9CF2-B5495E6B989F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93C9E6F4-B189-476F-9CF2-B5495E6B989F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93C9E6F4-B189-476F-9CF2-B5495E6B989F}.Release|Any CPU.Build.0 = Release|Any CPU
{F2C0E66A-1D14-4DF3-8C31-A136E6E10454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2C0E66A-1D14-4DF3-8C31-A136E6E10454}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2C0E66A-1D14-4DF3-8C31-A136E6E10454}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2C0E66A-1D14-4DF3-8C31-A136E6E10454}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3B26314-A5C7-483F-8227-3C8DA04867D2}
EndGlobalSection
EndGlobal