-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZTR.AI.sln
81 lines (81 loc) · 5.37 KB
/
ZTR.AI.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
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32427.441
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ZTR.AI.Algorithms", "ZTR.AI.Algorithms", "{CB5FD7B6-A8C5-418E-8B58-751620C0A129}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ZTR.AI.Common", "ZTR.AI.Common", "{E5EAFEB5-5860-4F86-A213-B00CBAC21BF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZTR.AI.Common.Core", "ZTR.AI.Common\ZTR.AI.Common.Core\ZTR.AI.Common.Core.csproj", "{7662A6BA-32BE-42F8-A94A-64CA55D66FFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZTR.AI.Common.Core.Tests", "ZTR.AI.Common\ZTR.AI.Common.Core.Tests\ZTR.AI.Common.Core.Tests.csproj", "{9FD066CF-950E-444B-99F5-ABD231AFC3CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ZTR.AI.Examples", "ZTR.AI.Examples", "{0925E671-092E-41BC-B8BC-A0324D1DA55A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZTR.AI.Example", "ZTR.AI.Example\ZTR.AI.Example.csproj", "{106637A3-EFCF-43FD-BEED-5C25EAA27CD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CICD", "CICD", "{ED977E43-35B6-4351-BCE0-1E543A2BA525}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZTR.AI.NukeBuild", "CICD\ZTR.AI.NukeBuild.csproj", "{574B4C51-70DB-4AF8-83A3-63F81AEA49FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZTR.AI.Example.Tests", "ZTR.AI.Example.Tests\ZTR.AI.Example.Tests.csproj", "{9A49219D-B182-4E37-BAF5-ADE0ABFBFF05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C315676-69CB-4EA9-A487-7D617640F8AF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZTR.AI.Algorithms.Core", "ZTR.AI.Algorithms\ZTR.AI.Algorithms.Core\ZTR.AI.Algorithms.Core.csproj", "{8C77E4B9-58C2-483D-A3DB-537DF5AC33CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZTR.AI.Algorithms.Core.Tests", "ZTR.AI.Algorithms\ZTR.AI.Algorithms.Core.Tests\ZTR.AI.Algorithms.Core.Tests.csproj", "{C07ED7DE-66EB-43A4-B0F9-D1465019FC5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7662A6BA-32BE-42F8-A94A-64CA55D66FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7662A6BA-32BE-42F8-A94A-64CA55D66FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7662A6BA-32BE-42F8-A94A-64CA55D66FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7662A6BA-32BE-42F8-A94A-64CA55D66FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{9FD066CF-950E-444B-99F5-ABD231AFC3CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FD066CF-950E-444B-99F5-ABD231AFC3CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FD066CF-950E-444B-99F5-ABD231AFC3CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FD066CF-950E-444B-99F5-ABD231AFC3CB}.Release|Any CPU.Build.0 = Release|Any CPU
{106637A3-EFCF-43FD-BEED-5C25EAA27CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{106637A3-EFCF-43FD-BEED-5C25EAA27CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{106637A3-EFCF-43FD-BEED-5C25EAA27CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{106637A3-EFCF-43FD-BEED-5C25EAA27CD2}.Release|Any CPU.Build.0 = Release|Any CPU
{574B4C51-70DB-4AF8-83A3-63F81AEA49FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{574B4C51-70DB-4AF8-83A3-63F81AEA49FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A49219D-B182-4E37-BAF5-ADE0ABFBFF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A49219D-B182-4E37-BAF5-ADE0ABFBFF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A49219D-B182-4E37-BAF5-ADE0ABFBFF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A49219D-B182-4E37-BAF5-ADE0ABFBFF05}.Release|Any CPU.Build.0 = Release|Any CPU
{8C77E4B9-58C2-483D-A3DB-537DF5AC33CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C77E4B9-58C2-483D-A3DB-537DF5AC33CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C77E4B9-58C2-483D-A3DB-537DF5AC33CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C77E4B9-58C2-483D-A3DB-537DF5AC33CE}.Release|Any CPU.Build.0 = Release|Any CPU
{C07ED7DE-66EB-43A4-B0F9-D1465019FC5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C07ED7DE-66EB-43A4-B0F9-D1465019FC5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C07ED7DE-66EB-43A4-B0F9-D1465019FC5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C07ED7DE-66EB-43A4-B0F9-D1465019FC5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7662A6BA-32BE-42F8-A94A-64CA55D66FFB} = {E5EAFEB5-5860-4F86-A213-B00CBAC21BF7}
{9FD066CF-950E-444B-99F5-ABD231AFC3CB} = {E5EAFEB5-5860-4F86-A213-B00CBAC21BF7}
{106637A3-EFCF-43FD-BEED-5C25EAA27CD2} = {0925E671-092E-41BC-B8BC-A0324D1DA55A}
{574B4C51-70DB-4AF8-83A3-63F81AEA49FF} = {ED977E43-35B6-4351-BCE0-1E543A2BA525}
{9A49219D-B182-4E37-BAF5-ADE0ABFBFF05} = {0925E671-092E-41BC-B8BC-A0324D1DA55A}
{8C77E4B9-58C2-483D-A3DB-537DF5AC33CE} = {CB5FD7B6-A8C5-418E-8B58-751620C0A129}
{C07ED7DE-66EB-43A4-B0F9-D1465019FC5B} = {CB5FD7B6-A8C5-418E-8B58-751620C0A129}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6FF48C4C-AD55-4540-9CA8-E972ADC601DB}
EndGlobalSection
EndGlobal