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>{0004ED97-F80F-31C6-AB1B-80AD56F764A5}</ProjectGUID>
|
---|
23 | <Keyword>Win32Proj</Keyword>
|
---|
24 | <Platform>Win32</Platform>
|
---|
25 | <ProjectName>eigen_lapack</ProjectName>
|
---|
26 | </PropertyGroup>
|
---|
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
29 | <ConfigurationType>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</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 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\Debug\</OutDir>
|
---|
62 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">eigen_lapack.dir\Debug\</IntDir>
|
---|
63 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">eigen_lapack</TargetName>
|
---|
64 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.dll</TargetExt>
|
---|
65 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
---|
66 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
|
---|
67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\Release\</OutDir>
|
---|
68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">eigen_lapack.dir\Release\</IntDir>
|
---|
69 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">eigen_lapack</TargetName>
|
---|
70 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.dll</TargetExt>
|
---|
71 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
---|
72 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
|
---|
73 | <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\MinSizeRel\</OutDir>
|
---|
74 | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">eigen_lapack.dir\MinSizeRel\</IntDir>
|
---|
75 | <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">eigen_lapack</TargetName>
|
---|
76 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.dll</TargetExt>
|
---|
77 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental>
|
---|
78 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest>
|
---|
79 | <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\RelWithDebInfo\</OutDir>
|
---|
80 | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">eigen_lapack.dir\RelWithDebInfo\</IntDir>
|
---|
81 | <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">eigen_lapack</TargetName>
|
---|
82 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.dll</TargetExt>
|
---|
83 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental>
|
---|
84 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest>
|
---|
85 | </PropertyGroup>
|
---|
86 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
87 | <ClCompile>
|
---|
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 | <AssemblerListingLocation>Debug/</AssemblerListingLocation>
|
---|
90 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
---|
91 | <CompileAs>CompileAsCpp</CompileAs>
|
---|
92 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
---|
93 | <DisableSpecificWarnings>4127;4505;4714</DisableSpecificWarnings>
|
---|
94 | <ExceptionHandling>Sync</ExceptionHandling>
|
---|
95 | <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
---|
96 | <Optimization>Disabled</Optimization>
|
---|
97 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
---|
98 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
---|
99 | <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
---|
100 | <WarningLevel>Level4</WarningLevel>
|
---|
101 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;CMAKE_INTDIR="Debug";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
102 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
103 | </ClCompile>
|
---|
104 | <ResourceCompile>
|
---|
105 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;CMAKE_INTDIR=\"Debug\";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
106 | <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>
|
---|
107 | </ResourceCompile>
|
---|
108 | <Midl>
|
---|
109 | <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>
|
---|
110 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
111 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
112 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
113 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
114 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
115 | </Midl>
|
---|
116 | <Link>
|
---|
117 | <AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
---|
118 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;..\blas\Debug\eigen_blas.lib</AdditionalDependencies>
|
---|
119 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
120 | <GenerateDebugInformation>Debug</GenerateDebugInformation>
|
---|
121 | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
---|
122 | <ImportLibrary>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/Debug/eigen_lapack.lib</ImportLibrary>
|
---|
123 | <ProgramDataBaseFile>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/Debug/eigen_lapack.pdb</ProgramDataBaseFile>
|
---|
124 | <SubSystem>Console</SubSystem>
|
---|
125 | <Version></Version>
|
---|
126 | </Link>
|
---|
127 | <ProjectReference>
|
---|
128 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
---|
129 | </ProjectReference>
|
---|
130 | </ItemDefinitionGroup>
|
---|
131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
132 | <ClCompile>
|
---|
133 | <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>
|
---|
134 | <AssemblerListingLocation>Release/</AssemblerListingLocation>
|
---|
135 | <CompileAs>CompileAsCpp</CompileAs>
|
---|
136 | <DisableSpecificWarnings>4127;4505;4714</DisableSpecificWarnings>
|
---|
137 | <ExceptionHandling>Sync</ExceptionHandling>
|
---|
138 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
---|
139 | <Optimization>MaxSpeed</Optimization>
|
---|
140 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
---|
141 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
142 | <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
---|
143 | <WarningLevel>Level4</WarningLevel>
|
---|
144 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NDEBUG;CMAKE_INTDIR="Release";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
145 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
146 | <DebugInformationFormat></DebugInformationFormat>
|
---|
147 | </ClCompile>
|
---|
148 | <ResourceCompile>
|
---|
149 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NDEBUG;CMAKE_INTDIR=\"Release\";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
150 | <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>
|
---|
151 | </ResourceCompile>
|
---|
152 | <Midl>
|
---|
153 | <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>
|
---|
154 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
155 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
156 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
157 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
158 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
159 | </Midl>
|
---|
160 | <Link>
|
---|
161 | <AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
---|
162 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;..\blas\Release\eigen_blas.lib</AdditionalDependencies>
|
---|
163 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
164 | <GenerateDebugInformation>No</GenerateDebugInformation>
|
---|
165 | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
---|
166 | <ImportLibrary>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/Release/eigen_lapack.lib</ImportLibrary>
|
---|
167 | <ProgramDataBaseFile>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/Release/eigen_lapack.pdb</ProgramDataBaseFile>
|
---|
168 | <SubSystem>Console</SubSystem>
|
---|
169 | <Version></Version>
|
---|
170 | </Link>
|
---|
171 | <ProjectReference>
|
---|
172 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
---|
173 | </ProjectReference>
|
---|
174 | </ItemDefinitionGroup>
|
---|
175 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
---|
176 | <ClCompile>
|
---|
177 | <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>
|
---|
178 | <AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation>
|
---|
179 | <CompileAs>CompileAsCpp</CompileAs>
|
---|
180 | <DisableSpecificWarnings>4127;4505;4714</DisableSpecificWarnings>
|
---|
181 | <ExceptionHandling>Sync</ExceptionHandling>
|
---|
182 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
183 | <Optimization>MinSpace</Optimization>
|
---|
184 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
---|
185 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
186 | <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
---|
187 | <WarningLevel>Level4</WarningLevel>
|
---|
188 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NDEBUG;CMAKE_INTDIR="MinSizeRel";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
189 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
190 | <DebugInformationFormat></DebugInformationFormat>
|
---|
191 | </ClCompile>
|
---|
192 | <ResourceCompile>
|
---|
193 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
194 | <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>
|
---|
195 | </ResourceCompile>
|
---|
196 | <Midl>
|
---|
197 | <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>
|
---|
198 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
199 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
200 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
201 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
202 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
203 | </Midl>
|
---|
204 | <Link>
|
---|
205 | <AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
---|
206 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;..\blas\MinSizeRel\eigen_blas.lib</AdditionalDependencies>
|
---|
207 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
208 | <GenerateDebugInformation>No</GenerateDebugInformation>
|
---|
209 | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
---|
210 | <ImportLibrary>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/MinSizeRel/eigen_lapack.lib</ImportLibrary>
|
---|
211 | <ProgramDataBaseFile>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/MinSizeRel/eigen_lapack.pdb</ProgramDataBaseFile>
|
---|
212 | <SubSystem>Console</SubSystem>
|
---|
213 | <Version></Version>
|
---|
214 | </Link>
|
---|
215 | <ProjectReference>
|
---|
216 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
---|
217 | </ProjectReference>
|
---|
218 | </ItemDefinitionGroup>
|
---|
219 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
---|
220 | <ClCompile>
|
---|
221 | <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>
|
---|
222 | <AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation>
|
---|
223 | <CompileAs>CompileAsCpp</CompileAs>
|
---|
224 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
---|
225 | <DisableSpecificWarnings>4127;4505;4714</DisableSpecificWarnings>
|
---|
226 | <ExceptionHandling>Sync</ExceptionHandling>
|
---|
227 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
228 | <Optimization>MaxSpeed</Optimization>
|
---|
229 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
---|
230 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
231 | <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
---|
232 | <WarningLevel>Level4</WarningLevel>
|
---|
233 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
234 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
---|
235 | </ClCompile>
|
---|
236 | <ResourceCompile>
|
---|
237 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\";eigen_lapack_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
238 | <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>
|
---|
239 | </ResourceCompile>
|
---|
240 | <Midl>
|
---|
241 | <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>
|
---|
242 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
---|
243 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
---|
244 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
---|
245 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
---|
246 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
---|
247 | </Midl>
|
---|
248 | <Link>
|
---|
249 | <AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
---|
250 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;..\blas\RelWithDebInfo\eigen_blas.lib</AdditionalDependencies>
|
---|
251 | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
252 | <GenerateDebugInformation>Debug</GenerateDebugInformation>
|
---|
253 | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
---|
254 | <ImportLibrary>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/RelWithDebInfo/eigen_lapack.lib</ImportLibrary>
|
---|
255 | <ProgramDataBaseFile>C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/RelWithDebInfo/eigen_lapack.pdb</ProgramDataBaseFile>
|
---|
256 | <SubSystem>Console</SubSystem>
|
---|
257 | <Version></Version>
|
---|
258 | </Link>
|
---|
259 | <ProjectReference>
|
---|
260 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
---|
261 | </ProjectReference>
|
---|
262 | </ItemDefinitionGroup>
|
---|
263 | <ItemGroup>
|
---|
264 | <CustomBuild Include="C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\CMakeLists.txt">
|
---|
265 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
266 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
|
---|
267 | "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
|
---|
268 | if %errorlevel% neq 0 goto :cmEnd
|
---|
269 | :cmEnd
|
---|
270 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
271 | :cmErrorLevel
|
---|
272 | exit /b %1
|
---|
273 | :cmDone
|
---|
274 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
275 | <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>
|
---|
276 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
277 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
|
---|
278 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
279 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
|
---|
280 | "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
|
---|
281 | if %errorlevel% neq 0 goto :cmEnd
|
---|
282 | :cmEnd
|
---|
283 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
284 | :cmErrorLevel
|
---|
285 | exit /b %1
|
---|
286 | :cmDone
|
---|
287 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
288 | <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>
|
---|
289 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
290 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
|
---|
291 | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
292 | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
|
---|
293 | "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
|
---|
294 | if %errorlevel% neq 0 goto :cmEnd
|
---|
295 | :cmEnd
|
---|
296 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
297 | :cmErrorLevel
|
---|
298 | exit /b %1
|
---|
299 | :cmDone
|
---|
300 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
301 | <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>
|
---|
302 | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
303 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
|
---|
304 | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/Users/ldecherf/Desktop/Vislab/eigen/lapack/CMakeLists.txt</Message>
|
---|
305 | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
|
---|
306 | "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
|
---|
307 | if %errorlevel% neq 0 goto :cmEnd
|
---|
308 | :cmEnd
|
---|
309 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
---|
310 | :cmErrorLevel
|
---|
311 | exit /b %1
|
---|
312 | :cmDone
|
---|
313 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
---|
314 | <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>
|
---|
315 | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\lapack\CMakeFiles\generate.stamp</Outputs>
|
---|
316 | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
|
---|
317 | </CustomBuild>
|
---|
318 | </ItemGroup>
|
---|
319 | <ItemGroup>
|
---|
320 | <ClCompile Include="C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\single.cpp" />
|
---|
321 | <ClCompile Include="C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\double.cpp" />
|
---|
322 | <ClCompile Include="C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\complex_single.cpp" />
|
---|
323 | <ClCompile Include="C:\Users\ldecherf\Desktop\Vislab\eigen\lapack\complex_double.cpp" />
|
---|
324 | <ClCompile Include="C:\Users\ldecherf\Desktop\Vislab\eigen\blas\xerbla.cpp" />
|
---|
325 | </ItemGroup>
|
---|
326 | <ItemGroup>
|
---|
327 | <ProjectReference Include="C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/ZERO_CHECK.vcxproj">
|
---|
328 | <Project>56DAFFD3-0E2A-3AF7-8900-6581362EF4F2</Project>
|
---|
329 | </ProjectReference>
|
---|
330 | <ProjectReference Include="C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/blas/eigen_blas.vcxproj">
|
---|
331 | <Project>0AE55865-1B9C-320E-B8AE-397CA2AC7A47</Project>
|
---|
332 | </ProjectReference>
|
---|
333 | </ItemGroup>
|
---|
334 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
335 | <ImportGroup Label="ExtensionTargets">
|
---|
336 | </ImportGroup>
|
---|
337 | </Project> |
---|