INSTALL.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="18.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  5. </PropertyGroup>
  6. <ItemGroup Label="ProjectConfigurations">
  7. <ProjectConfiguration Include="Debug|x64">
  8. <Configuration>Debug</Configuration>
  9. <Platform>x64</Platform>
  10. </ProjectConfiguration>
  11. <ProjectConfiguration Include="Release|x64">
  12. <Configuration>Release</Configuration>
  13. <Platform>x64</Platform>
  14. </ProjectConfiguration>
  15. <ProjectConfiguration Include="MinSizeRel|x64">
  16. <Configuration>MinSizeRel</Configuration>
  17. <Platform>x64</Platform>
  18. </ProjectConfiguration>
  19. <ProjectConfiguration Include="RelWithDebInfo|x64">
  20. <Configuration>RelWithDebInfo</Configuration>
  21. <Platform>x64</Platform>
  22. </ProjectConfiguration>
  23. </ItemGroup>
  24. <PropertyGroup Label="Globals">
  25. <ProjectGuid>{F750FD48-BACA-3832-96F7-BD13D1B1DFE3}</ProjectGuid>
  26. <Keyword>Win32Proj</Keyword>
  27. <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
  28. <Platform>x64</Platform>
  29. <ProjectName>INSTALL</ProjectName>
  30. <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  34. <ConfigurationType>Utility</ConfigurationType>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. <PlatformToolset>v145</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  39. <ConfigurationType>Utility</ConfigurationType>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. <PlatformToolset>v145</PlatformToolset>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
  44. <ConfigurationType>Utility</ConfigurationType>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. <PlatformToolset>v145</PlatformToolset>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
  49. <ConfigurationType>Utility</ConfigurationType>
  50. <CharacterSet>MultiByte</CharacterSet>
  51. <PlatformToolset>v145</PlatformToolset>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <PropertyGroup Label="UserMacros" />
  60. <PropertyGroup>
  61. <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
  62. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  63. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  64. <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  65. <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  66. </PropertyGroup>
  67. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  68. <PostBuildEvent>
  69. <UseUtf8Encoding>Always</UseUtf8Encoding>
  70. <Message></Message>
  71. <Command>setlocal
  72. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  73. if %errorlevel% neq 0 goto :cmEnd
  74. :cmEnd
  75. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  76. :cmErrorLevel
  77. exit /b %1
  78. :cmDone
  79. if %errorlevel% neq 0 goto :VCEnd</Command>
  80. </PostBuildEvent>
  81. </ItemDefinitionGroup>
  82. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <PostBuildEvent>
  84. <UseUtf8Encoding>Always</UseUtf8Encoding>
  85. <Message></Message>
  86. <Command>setlocal
  87. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  88. if %errorlevel% neq 0 goto :cmEnd
  89. :cmEnd
  90. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  91. :cmErrorLevel
  92. exit /b %1
  93. :cmDone
  94. if %errorlevel% neq 0 goto :VCEnd</Command>
  95. </PostBuildEvent>
  96. </ItemDefinitionGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
  98. <PostBuildEvent>
  99. <UseUtf8Encoding>Always</UseUtf8Encoding>
  100. <Message></Message>
  101. <Command>setlocal
  102. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  103. if %errorlevel% neq 0 goto :cmEnd
  104. :cmEnd
  105. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  106. :cmErrorLevel
  107. exit /b %1
  108. :cmDone
  109. if %errorlevel% neq 0 goto :VCEnd</Command>
  110. </PostBuildEvent>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
  113. <PostBuildEvent>
  114. <UseUtf8Encoding>Always</UseUtf8Encoding>
  115. <Message></Message>
  116. <Command>setlocal
  117. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  118. if %errorlevel% neq 0 goto :cmEnd
  119. :cmEnd
  120. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  121. :cmErrorLevel
  122. exit /b %1
  123. :cmDone
  124. if %errorlevel% neq 0 goto :VCEnd</Command>
  125. </PostBuildEvent>
  126. </ItemDefinitionGroup>
  127. <ItemGroup>
  128. <CustomBuild Include="K:\work\regInfo\build\CMakeFiles\8f68e43f75ddd28dad35f174c28566b8\INSTALL_force.rule">
  129. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel>
  130. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
  131. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
  132. cd .
  133. if %errorlevel% neq 0 goto :cmEnd
  134. :cmEnd
  135. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  136. :cmErrorLevel
  137. exit /b %1
  138. :cmDone
  139. if %errorlevel% neq 0 goto :VCEnd</Command>
  140. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
  141. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  142. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
  143. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
  144. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel>
  145. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
  146. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
  147. cd .
  148. if %errorlevel% neq 0 goto :cmEnd
  149. :cmEnd
  150. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  151. :cmErrorLevel
  152. exit /b %1
  153. :cmDone
  154. if %errorlevel% neq 0 goto :VCEnd</Command>
  155. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
  156. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  157. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
  158. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
  159. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel>
  160. <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
  161. <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
  162. cd .
  163. if %errorlevel% neq 0 goto :cmEnd
  164. :cmEnd
  165. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  166. :cmErrorLevel
  167. exit /b %1
  168. :cmDone
  169. if %errorlevel% neq 0 goto :VCEnd</Command>
  170. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
  171. <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  172. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
  173. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
  174. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel>
  175. <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
  176. <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
  177. cd .
  178. if %errorlevel% neq 0 goto :cmEnd
  179. :cmEnd
  180. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  181. :cmErrorLevel
  182. exit /b %1
  183. :cmDone
  184. if %errorlevel% neq 0 goto :VCEnd</Command>
  185. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
  186. <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  187. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
  188. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
  189. </CustomBuild>
  190. </ItemGroup>
  191. <ItemGroup />
  192. <ItemGroup>
  193. <ProjectReference Include="K:\work\regInfo\build\ZERO_CHECK.vcxproj">
  194. <Project>{11818AAF-5898-38D8-88AF-313F666D8D63}</Project>
  195. <Name>ZERO_CHECK</Name>
  196. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  197. <CopyToOutputDirectory>Never</CopyToOutputDirectory>
  198. </ProjectReference>
  199. <ProjectReference Include="K:\work\regInfo\build\ALL_BUILD.vcxproj">
  200. <Project>{1DEAC6A1-2590-301E-963C-26249CE3EEEB}</Project>
  201. <Name>ALL_BUILD</Name>
  202. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  203. <CopyToOutputDirectory>Never</CopyToOutputDirectory>
  204. </ProjectReference>
  205. </ItemGroup>
  206. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  207. <ImportGroup Label="ExtensionTargets">
  208. </ImportGroup>
  209. </Project>