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
94 </NMakeBuildCommandLine>
95 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
96 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
97 cd $(SolutionDir)modules\localization && call ant clean && call ant
98 cd $(SolutionDir)modules\commons && call ant clean && call ant
99 cd $(SolutionDir)modules\jvm && call ant clean && call ant
100 cd $(SolutionDir)modules\renderer && call ant clean && call ant
101 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
102 cd $(SolutionDir)modules\completion && call ant clean && call ant
103 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
104 cd $(SolutionDir)modules\console && call ant clean && call ant
105 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
106 cd $(SolutionDir)modules\types && call ant clean && call ant
107 cd $(SolutionDir)modules\gui && call ant clean && call ant
108 cd $(SolutionDir)modules\core && call ant clean && call ant
109 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
110 cd $(SolutionDir)modules\graph && call ant clean && call ant
111 cd $(SolutionDir)modules\helptools && call ant clean && call ant
112 cd $(SolutionDir)modules\xcos && call ant clean && call ant
113 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
114 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
115 cd $(SolutionDir)modules\javasci && call ant clean && call ant
116 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
117 </NMakeReBuildCommandLine>
118 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
119 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
120 cd $(SolutionDir)modules\localization && call ant clean
121 cd $(SolutionDir)modules\commons && call ant clean
122 cd $(SolutionDir)modules\jvm && call ant clean
123 cd $(SolutionDir)modules\renderer && call ant clean
124 cd $(SolutionDir)modules\history_manager && call ant clean
125 cd $(SolutionDir)modules\completion && call ant clean
126 cd $(SolutionDir)modules\action_binding && call ant clean
127 cd $(SolutionDir)modules\console && call ant clean
128 cd $(SolutionDir)modules\graphic_export && call ant clean
129 cd $(SolutionDir)modules\types && call ant clean
130 cd $(SolutionDir)modules\gui && call ant clean
131 cd $(SolutionDir)modules\core && call ant clean
132 cd $(SolutionDir)modules\hdf5 && call ant clean
133 cd $(SolutionDir)modules\graph && call ant clean
134 cd $(SolutionDir)modules\helptools && call ant clean
135 cd $(SolutionDir)modules\xcos && call ant clean
136 cd $(SolutionDir)modules\ui_data && call ant clean
137 cd $(SolutionDir)modules\history_browser && call ant clean
138 cd $(SolutionDir)modules\javasci && call ant clean
139 cd $(SolutionDir)modules\scinotes && call ant clean
141 </NMakeCleanCommandLine>
145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
146 <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
147 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
148 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
149 cd $(SolutionDir)modules\localization && call ant
150 cd $(SolutionDir)modules\commons && call ant
151 cd $(SolutionDir)modules\jvm && call ant
152 cd $(SolutionDir)modules\renderer && call ant
153 cd $(SolutionDir)modules\history_manager && call ant
154 cd $(SolutionDir)modules\completion && call ant
155 cd $(SolutionDir)modules\action_binding && call ant
156 cd $(SolutionDir)modules\console && call ant
157 cd $(SolutionDir)modules\graphic_export && call ant
158 cd $(SolutionDir)modules\types && call ant
159 cd $(SolutionDir)modules\gui && call ant
160 cd $(SolutionDir)modules\core && call ant
161 cd $(SolutionDir)modules\hdf5 && call ant
162 cd $(SolutionDir)modules\graph && call ant
163 cd $(SolutionDir)modules\helptools && call ant
164 cd $(SolutionDir)modules\xcos && call ant
165 cd $(SolutionDir)modules\ui_data && call ant
166 cd $(SolutionDir)modules\history_browser && call ant
167 cd $(SolutionDir)modules\javasci && call ant
168 cd $(SolutionDir)modules\scinotes && call ant
170 </NMakeBuildCommandLine>
171 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
172 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
173 cd $(SolutionDir)modules\localization && call ant clean && call ant
174 cd $(SolutionDir)modules\commons && call ant clean && call ant
175 cd $(SolutionDir)modules\jvm && call ant clean && call ant
176 cd $(SolutionDir)modules\renderer && call ant clean && call ant
177 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
178 cd $(SolutionDir)modules\completion && call ant clean && call ant
179 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
180 cd $(SolutionDir)modules\console && call ant clean && call ant
181 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
182 cd $(SolutionDir)modules\types && call ant clean && call ant
183 cd $(SolutionDir)modules\gui && call ant clean && call ant
184 cd $(SolutionDir)modules\core && call ant clean && call ant
185 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
186 cd $(SolutionDir)modules\graph && call ant clean && call ant
187 cd $(SolutionDir)modules\helptools && call ant clean && call ant
188 cd $(SolutionDir)modules\xcos && call ant clean && call ant
189 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
190 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
191 cd $(SolutionDir)modules\javasci && call ant clean && call ant
192 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
193 </NMakeReBuildCommandLine>
194 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
195 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
196 cd $(SolutionDir)modules\localization && call ant clean
197 cd $(SolutionDir)modules\commons && call ant clean
198 cd $(SolutionDir)modules\jvm && call ant clean
199 cd $(SolutionDir)modules\renderer && call ant clean
200 cd $(SolutionDir)modules\history_manager && call ant clean
201 cd $(SolutionDir)modules\completion && call ant clean
202 cd $(SolutionDir)modules\action_binding && call ant clean
203 cd $(SolutionDir)modules\console && call ant clean
204 cd $(SolutionDir)modules\graphic_export && call ant clean
205 cd $(SolutionDir)modules\types && call ant clean
206 cd $(SolutionDir)modules\gui && call ant clean
207 cd $(SolutionDir)modules\core && call ant clean
208 cd $(SolutionDir)modules\hdf5 && call ant clean
209 cd $(SolutionDir)modules\graph && call ant clean
210 cd $(SolutionDir)modules\helptools && call ant clean
211 cd $(SolutionDir)modules\xcos && call ant clean
212 cd $(SolutionDir)modules\ui_data && call ant clean
213 cd $(SolutionDir)modules\history_browser && call ant clean
214 cd $(SolutionDir)modules\javasci && call ant clean
215 cd $(SolutionDir)modules\scinotes && call ant clean
217 </NMakeCleanCommandLine>
221 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
222 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
223 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
224 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
225 cd $(SolutionDir)modules\localization && call ant
226 cd $(SolutionDir)modules\commons && call ant
227 cd $(SolutionDir)modules\jvm && call ant
228 cd $(SolutionDir)modules\renderer && call ant
229 cd $(SolutionDir)modules\history_manager && call ant
230 cd $(SolutionDir)modules\completion && call ant
231 cd $(SolutionDir)modules\action_binding && call ant
232 cd $(SolutionDir)modules\console && call ant
233 cd $(SolutionDir)modules\graphic_export && call ant
234 cd $(SolutionDir)modules\types && call ant
235 cd $(SolutionDir)modules\gui && call ant
236 cd $(SolutionDir)modules\core && call ant
237 cd $(SolutionDir)modules\hdf5 && call ant
238 cd $(SolutionDir)modules\graph && call ant
239 cd $(SolutionDir)modules\helptools && call ant
240 cd $(SolutionDir)modules\xcos && call ant
241 cd $(SolutionDir)modules\ui_data && call ant
242 cd $(SolutionDir)modules\history_browser && call ant
243 cd $(SolutionDir)modules\javasci && call ant
244 cd $(SolutionDir)modules\scinotes && call ant
246 </NMakeBuildCommandLine>
247 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
248 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
249 cd $(SolutionDir)modules\localization && call ant clean && call ant
250 cd $(SolutionDir)modules\commons && call ant clean && call ant
251 cd $(SolutionDir)modules\jvm && call ant clean && call ant
252 cd $(SolutionDir)modules\renderer && call ant clean && call ant
253 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
254 cd $(SolutionDir)modules\completion && call ant clean && call ant
255 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
256 cd $(SolutionDir)modules\console && call ant clean && call ant
257 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
258 cd $(SolutionDir)modules\types && call ant clean && call ant
259 cd $(SolutionDir)modules\gui && call ant clean && call ant
260 cd $(SolutionDir)modules\core && call ant clean && call ant
261 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
262 cd $(SolutionDir)modules\graph && call ant clean && call ant
263 cd $(SolutionDir)modules\helptools && call ant clean && call ant
264 cd $(SolutionDir)modules\xcos && call ant clean && call ant
265 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
266 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
267 cd $(SolutionDir)modules\javasci && call ant clean && call ant
268 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
269 </NMakeReBuildCommandLine>
270 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
271 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
272 cd $(SolutionDir)modules\localization && call ant clean
273 cd $(SolutionDir)modules\commons && call ant clean
274 cd $(SolutionDir)modules\jvm && call ant clean
275 cd $(SolutionDir)modules\renderer && call ant clean
276 cd $(SolutionDir)modules\history_manager && call ant clean
277 cd $(SolutionDir)modules\completion && call ant clean
278 cd $(SolutionDir)modules\action_binding && call ant clean
279 cd $(SolutionDir)modules\console && call ant clean
280 cd $(SolutionDir)modules\graphic_export && call ant clean
281 cd $(SolutionDir)modules\types && call ant clean
282 cd $(SolutionDir)modules\gui && call ant clean
283 cd $(SolutionDir)modules\core && call ant clean
284 cd $(SolutionDir)modules\hdf5 && call ant clean
285 cd $(SolutionDir)modules\graph && call ant clean
286 cd $(SolutionDir)modules\helptools && call ant clean
287 cd $(SolutionDir)modules\xcos && call ant clean
288 cd $(SolutionDir)modules\ui_data && call ant clean
289 cd $(SolutionDir)modules\history_browser && call ant clean
290 cd $(SolutionDir)modules\javasci && call ant clean
291 cd $(SolutionDir)modules\scinotes && call ant clean
293 </NMakeCleanCommandLine>
297 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
298 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
299 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
300 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
301 cd $(SolutionDir)modules\localization && call ant
302 cd $(SolutionDir)modules\commons && call ant
303 cd $(SolutionDir)modules\jvm && call ant
304 cd $(SolutionDir)modules\renderer && call ant
305 cd $(SolutionDir)modules\history_manager && call ant
306 cd $(SolutionDir)modules\completion && call ant
307 cd $(SolutionDir)modules\action_binding && call ant
308 cd $(SolutionDir)modules\console && call ant
309 cd $(SolutionDir)modules\graphic_export && call ant
310 cd $(SolutionDir)modules\types && call ant
311 cd $(SolutionDir)modules\gui && call ant
312 cd $(SolutionDir)modules\core && call ant
313 cd $(SolutionDir)modules\hdf5 && call ant
314 cd $(SolutionDir)modules\graph && call ant
315 cd $(SolutionDir)modules\helptools && call ant
316 cd $(SolutionDir)modules\xcos && call ant
317 cd $(SolutionDir)modules\ui_data && call ant
318 cd $(SolutionDir)modules\history_browser && call ant
319 cd $(SolutionDir)modules\javasci && call ant
320 cd $(SolutionDir)modules\scinotes && call ant
322 </NMakeBuildCommandLine>
323 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
324 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
325 cd $(SolutionDir)modules\localization && call ant clean && call ant
326 cd $(SolutionDir)modules\commons && call ant clean && call ant
327 cd $(SolutionDir)modules\jvm && call ant clean && call ant
328 cd $(SolutionDir)modules\renderer && call ant clean && call ant
329 cd $(SolutionDir)modules\history_manager && call ant clean && call ant
330 cd $(SolutionDir)modules\completion && call ant clean && call ant
331 cd $(SolutionDir)modules\action_binding && call ant clean && call ant
332 cd $(SolutionDir)modules\console && call ant clean && call ant
333 cd $(SolutionDir)modules\graphic_export && call ant clean && call ant
334 cd $(SolutionDir)modules\types && call ant clean && call ant
335 cd $(SolutionDir)modules\gui && call ant clean && call ant
336 cd $(SolutionDir)modules\core && call ant clean && call ant
337 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
338 cd $(SolutionDir)modules\graph && call ant clean && call ant
339 cd $(SolutionDir)modules\helptools && call ant clean && call ant
340 cd $(SolutionDir)modules\xcos && call ant clean && call ant
341 cd $(SolutionDir)modules\ui_data && call ant clean && call ant
342 cd $(SolutionDir)modules\history_browser && call ant clean && call ant
343 cd $(SolutionDir)modules\javasci && call ant clean && call ant
344 cd $(SolutionDir)modules\scinotes && call ant clean && call ant
345 </NMakeReBuildCommandLine>
346 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
347 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
348 cd $(SolutionDir)modules\localization && call ant clean
349 cd $(SolutionDir)modules\commons && call ant clean
350 cd $(SolutionDir)modules\jvm && call ant clean
351 cd $(SolutionDir)modules\renderer && call ant clean
352 cd $(SolutionDir)modules\history_manager && call ant clean
353 cd $(SolutionDir)modules\completion && call ant clean
354 cd $(SolutionDir)modules\action_binding && call ant clean
355 cd $(SolutionDir)modules\console && call ant clean
356 cd $(SolutionDir)modules\graphic_export && call ant clean
357 cd $(SolutionDir)modules\types && call ant clean
358 cd $(SolutionDir)modules\gui && call ant clean
359 cd $(SolutionDir)modules\core && call ant clean
360 cd $(SolutionDir)modules\hdf5 && call ant clean
361 cd $(SolutionDir)modules\graph && call ant clean
362 cd $(SolutionDir)modules\helptools && call ant clean
363 cd $(SolutionDir)modules\xcos && call ant clean
364 cd $(SolutionDir)modules\ui_data && call ant clean
365 cd $(SolutionDir)modules\history_browser && call ant clean
366 cd $(SolutionDir)modules\javasci && call ant clean
367 cd $(SolutionDir)modules\scinotes && call ant clean
369 </NMakeCleanCommandLine>
373 <ItemDefinitionGroup>
374 </ItemDefinitionGroup>
375 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
376 <ImportGroup Label="ExtensionTargets">