1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <Project DefaultTargets="Build" ToolsVersion="14.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="Release|Win32">
|
---|
9 | <Configuration>Release</Configuration>
|
---|
10 | <Platform>Win32</Platform>
|
---|
11 | </ProjectConfiguration>
|
---|
12 | <ProjectConfiguration Include="MinSizeRel|Win32">
|
---|
13 | <Configuration>MinSizeRel</Configuration>
|
---|
14 | <Platform>Win32</Platform>
|
---|
15 | </ProjectConfiguration>
|
---|
16 | <ProjectConfiguration Include="RelWithDebInfo|Win32">
|
---|
17 | <Configuration>RelWithDebInfo</Configuration>
|
---|
18 | <Platform>Win32</Platform>
|
---|
19 | </ProjectConfiguration>
|
---|
20 | </ItemGroup>
|
---|
21 | <PropertyGroup Label="Globals">
|
---|
22 | <ProjectGUID>{803318B1-DD0D-3E8C-8F50-56130DBFDB87}</ProjectGUID>
|
---|
23 | <Keyword>Win32Proj</Keyword>
|
---|
24 | <Platform>Win32</Platform>
|
---|
25 | <ProjectName>ALL_BUILD</ProjectName>
|
---|
26 | </PropertyGroup>
|
---|
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
29 | <ConfigurationType>Utility</ConfigurationType>
|
---|
30 | <UseOfMfc>false</UseOfMfc>
|
---|
31 | <CharacterSet>MultiByte</CharacterSet>
|
---|
32 | <PlatformToolset>v140</PlatformToolset>
|
---|
33 | </PropertyGroup>
|
---|
34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
35 | <ConfigurationType>Utility</ConfigurationType>
|
---|
36 | <UseOfMfc>false</UseOfMfc>
|
---|
37 | <CharacterSet>MultiByte</CharacterSet>
|
---|
38 | <PlatformToolset>v140</PlatformToolset>
|
---|
39 | </PropertyGroup>
|
---|
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
---|
41 | <ConfigurationType>Utility</ConfigurationType>
|
---|
42 | <UseOfMfc>false</UseOfMfc>
|
---|
43 | <CharacterSet>MultiByte</CharacterSet>
|
---|
44 | <PlatformToolset>v140</PlatformToolset>
|
---|
45 | </PropertyGroup>
|
---|
46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
---|
47 | <ConfigurationType>Utility</ConfigurationType>
|
---|
48 | <UseOfMfc>false</UseOfMfc>
|
---|
49 | <CharacterSet>MultiByte</CharacterSet>
|
---|
50 | <PlatformToolset>v140</PlatformToolset>
|
---|
51 | </PropertyGroup>
|
---|
52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
53 | <ImportGroup Label="ExtensionSettings">
|
---|
54 | </ImportGroup>
|
---|
55 | <ImportGroup Label="PropertySheets">
|
---|
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
57 | </ImportGroup>
|
---|
58 | <PropertyGroup Label="UserMacros" />
|
---|
59 | <PropertyGroup>
|
---|
60 | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
---|
61 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
---|
62 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
---|
63 | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
---|
64 | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
---|
65 | </PropertyGroup>
|
---|
66 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
67 | <Midl>
|
---|
68 | <AdditionalIncludeDirectories>C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\..\blas;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
69 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
70 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
71 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
72 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
73 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
74 | </Midl>
|
---|
75 | </ItemDefinitionGroup>
|
---|
76 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
77 | <Midl>
|
---|
78 | <AdditionalIncludeDirectories>C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\..\blas;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
79 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
80 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
81 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
82 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
83 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
84 | </Midl>
|
---|
85 | </ItemDefinitionGroup>
|
---|
86 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
---|
87 | <Midl>
|
---|
88 | <AdditionalIncludeDirectories>C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\..\blas;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
89 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
90 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
91 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
92 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
93 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
94 | </Midl>
|
---|
95 | </ItemDefinitionGroup>
|
---|
96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
---|
97 | <Midl>
|
---|
98 | <AdditionalIncludeDirectories>C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\..\blas;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
99 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
100 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
101 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
102 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
103 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
104 | </Midl>
|
---|
105 | </ItemDefinitionGroup>
|
---|
106 | <ItemGroup>
|
---|
107 | <CustomBuild Include="C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt">
|
---|
108 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
109 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
|
---|
110 | "C:\Program Files\CMake\bin\cmake.exe" -HC:/Users/ldecherf/Desktop/Vislab/eigen -BC:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install --check-stamp-file C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp
|
---|
111 | if %errorlevel% neq 0 goto :cmEnd
|
---|
112 | :cmEnd
|
---|
113 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
114 | :cmErrorLevel
|
---|
115 | exit /b %1
|
---|
116 | :cmDone
|
---|
117 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
118 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\cmake\language_support.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\CMakeFiles\3.6.2\CMakeFortranCompiler.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeFortranInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeCommonLanguageInclude.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
---|
119 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
120 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
|
---|
121 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
122 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
|
---|
123 | "C:\Program Files\CMake\bin\cmake.exe" -HC:/Users/ldecherf/Desktop/Vislab/eigen -BC:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install --check-stamp-file C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp
|
---|
124 | if %errorlevel% neq 0 goto :cmEnd
|
---|
125 | :cmEnd
|
---|
126 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
127 | :cmErrorLevel
|
---|
128 | exit /b %1
|
---|
129 | :cmDone
|
---|
130 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
131 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\cmake\language_support.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\CMakeFiles\3.6.2\CMakeFortranCompiler.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeFortranInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeCommonLanguageInclude.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
---|
132 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
133 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
|
---|
134 | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
135 | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
|
---|
136 | "C:\Program Files\CMake\bin\cmake.exe" -HC:/Users/ldecherf/Desktop/Vislab/eigen -BC:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install --check-stamp-file C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp
|
---|
137 | if %errorlevel% neq 0 goto :cmEnd
|
---|
138 | :cmEnd
|
---|
139 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
140 | :cmErrorLevel
|
---|
141 | exit /b %1
|
---|
142 | :cmDone
|
---|
143 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
144 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\cmake\language_support.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\CMakeFiles\3.6.2\CMakeFortranCompiler.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeFortranInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeCommonLanguageInclude.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
---|
145 | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
146 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
|
---|
147 | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
148 | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
|
---|
149 | "C:\Program Files\CMake\bin\cmake.exe" -HC:/Users/ldecherf/Desktop/Vislab/eigen -BC:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install --check-stamp-file C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp
|
---|
150 | if %errorlevel% neq 0 goto :cmEnd
|
---|
151 | :cmEnd
|
---|
152 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
153 | :cmErrorLevel
|
---|
154 | exit /b %1
|
---|
155 | :cmDone
|
---|
156 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
157 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;C:\Users\ldecherf\Desktop\Vislab\eigen\cmake\language_support.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\CMakeFiles\3.6.2\CMakeFortranCompiler.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeFortranInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.6\Modules\CMakeCommonLanguageInclude.cmake;C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
---|
158 | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
159 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
|
---|
160 | </CustomBuild>
|
---|
161 | </ItemGroup>
|
---|
162 | <ItemGroup>
|
---|
163 | </ItemGroup>
|
---|
164 | <ItemGroup>
|
---|
165 | <ProjectReference Include="C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/ZERO_CHECK.vcxproj">
|
---|
166 | <Project>56DAFFD3-0E2A-3AF7-8900-6581362EF4F2</Project>
|
---|
167 | </ProjectReference>
|
---|
168 | <ProjectReference Include="C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/eigen_lapack.vcxproj">
|
---|
169 | <Project>0004ED97-F80F-31C6-AB1B-80AD56F764A5</Project>
|
---|
170 | </ProjectReference>
|
---|
171 | <ProjectReference Include="C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/eigen_lapack_static.vcxproj">
|
---|
172 | <Project>1F2A6F45-E2B4-3E9E-A1A0-2B42C6C6EF6F</Project>
|
---|
173 | </ProjectReference>
|
---|
174 | </ItemGroup>
|
---|
175 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
176 | <ImportGroup Label="ExtensionTargets">
|
---|
177 | </ImportGroup>
|
---|
178 | </Project> |
---|