-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRaterAPI.sln
51 lines (51 loc) · 3.1 KB
/
RaterAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rater.Domain", "Rater.Domain\Rater.Domain.csproj", "{62826B43-EF9F-4FF1-9ABC-5E4BF151DF75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rater.Data", "Rater.Data\Rater.Data.csproj", "{44B8D355-FF23-4222-91CF-A69A510AF09E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rater.Business", "Rater.Business\Rater.Business.csproj", "{99BB2095-DF1C-40DE-BA4C-85C501B4F97D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rater.API", "Rater.API\Rater.API.csproj", "{D4F5321F-D84B-4638-AE4B-6401062B90FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B34C97F6-BDF2-461E-9080-934347779196}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rater.Test", "Rater.Test\Rater.Test.csproj", "{739D035C-F5DE-4E56-A592-B8230D17CA1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62826B43-EF9F-4FF1-9ABC-5E4BF151DF75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62826B43-EF9F-4FF1-9ABC-5E4BF151DF75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62826B43-EF9F-4FF1-9ABC-5E4BF151DF75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62826B43-EF9F-4FF1-9ABC-5E4BF151DF75}.Release|Any CPU.Build.0 = Release|Any CPU
{44B8D355-FF23-4222-91CF-A69A510AF09E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44B8D355-FF23-4222-91CF-A69A510AF09E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44B8D355-FF23-4222-91CF-A69A510AF09E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44B8D355-FF23-4222-91CF-A69A510AF09E}.Release|Any CPU.Build.0 = Release|Any CPU
{99BB2095-DF1C-40DE-BA4C-85C501B4F97D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99BB2095-DF1C-40DE-BA4C-85C501B4F97D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99BB2095-DF1C-40DE-BA4C-85C501B4F97D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99BB2095-DF1C-40DE-BA4C-85C501B4F97D}.Release|Any CPU.Build.0 = Release|Any CPU
{D4F5321F-D84B-4638-AE4B-6401062B90FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F5321F-D84B-4638-AE4B-6401062B90FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F5321F-D84B-4638-AE4B-6401062B90FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F5321F-D84B-4638-AE4B-6401062B90FB}.Release|Any CPU.Build.0 = Release|Any CPU
{739D035C-F5DE-4E56-A592-B8230D17CA1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{739D035C-F5DE-4E56-A592-B8230D17CA1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{739D035C-F5DE-4E56-A592-B8230D17CA1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{739D035C-F5DE-4E56-A592-B8230D17CA1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B58F157D-4F3F-445A-97F1-3484548526F6}
EndGlobalSection
EndGlobal