-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRefactorThis.sln
48 lines (48 loc) · 2.85 KB
/
RefactorThis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32413.511
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{8D35B23D-66F4-4125-B8F4-307D2AEBC902}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RefactorThis.API", "RefactorThis.API\RefactorThis.API.csproj", "{8184B2FE-1B9E-4177-A997-1E016AAF4A14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RefactorThis.Domain", "RefactorThis.Domain\RefactorThis.Domain.csproj", "{DF28CB21-6B5E-4016-A177-46FB995C75E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RefactorThis.Infrastructure", "RefactorThis.Infrastructure\RefactorThis.Infrastructure.csproj", "{633E8CA4-CD52-45F1-A18C-41C8A2CFEF72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefactorThis.Test", "RefactorThis.Test\RefactorThis.Test.csproj", "{05CBEF35-A63A-4A5C-8F1A-6E377D70FE36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8184B2FE-1B9E-4177-A997-1E016AAF4A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8184B2FE-1B9E-4177-A997-1E016AAF4A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8184B2FE-1B9E-4177-A997-1E016AAF4A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8184B2FE-1B9E-4177-A997-1E016AAF4A14}.Release|Any CPU.Build.0 = Release|Any CPU
{DF28CB21-6B5E-4016-A177-46FB995C75E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF28CB21-6B5E-4016-A177-46FB995C75E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF28CB21-6B5E-4016-A177-46FB995C75E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF28CB21-6B5E-4016-A177-46FB995C75E0}.Release|Any CPU.Build.0 = Release|Any CPU
{633E8CA4-CD52-45F1-A18C-41C8A2CFEF72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{633E8CA4-CD52-45F1-A18C-41C8A2CFEF72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{633E8CA4-CD52-45F1-A18C-41C8A2CFEF72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{633E8CA4-CD52-45F1-A18C-41C8A2CFEF72}.Release|Any CPU.Build.0 = Release|Any CPU
{05CBEF35-A63A-4A5C-8F1A-6E377D70FE36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05CBEF35-A63A-4A5C-8F1A-6E377D70FE36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05CBEF35-A63A-4A5C-8F1A-6E377D70FE36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05CBEF35-A63A-4A5C-8F1A-6E377D70FE36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA867ABE-58BC-474C-8078-4E6DFB085A16}
EndGlobalSection
EndGlobal