-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sonar.UserProfile.sln
45 lines (45 loc) · 3.1 KB
/
Sonar.UserProfile.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sonar.UserProfile.Web", "Sonar.UserProfile.Web\Sonar.UserProfile.Web.csproj", "{10309C70-08B4-440D-855E-579D8CE66B06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sonar.UserProfile.Data", "Sonar.UserProfile.Data\Sonar.UserProfile.Data.csproj", "{A8960654-4208-44A7-8946-DCFB442F0FF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sonar.UserProfile.Core", "Sonar.UserProfile.Core\Sonar.UserProfile.Core.csproj", "{EDB196A7-6B6E-4BA1-B03B-16D17D6987BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sonar.UserProfile.ApiClient", "Sonar.UserProfile.ApiClient\Sonar.UserProfile.ApiClient.csproj", "{270F1878-2B7E-4873-BC48-2D0C8BBC2604}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D673E090-1D8A-4525-B769-CDC3ACEEA58A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sonar.UserProfile.Core.Tests", "Sonar.UserProfile.Core.Tests\Sonar.UserProfile.Core.Tests.csproj", "{AA5A3246-5263-4D78-90A2-CB3D3BA124AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10309C70-08B4-440D-855E-579D8CE66B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10309C70-08B4-440D-855E-579D8CE66B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10309C70-08B4-440D-855E-579D8CE66B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10309C70-08B4-440D-855E-579D8CE66B06}.Release|Any CPU.Build.0 = Release|Any CPU
{A8960654-4208-44A7-8946-DCFB442F0FF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8960654-4208-44A7-8946-DCFB442F0FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8960654-4208-44A7-8946-DCFB442F0FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8960654-4208-44A7-8946-DCFB442F0FF9}.Release|Any CPU.Build.0 = Release|Any CPU
{EDB196A7-6B6E-4BA1-B03B-16D17D6987BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDB196A7-6B6E-4BA1-B03B-16D17D6987BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDB196A7-6B6E-4BA1-B03B-16D17D6987BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDB196A7-6B6E-4BA1-B03B-16D17D6987BC}.Release|Any CPU.Build.0 = Release|Any CPU
{270F1878-2B7E-4873-BC48-2D0C8BBC2604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{270F1878-2B7E-4873-BC48-2D0C8BBC2604}.Debug|Any CPU.Build.0 = Debug|Any CPU
{270F1878-2B7E-4873-BC48-2D0C8BBC2604}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270F1878-2B7E-4873-BC48-2D0C8BBC2604}.Release|Any CPU.Build.0 = Release|Any CPU
{AA5A3246-5263-4D78-90A2-CB3D3BA124AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA5A3246-5263-4D78-90A2-CB3D3BA124AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA5A3246-5263-4D78-90A2-CB3D3BA124AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA5A3246-5263-4D78-90A2-CB3D3BA124AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA5A3246-5263-4D78-90A2-CB3D3BA124AE} = {D673E090-1D8A-4525-B769-CDC3ACEEA58A}
EndGlobalSection
EndGlobal