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\prebuildjava && call ant
74 cd $(SolutionDir)modules\javasci && call ant
75 cd $(SolutionDir)modules\hdf5 && call ant
76 cd $(SolutionDir)modules\xcos && call ant
77 </NMakeBuildCommandLine>
78 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
79 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
80 cd $(SolutionDir)modules\prebuildjava && call ant clean && call ant
81 cd $(SolutionDir)modules\javasci && call ant clean && call ant
82 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
83 cd $(SolutionDir)modules\xcos && call ant clean && call ant
86 </NMakeReBuildCommandLine>
87 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
88 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
89 cd $(SolutionDir)modules\prebuildjava && call ant clean
90 cd $(SolutionDir)modules\javasci && call ant clean
91 cd $(SolutionDir)modules\hdf5 && call ant clean
92 cd $(SolutionDir)modules\xcos && call ant clean
96 </NMakeCleanCommandLine>
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101 <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
102 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
103 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
104 cd $(SolutionDir)modules\prebuildjava && call ant
105 cd $(SolutionDir)modules\javasci && call ant
106 cd $(SolutionDir)modules\hdf5 && call ant
107 cd $(SolutionDir)modules\xcos && call ant
108 </NMakeBuildCommandLine>
109 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
110 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
111 cd $(SolutionDir)modules\prebuildjava && call ant clean && call ant
112 cd $(SolutionDir)modules\javasci && call ant clean && call ant
113 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
114 cd $(SolutionDir)modules\xcos && 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\prebuildjava && call ant clean
121 cd $(SolutionDir)modules\javasci && call ant clean
122 cd $(SolutionDir)modules\hdf5 && call ant clean
123 cd $(SolutionDir)modules\xcos && call ant clean
127 </NMakeCleanCommandLine>
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
133 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
134 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
135 cd $(SolutionDir)modules\prebuildjava && call ant
136 cd $(SolutionDir)modules\javasci && call ant
137 cd $(SolutionDir)modules\hdf5 && call ant
138 cd $(SolutionDir)modules\xcos && call ant
139 </NMakeBuildCommandLine>
140 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
141 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
142 cd $(SolutionDir)modules\prebuildjava && call ant clean && call ant
143 cd $(SolutionDir)modules\javasci && call ant clean && call ant
144 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
145 cd $(SolutionDir)modules\xcos && call ant clean && call ant
148 </NMakeReBuildCommandLine>
149 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
150 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
151 cd $(SolutionDir)modules\prebuildjava && call ant clean
152 cd $(SolutionDir)modules\javasci && call ant clean
153 cd $(SolutionDir)modules\hdf5 && call ant clean
154 cd $(SolutionDir)modules\xcos && call ant clean
158 </NMakeCleanCommandLine>
162 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
163 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
164 <NMakeBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
165 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
166 cd $(SolutionDir)modules\prebuildjava && call ant
167 cd $(SolutionDir)modules\javasci && call ant
168 cd $(SolutionDir)modules\hdf5 && call ant
169 cd $(SolutionDir)modules\xcos && call ant
170 </NMakeBuildCommandLine>
171 <NMakeReBuildCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
172 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
173 cd $(SolutionDir)modules\prebuildjava && call ant clean && call ant
174 cd $(SolutionDir)modules\javasci && call ant clean && call ant
175 cd $(SolutionDir)modules\hdf5 && call ant clean && call ant
176 cd $(SolutionDir)modules\xcos && call ant clean && call ant
179 </NMakeReBuildCommandLine>
180 <NMakeCleanCommandLine>set JAVA_HOME=$(SolutionDir)java\jdk
181 set PATH=$(SolutionDir)java\ant\bin;%PATH%;
182 cd $(SolutionDir)modules\prebuildjava && call ant clean
183 cd $(SolutionDir)modules\javasci && call ant clean
184 cd $(SolutionDir)modules\hdf5 && call ant clean
185 cd $(SolutionDir)modules\xcos && call ant clean
189 </NMakeCleanCommandLine>
193 <ItemDefinitionGroup>
194 </ItemDefinitionGroup>
195 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
196 <ImportGroup Label="ExtensionTargets">