-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFileArbDevOpsPython.sln
64 lines (64 loc) · 3.75 KB
/
FileArbDevOpsPython.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "FileArbDevOpsPython", "FileArbDevOpsPython\FileArbDevOpsPython.pyproj", "{7442C4B6-4D10-4AEA-A009-421F7252D55E}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "FileArbDevOpsPythonTests", "FileArbDevOpsPythonTests\FileArbDevOpsPythonTests.pyproj", "{5BE2BD06-B3D6-4E12-9D37-CB82AA0EF9D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JenkinsJobs", "JenkinsJobs", "{88409A64-F6E8-4265-B8D3-C9DD53E33B7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConfigurationFiles", "ConfigurationFiles", "{AC4777E1-CF10-4308-B5EC-CEB9CC3E322B}"
ProjectSection(SolutionItems) = preProject
.flake8 = .flake8
.pylintrc = .pylintrc
mypy.ini = mypy.ini
pytest.ini = pytest.ini
..\sonar-project.properties = ..\sonar-project.properties
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Linux", "Linux", "{AC3A658D-B158-4CEB-A7DB-4089B8C0ACF2}"
ProjectSection(SolutionItems) = preProject
JenkinsJobs\Linux\FileArb-Cppcheck.sh = JenkinsJobs\Linux\FileArb-Cppcheck.sh
JenkinsJobs\Linux\FileArb-Debug-Clang.sh = JenkinsJobs\Linux\FileArb-Debug-Clang.sh
JenkinsJobs\Linux\FileArb-Debug-GCC.sh = JenkinsJobs\Linux\FileArb-Debug-GCC.sh
JenkinsJobs\Linux\FileArb-Release-Clang.sh = JenkinsJobs\Linux\FileArb-Release-Clang.sh
JenkinsJobs\Linux\FileArb-Release-ClangAddressSanitizer.sh = JenkinsJobs\Linux\FileArb-Release-ClangAddressSanitizer.sh
JenkinsJobs\Linux\FileArb-Release-ClangThreadSanitizer.sh = JenkinsJobs\Linux\FileArb-Release-ClangThreadSanitizer.sh
JenkinsJobs\Linux\FileArb-Release-ClangTidy.sh = JenkinsJobs\Linux\FileArb-Release-ClangTidy.sh
JenkinsJobs\Linux\FileArb-Release-ClangUndefinedBehaviorSanitizer.sh = JenkinsJobs\Linux\FileArb-Release-ClangUndefinedBehaviorSanitizer.sh
JenkinsJobs\Linux\FileArb-Release-GCC.sh = JenkinsJobs\Linux\FileArb-Release-GCC.sh
JenkinsJobs\Linux\FileArbDevOpsPython-Mypy-Flake8-Pylint.sh = JenkinsJobs\Linux\FileArbDevOpsPython-Mypy-Flake8-Pylint.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows", "Windows", "{0585F101-B99D-49C2-B499-F420D66A6238}"
ProjectSection(SolutionItems) = preProject
JenkinsJobs\Windows\FileArb-Cppcheck.ps1 = JenkinsJobs\Windows\FileArb-Cppcheck.ps1
JenkinsJobs\Windows\FileArb-Debug.ps1 = JenkinsJobs\Windows\FileArb-Debug.ps1
JenkinsJobs\Windows\FileArb-Release.ps1 = JenkinsJobs\Windows\FileArb-Release.ps1
JenkinsJobs\Windows\FileArbDevOpsPython-Mypy-Flake8-Pylint.ps1 = JenkinsJobs\Windows\FileArbDevOpsPython-Mypy-Flake8-Pylint.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7442C4B6-4D10-4AEA-A009-421F7252D55E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7442C4B6-4D10-4AEA-A009-421F7252D55E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BE2BD06-B3D6-4E12-9D37-CB82AA0EF9D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BE2BD06-B3D6-4E12-9D37-CB82AA0EF9D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AC3A658D-B158-4CEB-A7DB-4089B8C0ACF2} = {88409A64-F6E8-4265-B8D3-C9DD53E33B7E}
{0585F101-B99D-49C2-B499-F420D66A6238} = {88409A64-F6E8-4265-B8D3-C9DD53E33B7E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82671E97-3DD4-4529-9667-B702FFFC49EB}
EndGlobalSection
EndGlobal