source: pacpussensors/trunk/Vislab/lib3dv/eigen/Eigen-install/Eigen/src/Eigen2Support/Geometry/INSTALL.vcxproj@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 12.3 KB
Line 
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>{B9F660E2-0990-3F40-B71A-95300F5EFC8B}</ProjectGUID>
23 <Keyword>Win32Proj</Keyword>
24 <Platform>Win32</Platform>
25 <ProjectName>INSTALL</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\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;%(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 <PostBuildEvent>
76 <Message></Message>
77 <Command>setlocal
78"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
79if %errorlevel% neq 0 goto :cmEnd
80:cmEnd
81endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
82:cmErrorLevel
83exit /b %1
84:cmDone
85if %errorlevel% neq 0 goto :VCEnd</Command>
86 </PostBuildEvent>
87 </ItemDefinitionGroup>
88 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
89 <Midl>
90 <AdditionalIncludeDirectories>C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
91 <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
92 <HeaderFileName>%(Filename).h</HeaderFileName>
93 <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
94 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
95 <ProxyFileName>%(Filename)_p.c</ProxyFileName>
96 </Midl>
97 <PostBuildEvent>
98 <Message></Message>
99 <Command>setlocal
100"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
101if %errorlevel% neq 0 goto :cmEnd
102:cmEnd
103endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
104:cmErrorLevel
105exit /b %1
106:cmDone
107if %errorlevel% neq 0 goto :VCEnd</Command>
108 </PostBuildEvent>
109 </ItemDefinitionGroup>
110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
111 <Midl>
112 <AdditionalIncludeDirectories>C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
113 <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
114 <HeaderFileName>%(Filename).h</HeaderFileName>
115 <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
116 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
117 <ProxyFileName>%(Filename)_p.c</ProxyFileName>
118 </Midl>
119 <PostBuildEvent>
120 <Message></Message>
121 <Command>setlocal
122"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
123if %errorlevel% neq 0 goto :cmEnd
124:cmEnd
125endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
126:cmErrorLevel
127exit /b %1
128:cmDone
129if %errorlevel% neq 0 goto :VCEnd</Command>
130 </PostBuildEvent>
131 </ItemDefinitionGroup>
132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
133 <Midl>
134 <AdditionalIncludeDirectories>C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen\src\Eigen2Support\Geometry;C:\Users\ldecherf\Desktop\Vislab\eigen;C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
135 <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
136 <HeaderFileName>%(Filename).h</HeaderFileName>
137 <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
138 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
139 <ProxyFileName>%(Filename)_p.c</ProxyFileName>
140 </Midl>
141 <PostBuildEvent>
142 <Message></Message>
143 <Command>setlocal
144"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
145if %errorlevel% neq 0 goto :cmEnd
146:cmEnd
147endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
148:cmErrorLevel
149exit /b %1
150:cmDone
151if %errorlevel% neq 0 goto :VCEnd</Command>
152 </PostBuildEvent>
153 </ItemDefinitionGroup>
154 <ItemGroup>
155 <CustomBuild Include="C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\CMakeFiles\dd087a2534a4ed6bbadd38be2c5efa4c\INSTALL_force.rule">
156 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
157 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
158cd .
159if %errorlevel% neq 0 goto :cmEnd
160:cmEnd
161endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
162:cmErrorLevel
163exit /b %1
164:cmDone
165if %errorlevel% neq 0 goto :VCEnd</Command>
166 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/CMakeFiles/dd087a2534a4ed6bbadd38be2c5efa4c/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
167 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\Eigen\src\Eigen2Support\Geometry\CMakeFiles\INSTALL_force</Outputs>
168 <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
169 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
170 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
171cd .
172if %errorlevel% neq 0 goto :cmEnd
173:cmEnd
174endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
175:cmErrorLevel
176exit /b %1
177:cmDone
178if %errorlevel% neq 0 goto :VCEnd</Command>
179 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/CMakeFiles/dd087a2534a4ed6bbadd38be2c5efa4c/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
180 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\Eigen\src\Eigen2Support\Geometry\CMakeFiles\INSTALL_force</Outputs>
181 <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
182 <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
183 <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
184cd .
185if %errorlevel% neq 0 goto :cmEnd
186:cmEnd
187endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
188:cmErrorLevel
189exit /b %1
190:cmDone
191if %errorlevel% neq 0 goto :VCEnd</Command>
192 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/CMakeFiles/dd087a2534a4ed6bbadd38be2c5efa4c/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
193 <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\Eigen\src\Eigen2Support\Geometry\CMakeFiles\INSTALL_force</Outputs>
194 <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
195 <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
196 <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
197cd .
198if %errorlevel% neq 0 goto :cmEnd
199:cmEnd
200endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
201:cmErrorLevel
202exit /b %1
203:cmDone
204if %errorlevel% neq 0 goto :VCEnd</Command>
205 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/CMakeFiles/dd087a2534a4ed6bbadd38be2c5efa4c/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
206 <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Users\ldecherf\Desktop\Vislab\eigen\Eigen-install\Eigen\src\Eigen2Support\Geometry\CMakeFiles\INSTALL_force</Outputs>
207 <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
208 </CustomBuild>
209 </ItemGroup>
210 <ItemGroup>
211 <ProjectReference Include="C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/ZERO_CHECK.vcxproj">
212 <Project>56DAFFD3-0E2A-3AF7-8900-6581362EF4F2</Project>
213 </ProjectReference>
214 <ProjectReference Include="C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install/lapack/ALL_BUILD.vcxproj">
215 <Project>803318B1-DD0D-3E8C-8F50-56130DBFDB87</Project>
216 </ProjectReference>
217 </ItemGroup>
218 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
219 <ImportGroup Label="ExtensionTargets">
220 </ImportGroup>
221</Project>
Note: See TracBrowser for help on using the repository browser.