-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathMagTense.sln
179 lines (179 loc) · 13.8 KB
/
MagTense.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "DemagField", "source\DemagField\DemagField\DemagField.vfproj", "{982041ED-A185-4F5C-9926-AD8E0941B6D0}"
ProjectSection(ProjectDependencies) = postProject
{492B3D0E-197B-4119-9331-4B36E8205074} = {492B3D0E-197B-4119-9331-4B36E8205074}
{B0835ED5-D7CE-4A15-8EB1-66739151CA32} = {B0835ED5-D7CE-4A15-8EB1-66739151CA32}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "NumericalIntegration", "source\NumericalIntegration\NumericalIntegration\NumericalIntegration.vfproj", "{B0835ED5-D7CE-4A15-8EB1-66739151CA32}"
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "TileDemagTensor", "source\TileDemagTensor\TileDemagTensor\TileDemagTensor.vfproj", "{492B3D0E-197B-4119-9331-4B36E8205074}"
ProjectSection(ProjectDependencies) = postProject
{B0835ED5-D7CE-4A15-8EB1-66739151CA32} = {B0835ED5-D7CE-4A15-8EB1-66739151CA32}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "MagTense_StandAlone", "source\MagTense_StandAlone\MagTense_StandAlone\MagTense_StandAlone.vfproj", "{0A26DC6C-7534-4D77-B463-800D7199DD0C}"
ProjectSection(ProjectDependencies) = postProject
{492B3D0E-197B-4119-9331-4B36E8205074} = {492B3D0E-197B-4119-9331-4B36E8205074}
{B0835ED5-D7CE-4A15-8EB1-66739151CA32} = {B0835ED5-D7CE-4A15-8EB1-66739151CA32}
{982041ED-A185-4F5C-9926-AD8E0941B6D0} = {982041ED-A185-4F5C-9926-AD8E0941B6D0}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "MagneticForceIntegrator", "source\MagneticForceIntegrator\MagneticForceIntegrator\MagneticForceIntegrator.vfproj", "{29D23C66-59FB-4DB5-82EB-FA42BB059B55}"
ProjectSection(ProjectDependencies) = postProject
{492B3D0E-197B-4119-9331-4B36E8205074} = {492B3D0E-197B-4119-9331-4B36E8205074}
{0A26DC6C-7534-4D77-B463-800D7199DD0C} = {0A26DC6C-7534-4D77-B463-800D7199DD0C}
{B0835ED5-D7CE-4A15-8EB1-66739151CA32} = {B0835ED5-D7CE-4A15-8EB1-66739151CA32}
{982041ED-A185-4F5C-9926-AD8E0941B6D0} = {982041ED-A185-4F5C-9926-AD8E0941B6D0}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "MagTenseMicroMag", "source\MagTenseMicroMag\MagTenseMicroMag.vfproj", "{5BABA548-4CB8-4DE7-AB76-30503578B7AF}"
ProjectSection(ProjectDependencies) = postProject
{492B3D0E-197B-4119-9331-4B36E8205074} = {492B3D0E-197B-4119-9331-4B36E8205074}
{B0835ED5-D7CE-4A15-8EB1-66739151CA32} = {B0835ED5-D7CE-4A15-8EB1-66739151CA32}
{982041ED-A185-4F5C-9926-AD8E0941B6D0} = {982041ED-A185-4F5C-9926-AD8E0941B6D0}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_no_CUDA_no_CVODE|x64 = Debug_no_CUDA_no_CVODE|x64
Debug_no_CUDA|x64 = Debug_no_CUDA|x64
Debug_no_CVODE|x64 = Debug_no_CVODE|x64
Debug|x64 = Debug|x64
Release_no_CUDA_no_CVODE|x64 = Release_no_CUDA_no_CVODE|x64
Release_no_CUDA|x64 = Release_no_CUDA|x64
Release_no_CVODE|x64 = Release_no_CVODE|x64
Release_Standalone_exe|x64 = Release_Standalone_exe|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug_no_CUDA_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug_no_CUDA_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug_no_CUDA|x64.ActiveCfg = Debug|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug_no_CUDA|x64.Build.0 = Debug|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug|x64.ActiveCfg = Debug|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Debug|x64.Build.0 = Debug|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_no_CUDA_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_no_CUDA_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_no_CUDA|x64.ActiveCfg = Release|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_no_CUDA|x64.Build.0 = Release|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_Standalone_exe|x64.ActiveCfg = Release_Standalone_exe|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release_Standalone_exe|x64.Build.0 = Release_Standalone_exe|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release|x64.ActiveCfg = Release|x64
{982041ED-A185-4F5C-9926-AD8E0941B6D0}.Release|x64.Build.0 = Release|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug_no_CUDA_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug_no_CUDA_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug_no_CUDA|x64.ActiveCfg = Debug|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug_no_CUDA|x64.Build.0 = Debug|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug|x64.ActiveCfg = Debug|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Debug|x64.Build.0 = Debug|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_no_CUDA_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_no_CUDA_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_no_CUDA|x64.ActiveCfg = Release|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_no_CUDA|x64.Build.0 = Release|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_Standalone_exe|x64.ActiveCfg = Release_Standalone_exe|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release_Standalone_exe|x64.Build.0 = Release_Standalone_exe|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release|x64.ActiveCfg = Release|x64
{B0835ED5-D7CE-4A15-8EB1-66739151CA32}.Release|x64.Build.0 = Release|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug_no_CUDA_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug_no_CUDA_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug_no_CUDA|x64.ActiveCfg = Debug|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug_no_CUDA|x64.Build.0 = Debug|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug|x64.ActiveCfg = Debug|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Debug|x64.Build.0 = Debug|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_no_CUDA_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_no_CUDA_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_no_CUDA|x64.ActiveCfg = Release|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_no_CUDA|x64.Build.0 = Release|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_Standalone_exe|x64.ActiveCfg = Release_Standalone_exe|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release_Standalone_exe|x64.Build.0 = Release_Standalone_exe|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release|x64.ActiveCfg = Release|x64
{492B3D0E-197B-4119-9331-4B36E8205074}.Release|x64.Build.0 = Release|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Debug_no_CUDA_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Debug_no_CUDA|x64.ActiveCfg = Debug|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Debug_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Debug|x64.ActiveCfg = Debug|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Release_no_CUDA_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Release_no_CUDA|x64.ActiveCfg = Release|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Release_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Release_Standalone_exe|x64.ActiveCfg = Release_Standalone_exe|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Release_Standalone_exe|x64.Build.0 = Release_Standalone_exe|x64
{0A26DC6C-7534-4D77-B463-800D7199DD0C}.Release|x64.ActiveCfg = Release|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug_no_CUDA_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug_no_CUDA_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug_no_CUDA|x64.ActiveCfg = Debug|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug_no_CUDA|x64.Build.0 = Debug|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug|x64.ActiveCfg = Debug|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Debug|x64.Build.0 = Debug|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_no_CUDA_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_no_CUDA_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_no_CUDA|x64.ActiveCfg = Release|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_no_CUDA|x64.Build.0 = Release|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_Standalone_exe|x64.ActiveCfg = Release_Standalone_exe|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release_Standalone_exe|x64.Build.0 = Release_Standalone_exe|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release|x64.ActiveCfg = Release|x64
{29D23C66-59FB-4DB5-82EB-FA42BB059B55}.Release|x64.Build.0 = Release|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug_no_CUDA_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug_no_CUDA_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug_no_CUDA|x64.ActiveCfg = Debug|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug_no_CUDA|x64.Build.0 = Debug|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug|x64.ActiveCfg = Debug|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Debug|x64.Build.0 = Debug|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_no_CUDA_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_no_CUDA_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_no_CUDA|x64.ActiveCfg = Release|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_no_CUDA|x64.Build.0 = Release|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_Standalone_exe|x64.ActiveCfg = Release_Standalone_exe|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release_Standalone_exe|x64.Build.0 = Release_Standalone_exe|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release|x64.ActiveCfg = Release|x64
{7752492A-B108-4561-AF62-8020AB157F2D}.Release|x64.Build.0 = Release|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug_no_CUDA_no_CVODE|x64.ActiveCfg = Debug_no_CUDA_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug_no_CUDA_no_CVODE|x64.Build.0 = Debug_no_CUDA_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug_no_CUDA|x64.ActiveCfg = Debug_no_CUDA|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug_no_CUDA|x64.Build.0 = Debug_no_CUDA|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug_no_CVODE|x64.ActiveCfg = Debug_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug_no_CVODE|x64.Build.0 = Debug_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug|x64.ActiveCfg = Debug|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Debug|x64.Build.0 = Debug|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_no_CUDA_no_CVODE|x64.ActiveCfg = Release_no_CUDA_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_no_CUDA_no_CVODE|x64.Build.0 = Release_no_CUDA_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_no_CUDA|x64.ActiveCfg = Release_no_CUDA|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_no_CUDA|x64.Build.0 = Release_no_CUDA|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_no_CVODE|x64.ActiveCfg = Release_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_no_CVODE|x64.Build.0 = Release_no_CVODE|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_Standalone_exe|x64.ActiveCfg = Release_Standalone_exe|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release_Standalone_exe|x64.Build.0 = Release_Standalone_exe|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release|x64.ActiveCfg = Release|x64
{5BABA548-4CB8-4DE7-AB76-30503578B7AF}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {039A6B22-FD70-4BAA-A4E9-3364A1403C78}
EndGlobalSection
EndGlobal