-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cleaner.API.sln
37 lines (37 loc) · 2.05 KB
/
Cleaner.API.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 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cleaner.Business", "Cleaner.Business\Cleaner.Business.csproj", "{8D7EC6E8-7547-4D9B-9910-FA0CF12AC998}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cleaner.DataAccess", "Cleaner.Data\Cleaner.DataAccess.csproj", "{B30D18E1-6722-42A8-AFA2-8FF1C9B862AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cleaner.API", "Cleaner.API\Cleaner.API.csproj", "{82FF67D4-562B-4C03-818B-16A01F81EDD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D7EC6E8-7547-4D9B-9910-FA0CF12AC998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D7EC6E8-7547-4D9B-9910-FA0CF12AC998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D7EC6E8-7547-4D9B-9910-FA0CF12AC998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D7EC6E8-7547-4D9B-9910-FA0CF12AC998}.Release|Any CPU.Build.0 = Release|Any CPU
{B30D18E1-6722-42A8-AFA2-8FF1C9B862AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B30D18E1-6722-42A8-AFA2-8FF1C9B862AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B30D18E1-6722-42A8-AFA2-8FF1C9B862AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B30D18E1-6722-42A8-AFA2-8FF1C9B862AE}.Release|Any CPU.Build.0 = Release|Any CPU
{82FF67D4-562B-4C03-818B-16A01F81EDD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82FF67D4-562B-4C03-818B-16A01F81EDD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82FF67D4-562B-4C03-818B-16A01F81EDD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82FF67D4-562B-4C03-818B-16A01F81EDD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39C4F73D-35FF-4CCA-9C05-96B1639CEF34}
EndGlobalSection
EndGlobal