-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCleanCode.Academy.sln
More file actions
45 lines (45 loc) · 2.15 KB
/
CleanCode.Academy.sln
File metadata and controls
45 lines (45 loc) · 2.15 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{4A4E9F59-D91B-45DB-A115-0E516A6F38AA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
global.json = global.json
README.md = README.md
rules.ruleset = src/rules.ruleset
Directory.Packages.props = Directory.Packages.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Design", "src\Design\Design.csproj", "{BCF720A6-1307-49E1-9015-2BB0363A9D2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Design.Test", "src\Design.Test\Design.Test.csproj", "{AB8F2097-9BCF-4F51-889D-A0F67C8A14DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCF720A6-1307-49E1-9015-2BB0363A9D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCF720A6-1307-49E1-9015-2BB0363A9D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCF720A6-1307-49E1-9015-2BB0363A9D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCF720A6-1307-49E1-9015-2BB0363A9D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{AB8F2097-9BCF-4F51-889D-A0F67C8A14DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB8F2097-9BCF-4F51-889D-A0F67C8A14DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB8F2097-9BCF-4F51-889D-A0F67C8A14DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB8F2097-9BCF-4F51-889D-A0F67C8A14DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A74EFC0-1537-4362-B314-B7F8E4CA4DD3}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal