John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame^] | 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="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>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</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></ConfigurationType>
|
| 30 | <UseOfMfc>false</UseOfMfc>
|
| 31 | <CharacterSet>MultiByte</CharacterSet>
|
| 32 | </PropertyGroup>
|
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 34 | <ConfigurationType></ConfigurationType>
|
| 35 | <UseOfMfc>false</UseOfMfc>
|
| 36 | <CharacterSet>MultiByte</CharacterSet>
|
| 37 | </PropertyGroup>
|
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
| 39 | <ConfigurationType></ConfigurationType>
|
| 40 | <UseOfMfc>false</UseOfMfc>
|
| 41 | <CharacterSet>MultiByte</CharacterSet>
|
| 42 | </PropertyGroup>
|
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
| 44 | <ConfigurationType></ConfigurationType>
|
| 45 | <UseOfMfc>false</UseOfMfc>
|
| 46 | <CharacterSet>MultiByte</CharacterSet>
|
| 47 | </PropertyGroup>
|
| 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 49 | <ImportGroup Label="ExtensionSettings">
|
| 50 | </ImportGroup>
|
| 51 | <ImportGroup Label="PropertySheets">
|
| 52 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
| 53 | <PropertyGroup Label="UserMacros" />
|
| 54 | <PropertyGroup>
|
| 55 | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
| 56 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| 57 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| 58 | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| 59 | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
| 60 | </PropertyGroup>
|
| 61 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 62 | <Midl>
|
| 63 | <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 64 | <OutputDirectory>$(IntDir)</OutputDirectory>
|
| 65 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
| 66 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
| 67 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
| 68 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
| 69 | </Midl>
|
| 70 | <PostBuildEvent>
|
| 71 | <Message></Message>
|
| 72 | <Command>setlocal
|
| 73 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
| 74 | if %errorlevel% neq 0 goto :cmEnd
|
| 75 | :cmEnd
|
| 76 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 77 | :cmErrorLevel
|
| 78 | exit /b %1
|
| 79 | :cmDone
|
| 80 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 81 | </PostBuildEvent>
|
| 82 | </ItemDefinitionGroup>
|
| 83 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 84 | <Midl>
|
| 85 | <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 86 | <OutputDirectory>$(IntDir)</OutputDirectory>
|
| 87 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
| 88 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
| 89 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
| 90 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
| 91 | </Midl>
|
| 92 | <PostBuildEvent>
|
| 93 | <Message></Message>
|
| 94 | <Command>setlocal
|
| 95 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
| 96 | if %errorlevel% neq 0 goto :cmEnd
|
| 97 | :cmEnd
|
| 98 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 99 | :cmErrorLevel
|
| 100 | exit /b %1
|
| 101 | :cmDone
|
| 102 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 103 | </PostBuildEvent>
|
| 104 | </ItemDefinitionGroup>
|
| 105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
| 106 | <Midl>
|
| 107 | <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 108 | <OutputDirectory>$(IntDir)</OutputDirectory>
|
| 109 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
| 110 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
| 111 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
| 112 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
| 113 | </Midl>
|
| 114 | <PostBuildEvent>
|
| 115 | <Message></Message>
|
| 116 | <Command>setlocal
|
| 117 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
| 118 | if %errorlevel% neq 0 goto :cmEnd
|
| 119 | :cmEnd
|
| 120 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 121 | :cmErrorLevel
|
| 122 | exit /b %1
|
| 123 | :cmDone
|
| 124 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 125 | </PostBuildEvent>
|
| 126 | </ItemDefinitionGroup>
|
| 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
| 128 | <Midl>
|
| 129 | <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 130 | <OutputDirectory>$(IntDir)</OutputDirectory>
|
| 131 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
| 132 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
| 133 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
| 134 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
| 135 | </Midl>
|
| 136 | <PostBuildEvent>
|
| 137 | <Message></Message>
|
| 138 | <Command>setlocal
|
| 139 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
| 140 | if %errorlevel% neq 0 goto :cmEnd
|
| 141 | :cmEnd
|
| 142 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 143 | :cmErrorLevel
|
| 144 | exit /b %1
|
| 145 | :cmDone
|
| 146 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 147 | </PostBuildEvent>
|
| 148 | </ItemDefinitionGroup>
|
| 149 | <ItemGroup>
|
| 150 | <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
|
| 151 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
|
| 152 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
|
| 153 | cd .
|
| 154 | if %errorlevel% neq 0 goto :cmEnd
|
| 155 | :cmEnd
|
| 156 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 157 | :cmErrorLevel
|
| 158 | exit /b %1
|
| 159 | :cmDone
|
| 160 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 161 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
| 162 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
|
| 163 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
|
| 164 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
|
| 165 | cd .
|
| 166 | if %errorlevel% neq 0 goto :cmEnd
|
| 167 | :cmEnd
|
| 168 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 169 | :cmErrorLevel
|
| 170 | exit /b %1
|
| 171 | :cmDone
|
| 172 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 173 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
| 174 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
|
| 175 | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
|
| 176 | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
|
| 177 | cd .
|
| 178 | if %errorlevel% neq 0 goto :cmEnd
|
| 179 | :cmEnd
|
| 180 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 181 | :cmErrorLevel
|
| 182 | exit /b %1
|
| 183 | :cmDone
|
| 184 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 185 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
| 186 | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
|
| 187 | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
|
| 188 | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
|
| 189 | cd .
|
| 190 | if %errorlevel% neq 0 goto :cmEnd
|
| 191 | :cmEnd
|
| 192 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 193 | :cmErrorLevel
|
| 194 | exit /b %1
|
| 195 | :cmDone
|
| 196 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 197 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
| 198 | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
|
| 199 | </CustomBuild>
|
| 200 | </ItemGroup>
|
| 201 | <ItemGroup>
|
| 202 | <CustomBuild Include="CMakeLists.txt">
|
| 203 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
|
| 204 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
|
| 205 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
|
| 206 | if %errorlevel% neq 0 goto :cmEnd
|
| 207 | :cmEnd
|
| 208 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 209 | :cmErrorLevel
|
| 210 | exit /b %1
|
| 211 | :cmDone
|
| 212 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 213 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
| 214 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
|
| 215 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
|
| 216 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
|
| 217 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
|
| 218 | if %errorlevel% neq 0 goto :cmEnd
|
| 219 | :cmEnd
|
| 220 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 221 | :cmErrorLevel
|
| 222 | exit /b %1
|
| 223 | :cmDone
|
| 224 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 225 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
| 226 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
|
| 227 | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
|
| 228 | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
|
| 229 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
|
| 230 | if %errorlevel% neq 0 goto :cmEnd
|
| 231 | :cmEnd
|
| 232 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 233 | :cmErrorLevel
|
| 234 | exit /b %1
|
| 235 | :cmDone
|
| 236 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 237 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
| 238 | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
|
| 239 | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
|
| 240 | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
|
| 241 | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
|
| 242 | if %errorlevel% neq 0 goto :cmEnd
|
| 243 | :cmEnd
|
| 244 | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
| 245 | :cmErrorLevel
|
| 246 | exit /b %1
|
| 247 | :cmDone
|
| 248 | if %errorlevel% neq 0 goto :VCEnd</Command>
|
| 249 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
|
| 250 | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
|
| 251 | </CustomBuild>
|
| 252 | </ItemGroup>
|
| 253 | <ItemGroup>
|
| 254 | <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
|
| 255 | <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
|
| 256 | </ProjectReference>
|
| 257 | </ItemGroup>
|
| 258 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 259 | <ImportGroup Label="ExtensionTargets">
|
| 260 | </ImportGroup>
|
| 261 | </Project> |