INSTALL.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="17.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>v141</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  39. <ConfigurationType>Utility</ConfigurationType>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. <PlatformToolset>v143</PlatformToolset>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
  44. <ConfigurationType>Utility</ConfigurationType>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. <PlatformToolset>v143</PlatformToolset>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
  49. <ConfigurationType>Utility</ConfigurationType>
  50. <CharacterSet>MultiByte</CharacterSet>
  51. <PlatformToolset>v143</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>
  71. </Message>
  72. <Command>setlocal
  73. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  74. if %errorlevel% neq 0 goto :cmEnd
  75. :cmEnd
  76. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; 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|x64'">
  84. <PostBuildEvent>
  85. <UseUtf8Encoding>Always</UseUtf8Encoding>
  86. <Message>
  87. </Message>
  88. <Command>setlocal
  89. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  90. if %errorlevel% neq 0 goto :cmEnd
  91. :cmEnd
  92. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  93. :cmErrorLevel
  94. exit /b %1
  95. :cmDone
  96. if %errorlevel% neq 0 goto :VCEnd</Command>
  97. </PostBuildEvent>
  98. </ItemDefinitionGroup>
  99. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
  100. <PostBuildEvent>
  101. <UseUtf8Encoding>Always</UseUtf8Encoding>
  102. <Message>
  103. </Message>
  104. <Command>setlocal
  105. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  106. if %errorlevel% neq 0 goto :cmEnd
  107. :cmEnd
  108. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  109. :cmErrorLevel
  110. exit /b %1
  111. :cmDone
  112. if %errorlevel% neq 0 goto :VCEnd</Command>
  113. </PostBuildEvent>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
  116. <PostBuildEvent>
  117. <UseUtf8Encoding>Always</UseUtf8Encoding>
  118. <Message>
  119. </Message>
  120. <Command>setlocal
  121. "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
  122. if %errorlevel% neq 0 goto :cmEnd
  123. :cmEnd
  124. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  125. :cmErrorLevel
  126. exit /b %1
  127. :cmDone
  128. if %errorlevel% neq 0 goto :VCEnd</Command>
  129. </PostBuildEvent>
  130. </ItemDefinitionGroup>
  131. <ItemGroup>
  132. <CustomBuild Include="K:\work\regInfo\build\CMakeFiles\8f68e43f75ddd28dad35f174c28566b8\INSTALL_force.rule">
  133. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel>
  134. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  135. </Message>
  136. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
  137. cd .
  138. if %errorlevel% neq 0 goto :cmEnd
  139. :cmEnd
  140. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  141. :cmErrorLevel
  142. exit /b %1
  143. :cmDone
  144. if %errorlevel% neq 0 goto :VCEnd</Command>
  145. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
  146. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  147. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
  148. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
  149. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel>
  150. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  151. </Message>
  152. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
  153. cd .
  154. if %errorlevel% neq 0 goto :cmEnd
  155. :cmEnd
  156. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  157. :cmErrorLevel
  158. exit /b %1
  159. :cmDone
  160. if %errorlevel% neq 0 goto :VCEnd</Command>
  161. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
  162. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  163. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
  164. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
  165. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel>
  166. <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
  167. </Message>
  168. <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
  169. cd .
  170. if %errorlevel% neq 0 goto :cmEnd
  171. :cmEnd
  172. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  173. :cmErrorLevel
  174. exit /b %1
  175. :cmDone
  176. if %errorlevel% neq 0 goto :VCEnd</Command>
  177. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
  178. <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  179. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
  180. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
  181. <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel>
  182. <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
  183. </Message>
  184. <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
  185. cd .
  186. if %errorlevel% neq 0 goto :cmEnd
  187. :cmEnd
  188. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  189. :cmErrorLevel
  190. exit /b %1
  191. :cmDone
  192. if %errorlevel% neq 0 goto :VCEnd</Command>
  193. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
  194. <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">K:\work\regInfo\build\CMakeFiles\INSTALL_force</Outputs>
  195. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
  196. <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
  197. </CustomBuild>
  198. </ItemGroup>
  199. <ItemGroup />
  200. <ItemGroup>
  201. <ProjectReference Include="K:\work\regInfo\build\ZERO_CHECK.vcxproj">
  202. <Project>{11818AAF-5898-38D8-88AF-313F666D8D63}</Project>
  203. <Name>ZERO_CHECK</Name>
  204. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  205. <CopyToOutputDirectory>Never</CopyToOutputDirectory>
  206. </ProjectReference>
  207. <ProjectReference Include="K:\work\regInfo\build\ALL_BUILD.vcxproj">
  208. <Project>{1DEAC6A1-2590-301E-963C-26249CE3EEEB}</Project>
  209. <Name>ALL_BUILD</Name>
  210. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  211. <CopyToOutputDirectory>Never</CopyToOutputDirectory>
  212. </ProjectReference>
  213. </ItemGroup>
  214. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  215. <ImportGroup Label="ExtensionTargets">
  216. </ImportGroup>
  217. </Project>