-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScaffoldSolution.sln
56 lines (56 loc) · 2.69 KB
/
ScaffoldSolution.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
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{361C3E41-652C-480A-B249-58CEEB13DD07}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{96A1AC98-4533-45A3-A7B2-0A5CFF3C16CE}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScaffoldLibrary", "src\ScaffoldLibrary\ScaffoldLibrary.csproj", "{B90D555B-ADCA-4AD4-BF15-024E7AFA1A92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScaffoldLibrary.Tests", "tests\ScaffoldLibrary.Tests\ScaffoldLibrary.Tests.csproj", "{29C2E938-DF09-4B16-B48C-AD78C3696066}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{A8F5FC10-E567-49AB-90DD-77BCAAC16987}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
CodeCoverage.runsettings = CodeCoverage.runsettings
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B90D555B-ADCA-4AD4-BF15-024E7AFA1A92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B90D555B-ADCA-4AD4-BF15-024E7AFA1A92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B90D555B-ADCA-4AD4-BF15-024E7AFA1A92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B90D555B-ADCA-4AD4-BF15-024E7AFA1A92}.Release|Any CPU.Build.0 = Release|Any CPU
{29C2E938-DF09-4B16-B48C-AD78C3696066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29C2E938-DF09-4B16-B48C-AD78C3696066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29C2E938-DF09-4B16-B48C-AD78C3696066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29C2E938-DF09-4B16-B48C-AD78C3696066}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B90D555B-ADCA-4AD4-BF15-024E7AFA1A92} = {361C3E41-652C-480A-B249-58CEEB13DD07}
{29C2E938-DF09-4B16-B48C-AD78C3696066} = {96A1AC98-4533-45A3-A7B2-0A5CFF3C16CE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29545771-6EAC-4B41-9942-E68F79302B8D}
EndGlobalSection
EndGlobal