-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCodeDesignPlus.Core.sln
55 lines (55 loc) · 2.81 KB
/
CodeDesignPlus.Core.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
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", "{142A85E2-7351-4BF6-8322-17B9A7AF98F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E2120723-DC9A-43FD-B099-EAEE9325A62A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeDesignPlus.Core", "src\CodeDesignPlus.Core\CodeDesignPlus.Core.csproj", "{7232A2F1-6953-4202-9696-202E7A43E7DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeDesignPlus.Core.Test", "tests\CodeDesignPlus.Core.Test\CodeDesignPlus.Core.Test.csproj", "{A083607E-C1DC-4D5F-B656-5ED6DB1E935E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{863B74AE-B554-4266-AA75-B253567B03C3}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{CA1C18AA-1A06-4947-8F18-973E001C2AC6}"
ProjectSection(SolutionItems) = preProject
scripts\run-scanner-sonarqube.ps1 = scripts\run-scanner-sonarqube.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pipelines", "pipelines", "{F2F744DF-C611-4CFF-9D22-D44217FAF375}"
ProjectSection(SolutionItems) = preProject
pipelines\git-version.yaml = pipelines\git-version.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7232A2F1-6953-4202-9696-202E7A43E7DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7232A2F1-6953-4202-9696-202E7A43E7DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7232A2F1-6953-4202-9696-202E7A43E7DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7232A2F1-6953-4202-9696-202E7A43E7DD}.Release|Any CPU.Build.0 = Release|Any CPU
{A083607E-C1DC-4D5F-B656-5ED6DB1E935E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A083607E-C1DC-4D5F-B656-5ED6DB1E935E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A083607E-C1DC-4D5F-B656-5ED6DB1E935E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A083607E-C1DC-4D5F-B656-5ED6DB1E935E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7232A2F1-6953-4202-9696-202E7A43E7DD} = {142A85E2-7351-4BF6-8322-17B9A7AF98F7}
{A083607E-C1DC-4D5F-B656-5ED6DB1E935E} = {E2120723-DC9A-43FD-B099-EAEE9325A62A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA90245B-9218-44D1-8044-EA54828BC167}
EndGlobalSection
EndGlobal