-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathitl2.sln
114 lines (114 loc) · 7.48 KB
/
itl2.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "itl2", "itl2\itl2.vcxproj", "{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "itl2tests", "itl2tests\itl2tests.vcxproj", "{C89BF896-BE2E-4770-9C19-C398F6FCAB78}"
ProjectSection(ProjectDependencies) = postProject
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6} = {0016FE37-4BCD-44DC-A6EC-0470999ECCE6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pi2", "pi2\pi2.vcxproj", "{48F53866-25B9-4EE3-B0EE-D68790624930}"
ProjectSection(ProjectDependencies) = postProject
{58FEC952-8144-4B6D-9A31-A85784BF038A} = {58FEC952-8144-4B6D-9A31-A85784BF038A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pilib", "pilib\pilib.vcxproj", "{58FEC952-8144-4B6D-9A31-A85784BF038A}"
ProjectSection(ProjectDependencies) = postProject
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6} = {0016FE37-4BCD-44DC-A6EC-0470999ECCE6}
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "python_scripts", "python_scripts\python_scripts.pyproj", "{BA94B144-C555-4822-8258-53A8861B7DC7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CA616BFE-3881-423D-9002-07CE74B909E6}"
ProjectSection(SolutionItems) = preProject
cluster_info.md = cluster_info.md
LICENSE.txt = LICENSE.txt
example_config\local_config.txt = example_config\local_config.txt
example_config\lsf_config.txt = example_config\lsf_config.txt
README.md = README.md
example_config\rm-stitch-temp.cmd = example_config\rm-stitch-temp.cmd
example_config\rm-stitch-temp.sh = example_config\rm-stitch-temp.sh
example_config\slurm_config.txt = example_config\slurm_config.txt
example_config\slurm_config_csc_puhti.txt = example_config\slurm_config_csc_puhti.txt
example_config\slurm_config_psi_ra.txt = example_config\slurm_config_psi_ra.txt
example_config\stitch_settings.txt = example_config\stitch_settings.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pi2csWinFormsTest", "pi2csWinFormsTest\pi2csWinFormsTest.csproj", "{03216D9A-B86B-4738-8B88-5B7D3382E70D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pi2cs", "pi2cs\pi2cs.csproj", "{510CB2FE-7617-4A9F-9DB7-33742589EF66}"
ProjectSection(ProjectDependencies) = postProject
{58FEC952-8144-4B6D-9A31-A85784BF038A} = {58FEC952-8144-4B6D-9A31-A85784BF038A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug no OpenCL|x64 = Debug no OpenCL|x64
Debug|x64 = Debug|x64
Release no OpenCL|x64 = Release no OpenCL|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Debug no OpenCL|x64.ActiveCfg = Debug no OpenCL|x64
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Debug no OpenCL|x64.Build.0 = Debug no OpenCL|x64
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Debug|x64.ActiveCfg = Debug|x64
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Debug|x64.Build.0 = Debug|x64
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Release no OpenCL|x64.ActiveCfg = Release no OpenCL|x64
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Release no OpenCL|x64.Build.0 = Release no OpenCL|x64
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Release|x64.ActiveCfg = Release|x64
{0016FE37-4BCD-44DC-A6EC-0470999ECCE6}.Release|x64.Build.0 = Release|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Debug no OpenCL|x64.ActiveCfg = Debug no OpenCL|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Debug no OpenCL|x64.Build.0 = Debug no OpenCL|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Debug|x64.ActiveCfg = Debug|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Debug|x64.Build.0 = Debug|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Release no OpenCL|x64.ActiveCfg = Release no OpenCL|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Release no OpenCL|x64.Build.0 = Release no OpenCL|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Release|x64.ActiveCfg = Release|x64
{C89BF896-BE2E-4770-9C19-C398F6FCAB78}.Release|x64.Build.0 = Release|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Debug no OpenCL|x64.ActiveCfg = Debug no OpenCL|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Debug no OpenCL|x64.Build.0 = Debug no OpenCL|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Debug|x64.ActiveCfg = Debug|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Debug|x64.Build.0 = Debug|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Release no OpenCL|x64.ActiveCfg = Release no OpenCL|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Release no OpenCL|x64.Build.0 = Release no OpenCL|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Release|x64.ActiveCfg = Release|x64
{48F53866-25B9-4EE3-B0EE-D68790624930}.Release|x64.Build.0 = Release|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Debug no OpenCL|x64.ActiveCfg = Debug no OpenCL|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Debug no OpenCL|x64.Build.0 = Debug no OpenCL|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Debug|x64.ActiveCfg = Debug|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Debug|x64.Build.0 = Debug|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Release no OpenCL|x64.ActiveCfg = Release no OpenCL|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Release no OpenCL|x64.Build.0 = Release no OpenCL|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Release|x64.ActiveCfg = Release|x64
{58FEC952-8144-4B6D-9A31-A85784BF038A}.Release|x64.Build.0 = Release|x64
{BA94B144-C555-4822-8258-53A8861B7DC7}.Debug no OpenCL|x64.ActiveCfg = Debug no OpenCL|Any CPU
{BA94B144-C555-4822-8258-53A8861B7DC7}.Debug|x64.ActiveCfg = Debug|Any CPU
{BA94B144-C555-4822-8258-53A8861B7DC7}.Release no OpenCL|x64.ActiveCfg = Release no OpenCL|Any CPU
{BA94B144-C555-4822-8258-53A8861B7DC7}.Release|x64.ActiveCfg = Release|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Debug no OpenCL|x64.ActiveCfg = Debug no OpenCL|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Debug no OpenCL|x64.Build.0 = Debug no OpenCL|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Debug|x64.ActiveCfg = Debug|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Debug|x64.Build.0 = Debug|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Release no OpenCL|x64.ActiveCfg = Release no OpenCL|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Release no OpenCL|x64.Build.0 = Release no OpenCL|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Release|x64.ActiveCfg = Release|Any CPU
{03216D9A-B86B-4738-8B88-5B7D3382E70D}.Release|x64.Build.0 = Release|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Debug no OpenCL|x64.ActiveCfg = Debug no OpenCL|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Debug no OpenCL|x64.Build.0 = Debug no OpenCL|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Debug|x64.ActiveCfg = Debug|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Debug|x64.Build.0 = Debug|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Release no OpenCL|x64.ActiveCfg = Release no OpenCL|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Release no OpenCL|x64.Build.0 = Release no OpenCL|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Release|x64.ActiveCfg = Release|Any CPU
{510CB2FE-7617-4A9F-9DB7-33742589EF66}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F24038F-078D-4518-BBE3-791E20629148}
EndGlobalSection
EndGlobal