1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
22 <None Include="..\..\build.incl.xml" />
24 <PropertyGroup Label="Globals">
25 <ProjectGuid>{A9A2020D-5541-44F2-B080-DF3C9426C409}</ProjectGuid>
26 <Keyword>MakeFileProj</Keyword>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <ConfigurationType>Makefile</ConfigurationType>
31 <UseDebugLibraries>true</UseDebugLibraries>
32 <IntDir>$(ProjectDir)$(Configuration)\</IntDir>
33 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
36 <ConfigurationType>Makefile</ConfigurationType>
37 <UseDebugLibraries>true</UseDebugLibraries>
38 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
39 <IntDir>$(ProjectDir)$(Configuration)\</IntDir>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42 <ConfigurationType>Makefile</ConfigurationType>
43 <UseDebugLibraries>false</UseDebugLibraries>
44 <IntDir>$(ProjectDir)$(Configuration)\</IntDir>
45 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48 <ConfigurationType>Makefile</ConfigurationType>
49 <UseDebugLibraries>false</UseDebugLibraries>
50 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
51 <IntDir>$(ProjectDir)$(Configuration)\</IntDir>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
71 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
72 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
73 cd $(SolutionDir)modules\localization && call ant
74 cd $(SolutionDir)modules\commons && call ant
75 cd $(SolutionDir)modules\jvm && call ant
76 cd $(SolutionDir)modules\renderer && call ant
77 cd $(SolutionDir)modules\history_manager && call ant
78 cd $(SolutionDir)modules\completion && call ant
79 cd $(SolutionDir)modules\action_binding && call ant
80 cd $(SolutionDir)modules\console && call ant
81 cd $(SolutionDir)modules\graphic_export && call ant
82 cd $(SolutionDir)modules\types && call ant
83 cd $(SolutionDir)modules\gui && call ant
84 cd $(SolutionDir)modules\core && call ant
85 cd $(SolutionDir)modules\hdf5 && call ant
86 cd $(SolutionDir)modules\graph && call ant
87 cd $(SolutionDir)modules\helptools && call ant
88 cd $(SolutionDir)modules\xcos && call ant
89 cd $(SolutionDir)modules\ui_data && call ant
90 cd $(SolutionDir)modules\history_browser && call ant
91 cd $(SolutionDir)modules\javasci && call ant
92 cd $(SolutionDir)modules\scinotes && call ant
93 cd $(SolutionDir)modules\preferences && call ant
95 </NMakeBuildCommandLine>
96 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
97 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
98 cd $(SolutionDir)modules\localization && call ant clean && call ant
99 cd $(SolutionDir)modules\commons && call ant clean && call ant
100 cd $(SolutionDir)modules\jvm && call ant clean && call ant
101 cd $(SolutionDir)modules\renderer && call ant clean && call ant
102 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
103 cd $(SolutionDir)modules\completion && call ant clean && call ant
104 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
105 cd $(SolutionDir)modules\console && call ant clean && call ant
106 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
107 cd $(SolutionDir)modules\types && call ant clean && call ant
108 cd $(SolutionDir)modules\gui && call ant clean && call ant
109 cd $(SolutionDir)modules\core && call ant clean && call ant
110 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
111 cd $(SolutionDir)modules\graph && call ant clean && call ant
112 cd $(SolutionDir)modules\helptools && call ant clean && call ant
113 cd $(SolutionDir)modules\xcos && call ant clean && call ant
114 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
115 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
116 cd $(SolutionDir)modules\javasci && call ant clean && call ant
117 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
118 cd $(SolutionDir)modules\preferences && call ant clean && call ant
119 </NMakeReBuildCommandLine>
120 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
121 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
122 cd $(SolutionDir)modules\localization && call ant clean
123 cd $(SolutionDir)modules\commons && call ant clean
124 cd $(SolutionDir)modules\jvm && call ant clean
125 cd $(SolutionDir)modules\renderer && call ant clean
126 cd $(SolutionDir)modules\history_manager && call ant clean
127 cd $(SolutionDir)modules\completion && call ant clean
128 cd $(SolutionDir)modules\action_binding && call ant clean
129 cd $(SolutionDir)modules\console && call ant clean
130 cd $(SolutionDir)modules\graphic_export && call ant clean
131 cd $(SolutionDir)modules\types && call ant clean
132 cd $(SolutionDir)modules\gui && call ant clean
133 cd $(SolutionDir)modules\core && call ant clean
134 cd $(SolutionDir)modules\hdf5 && call ant clean
135 cd $(SolutionDir)modules\graph && call ant clean
136 cd $(SolutionDir)modules\helptools && call ant clean
137 cd $(SolutionDir)modules\xcos && call ant clean
138 cd $(SolutionDir)modules\ui_data && call ant clean
139 cd $(SolutionDir)modules\history_browser && call ant clean
140 cd $(SolutionDir)modules\javasci && call ant clean
141 cd $(SolutionDir)modules\scinotes && call ant clean
142 cd $(SolutionDir)modules\preferences && call ant clean
144 </NMakeCleanCommandLine>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
149 <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
150 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
151 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
152 cd $(SolutionDir)modules\localization && call ant
153 cd $(SolutionDir)modules\commons && call ant
154 cd $(SolutionDir)modules\jvm && call ant
155 cd $(SolutionDir)modules\renderer && call ant
156 cd $(SolutionDir)modules\history_manager && call ant
157 cd $(SolutionDir)modules\completion && call ant
158 cd $(SolutionDir)modules\action_binding && call ant
159 cd $(SolutionDir)modules\console && call ant
160 cd $(SolutionDir)modules\graphic_export && call ant
161 cd $(SolutionDir)modules\types && call ant
162 cd $(SolutionDir)modules\gui && call ant
163 cd $(SolutionDir)modules\core && call ant
164 cd $(SolutionDir)modules\hdf5 && call ant
165 cd $(SolutionDir)modules\graph && call ant
166 cd $(SolutionDir)modules\helptools && call ant
167 cd $(SolutionDir)modules\xcos && call ant
168 cd $(SolutionDir)modules\ui_data && call ant
169 cd $(SolutionDir)modules\history_browser && call ant
170 cd $(SolutionDir)modules\javasci && call ant
171 cd $(SolutionDir)modules\scinotes && call ant
172 cd $(SolutionDir)modules\preferences && call ant
174 </NMakeBuildCommandLine>
175 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
176 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
177 cd $(SolutionDir)modules\localization && call ant clean && call ant
178 cd $(SolutionDir)modules\commons && call ant clean && call ant
179 cd $(SolutionDir)modules\jvm && call ant clean && call ant
180 cd $(SolutionDir)modules\renderer && call ant clean && call ant
181 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
182 cd $(SolutionDir)modules\completion && call ant clean && call ant
183 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
184 cd $(SolutionDir)modules\console && call ant clean && call ant
185 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
186 cd $(SolutionDir)modules\types && call ant clean && call ant
187 cd $(SolutionDir)modules\gui && call ant clean && call ant
188 cd $(SolutionDir)modules\core && call ant clean && call ant
189 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
190 cd $(SolutionDir)modules\graph && call ant clean && call ant
191 cd $(SolutionDir)modules\helptools && call ant clean && call ant
192 cd $(SolutionDir)modules\xcos && call ant clean && call ant
193 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
194 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
195 cd $(SolutionDir)modules\javasci && call ant clean && call ant
196 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
197 cd $(SolutionDir)modules\preferences && call ant clean && call ant
198 </NMakeReBuildCommandLine>
199 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
200 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
201 cd $(SolutionDir)modules\localization && call ant clean
202 cd $(SolutionDir)modules\commons && call ant clean
203 cd $(SolutionDir)modules\jvm && call ant clean
204 cd $(SolutionDir)modules\renderer && call ant clean
205 cd $(SolutionDir)modules\history_manager && call ant clean
206 cd $(SolutionDir)modules\completion && call ant clean
207 cd $(SolutionDir)modules\action_binding && call ant clean
208 cd $(SolutionDir)modules\console && call ant clean
209 cd $(SolutionDir)modules\graphic_export && call ant clean
210 cd $(SolutionDir)modules\types && call ant clean
211 cd $(SolutionDir)modules\gui && call ant clean
212 cd $(SolutionDir)modules\core && call ant clean
213 cd $(SolutionDir)modules\hdf5 && call ant clean
214 cd $(SolutionDir)modules\graph && call ant clean
215 cd $(SolutionDir)modules\helptools && call ant clean
216 cd $(SolutionDir)modules\xcos && call ant clean
217 cd $(SolutionDir)modules\ui_data && call ant clean
218 cd $(SolutionDir)modules\history_browser && call ant clean
219 cd $(SolutionDir)modules\javasci && call ant clean
220 cd $(SolutionDir)modules\scinotes && call ant clean
221 cd $(SolutionDir)modules\preferences && call ant clean
223 </NMakeCleanCommandLine>
227 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
228 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
229 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
230 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
231 cd $(SolutionDir)modules\localization && call ant
232 cd $(SolutionDir)modules\commons && call ant
233 cd $(SolutionDir)modules\jvm && call ant
234 cd $(SolutionDir)modules\renderer && call ant
235 cd $(SolutionDir)modules\history_manager && call ant
236 cd $(SolutionDir)modules\completion && call ant
237 cd $(SolutionDir)modules\action_binding && call ant
238 cd $(SolutionDir)modules\console && call ant
239 cd $(SolutionDir)modules\graphic_export && call ant
240 cd $(SolutionDir)modules\types && call ant
241 cd $(SolutionDir)modules\gui && call ant
242 cd $(SolutionDir)modules\core && call ant
243 cd $(SolutionDir)modules\hdf5 && call ant
244 cd $(SolutionDir)modules\graph && call ant
245 cd $(SolutionDir)modules\helptools && call ant
246 cd $(SolutionDir)modules\xcos && call ant
247 cd $(SolutionDir)modules\ui_data && call ant
248 cd $(SolutionDir)modules\history_browser && call ant
249 cd $(SolutionDir)modules\javasci && call ant
250 cd $(SolutionDir)modules\scinotes && call ant
251 cd $(SolutionDir)modules\preferences && call ant
253 </NMakeBuildCommandLine>
254 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
255 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
256 cd $(SolutionDir)modules\localization && call ant clean && call ant
257 cd $(SolutionDir)modules\commons && call ant clean && call ant
258 cd $(SolutionDir)modules\jvm && call ant clean && call ant
259 cd $(SolutionDir)modules\renderer && call ant clean && call ant
260 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
261 cd $(SolutionDir)modules\completion && call ant clean && call ant
262 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
263 cd $(SolutionDir)modules\console && call ant clean && call ant
264 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
265 cd $(SolutionDir)modules\types && call ant clean && call ant
266 cd $(SolutionDir)modules\gui && call ant clean && call ant
267 cd $(SolutionDir)modules\core && call ant clean && call ant
268 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
269 cd $(SolutionDir)modules\graph && call ant clean && call ant
270 cd $(SolutionDir)modules\helptools && call ant clean && call ant
271 cd $(SolutionDir)modules\xcos && call ant clean && call ant
272 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
273 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
274 cd $(SolutionDir)modules\javasci && call ant clean && call ant
275 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
276 cd $(SolutionDir)modules\preferences && call ant clean && call ant
277 </NMakeReBuildCommandLine>
278 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
279 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
280 cd $(SolutionDir)modules\localization && call ant clean
281 cd $(SolutionDir)modules\commons && call ant clean
282 cd $(SolutionDir)modules\jvm && call ant clean
283 cd $(SolutionDir)modules\renderer && call ant clean
284 cd $(SolutionDir)modules\history_manager && call ant clean
285 cd $(SolutionDir)modules\completion && call ant clean
286 cd $(SolutionDir)modules\action_binding && call ant clean
287 cd $(SolutionDir)modules\console && call ant clean
288 cd $(SolutionDir)modules\graphic_export && call ant clean
289 cd $(SolutionDir)modules\types && call ant clean
290 cd $(SolutionDir)modules\gui && call ant clean
291 cd $(SolutionDir)modules\core && call ant clean
292 cd $(SolutionDir)modules\hdf5 && call ant clean
293 cd $(SolutionDir)modules\graph && call ant clean
294 cd $(SolutionDir)modules\helptools && call ant clean
295 cd $(SolutionDir)modules\xcos && call ant clean
296 cd $(SolutionDir)modules\ui_data && call ant clean
297 cd $(SolutionDir)modules\history_browser && call ant clean
298 cd $(SolutionDir)modules\javasci && call ant clean
299 cd $(SolutionDir)modules\scinotes && call ant clean
300 cd $(SolutionDir)modules\preferences && call ant clean
302 </NMakeCleanCommandLine>
306 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
307 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
308 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
309 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
310 cd $(SolutionDir)modules\localization && call ant
311 cd $(SolutionDir)modules\commons && call ant
312 cd $(SolutionDir)modules\jvm && call ant
313 cd $(SolutionDir)modules\renderer && call ant
314 cd $(SolutionDir)modules\history_manager && call ant
315 cd $(SolutionDir)modules\completion && call ant
316 cd $(SolutionDir)modules\action_binding && call ant
317 cd $(SolutionDir)modules\console && call ant
318 cd $(SolutionDir)modules\graphic_export && call ant
319 cd $(SolutionDir)modules\types && call ant
320 cd $(SolutionDir)modules\gui && call ant
321 cd $(SolutionDir)modules\core && call ant
322 cd $(SolutionDir)modules\hdf5 && call ant
323 cd $(SolutionDir)modules\graph && call ant
324 cd $(SolutionDir)modules\helptools && call ant
325 cd $(SolutionDir)modules\xcos && call ant
326 cd $(SolutionDir)modules\ui_data && call ant
327 cd $(SolutionDir)modules\history_browser && call ant
328 cd $(SolutionDir)modules\javasci && call ant
329 cd $(SolutionDir)modules\scinotes && call ant
330 cd $(SolutionDir)modules\preferences && call ant
332 </NMakeBuildCommandLine>
333 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
334 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
335 cd $(SolutionDir)modules\localization && call ant clean && call ant
336 cd $(SolutionDir)modules\commons && call ant clean && call ant
337 cd $(SolutionDir)modules\jvm && call ant clean && call ant
338 cd $(SolutionDir)modules\renderer && call ant clean && call ant
339 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
340 cd $(SolutionDir)modules\completion && call ant clean && call ant
341 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
342 cd $(SolutionDir)modules\console && call ant clean && call ant
343 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
344 cd $(SolutionDir)modules\types && call ant clean && call ant
345 cd $(SolutionDir)modules\gui && call ant clean && call ant
346 cd $(SolutionDir)modules\core && call ant clean && call ant
347 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
348 cd $(SolutionDir)modules\graph && call ant clean && call ant
349 cd $(SolutionDir)modules\helptools && call ant clean && call ant
350 cd $(SolutionDir)modules\xcos && call ant clean && call ant
351 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
352 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
353 cd $(SolutionDir)modules\javasci && call ant clean && call ant
354 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
355 cd $(SolutionDir)modules\preferences && call ant clean && call ant
356 </NMakeReBuildCommandLine>
357 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
358 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
359 cd $(SolutionDir)modules\localization && call ant clean
360 cd $(SolutionDir)modules\commons && call ant clean
361 cd $(SolutionDir)modules\jvm && call ant clean
362 cd $(SolutionDir)modules\renderer && call ant clean
363 cd $(SolutionDir)modules\history_manager && call ant clean
364 cd $(SolutionDir)modules\completion && call ant clean
365 cd $(SolutionDir)modules\action_binding && call ant clean
366 cd $(SolutionDir)modules\console && call ant clean
367 cd $(SolutionDir)modules\graphic_export && call ant clean
368 cd $(SolutionDir)modules\types && call ant clean
369 cd $(SolutionDir)modules\gui && call ant clean
370 cd $(SolutionDir)modules\core && call ant clean
371 cd $(SolutionDir)modules\hdf5 && call ant clean
372 cd $(SolutionDir)modules\graph && call ant clean
373 cd $(SolutionDir)modules\helptools && call ant clean
374 cd $(SolutionDir)modules\xcos && call ant clean
375 cd $(SolutionDir)modules\ui_data && call ant clean
376 cd $(SolutionDir)modules\history_browser && call ant clean
377 cd $(SolutionDir)modules\javasci && call ant clean
378 cd $(SolutionDir)modules\scinotes && call ant clean
379 cd $(SolutionDir)modules\preferences && call ant clean
381 </NMakeCleanCommandLine>
385 <ItemDefinitionGroup>
386 </ItemDefinitionGroup>
387 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
388 <ImportGroup Label="ExtensionTargets">