generated from thenoobsbr/template-repository-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpecification.sln
74 lines (74 loc) · 3.82 KB
/
Specification.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F8B59A93-AC9D-4C0F-8C6A-81FE1DB5E7B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E6000BAD-1819-4855-85F0-7A24A19BCAF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6C3BCDA-1A52-4294-AD3C-D702D4C8F304}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
coverlet.runsettings = coverlet.runsettings
LICENSE = LICENSE
README.md = README.md
RELEASES.md = RELEASES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".devops", ".devops", "{EFF7FD14-BF6A-4C34-A732-CF60DC9243EF}"
ProjectSection(SolutionItems) = preProject
.devops\azuredevops.yml = .devops\azuredevops.yml
.devops\variables.yml = .devops\variables.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6E80C46C-5D5B-4F48-A5EC-357B585322E3}"
ProjectSection(SolutionItems) = preProject
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{3035B472-E2CA-4D2D-9DCF-3A4E00A5F875}"
ProjectSection(SolutionItems) = preProject
images\icon.png = images\icon.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{5868BEB1-F90D-46DD-B3AE-5CC3D0761035}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
.github\ISSUE_TEMPLATE\support_request.md = .github\ISSUE_TEMPLATE\support_request.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheNoobs.Specification.UnitTests", "tests\TheNoobs.Specification.UnitTests\TheNoobs.Specification.UnitTests.csproj", "{0D81B244-A677-4EFB-845B-2BDF1F97BF4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheNoobs.Specification", "src\TheNoobs.Specification\TheNoobs.Specification.csproj", "{DB95C3B1-3ACC-4385-9E56-096C9BB8999B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D81B244-A677-4EFB-845B-2BDF1F97BF4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D81B244-A677-4EFB-845B-2BDF1F97BF4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D81B244-A677-4EFB-845B-2BDF1F97BF4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D81B244-A677-4EFB-845B-2BDF1F97BF4B}.Release|Any CPU.Build.0 = Release|Any CPU
{DB95C3B1-3ACC-4385-9E56-096C9BB8999B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB95C3B1-3ACC-4385-9E56-096C9BB8999B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB95C3B1-3ACC-4385-9E56-096C9BB8999B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB95C3B1-3ACC-4385-9E56-096C9BB8999B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5868BEB1-F90D-46DD-B3AE-5CC3D0761035} = {6E80C46C-5D5B-4F48-A5EC-357B585322E3}
{0D81B244-A677-4EFB-845B-2BDF1F97BF4B} = {E6000BAD-1819-4855-85F0-7A24A19BCAF4}
{DB95C3B1-3ACC-4385-9E56-096C9BB8999B} = {F8B59A93-AC9D-4C0F-8C6A-81FE1DB5E7B9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {040A8D8B-3B45-46B9-9DDD-99C6C3E0E5B9}
EndGlobalSection
EndGlobal