examples.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{17854119-4DA1-3A0D-BACC-3DFBD98D97E2}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <Platform>Win32</Platform>
  17. <ProjectName>examples</ProjectName>
  18. <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  22. <ConfigurationType>Utility</ConfigurationType>
  23. <CharacterSet>MultiByte</CharacterSet>
  24. <PlatformToolset>v140</PlatformToolset>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  27. <ConfigurationType>Utility</ConfigurationType>
  28. <CharacterSet>MultiByte</CharacterSet>
  29. <PlatformToolset>v140</PlatformToolset>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Label="PropertySheets">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <PropertyGroup Label="UserMacros" />
  38. <PropertyGroup>
  39. <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
  40. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  41. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  42. </PropertyGroup>
  43. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <Midl>
  45. <AdditionalIncludeDirectories>S:\repos\libhv\.;S:\repos\libhv\include;S:\repos\libhv\3rd\include;S:\repos\libhv\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  46. <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
  47. <HeaderFileName>%(Filename).h</HeaderFileName>
  48. <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
  49. <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
  50. <ProxyFileName>%(Filename)_p.c</ProxyFileName>
  51. </Midl>
  52. </ItemDefinitionGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  54. <Midl>
  55. <AdditionalIncludeDirectories>S:\repos\libhv\.;S:\repos\libhv\include;S:\repos\libhv\3rd\include;S:\repos\libhv\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  56. <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
  57. <HeaderFileName>%(Filename).h</HeaderFileName>
  58. <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
  59. <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
  60. <ProxyFileName>%(Filename)_p.c</ProxyFileName>
  61. </Midl>
  62. </ItemDefinitionGroup>
  63. <ItemGroup>
  64. <CustomBuild Include="S:\repos\libhv\vs2015\CMakeFiles\669e45ac34618e185605e101fc0eaca5\examples.rule">
  65. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"></Message>
  66. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
  67. :cmEnd
  68. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  69. :cmErrorLevel
  70. exit /b %1
  71. :cmDone
  72. if %errorlevel% neq 0 goto :VCEnd</Command>
  73. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">S:\repos\libhv\vs2015\examples\bin\Debug\hmain_test.exe;S:\repos\libhv\vs2015\examples\bin\Debug\htimer_test.exe;S:\repos\libhv\vs2015\examples\bin\Debug\hloop_test.exe;S:\repos\libhv\vs2015\examples\bin\Debug\tcp.exe;S:\repos\libhv\vs2015\examples\bin\Debug\udp.exe;S:\repos\libhv\vs2015\examples\bin\Debug\nc.exe;S:\repos\libhv\vs2015\examples\bin\Debug\nmap.exe;S:\repos\libhv\vs2015\examples\bin\Debug\httpd.exe;S:\repos\libhv\vs2015\examples\bin\Debug\curl.exe;S:\repos\libhv\vs2015\examples\bin\Debug\consul_cli.exe;%(AdditionalInputs)</AdditionalInputs>
  74. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">S:\repos\libhv\vs2015\examples\CMakeFiles\examples</Outputs>
  75. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
  76. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"></Message>
  77. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
  78. :cmEnd
  79. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  80. :cmErrorLevel
  81. exit /b %1
  82. :cmDone
  83. if %errorlevel% neq 0 goto :VCEnd</Command>
  84. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">S:\repos\libhv\vs2015\examples\bin\Release\hmain_test.exe;S:\repos\libhv\vs2015\examples\bin\Release\htimer_test.exe;S:\repos\libhv\vs2015\examples\bin\Release\hloop_test.exe;S:\repos\libhv\vs2015\examples\bin\Release\tcp.exe;S:\repos\libhv\vs2015\examples\bin\Release\udp.exe;S:\repos\libhv\vs2015\examples\bin\Release\nc.exe;S:\repos\libhv\vs2015\examples\bin\Release\nmap.exe;S:\repos\libhv\vs2015\examples\bin\Release\httpd.exe;S:\repos\libhv\vs2015\examples\bin\Release\curl.exe;S:\repos\libhv\vs2015\examples\bin\Release\consul_cli.exe;%(AdditionalInputs)</AdditionalInputs>
  85. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">S:\repos\libhv\vs2015\examples\CMakeFiles\examples</Outputs>
  86. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
  87. </CustomBuild>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <CustomBuild Include="S:\repos\libhv\examples\CMakeLists.txt">
  91. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule S:/repos/libhv/examples/CMakeLists.txt</Message>
  92. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
  93. D:\app\cmake-3.16.6-win64-x64\bin\cmake.exe -SS:/repos/libhv -BS:/repos/libhv/vs2015 --check-stamp-file S:/repos/libhv/vs2015/examples/CMakeFiles/generate.stamp
  94. if %errorlevel% neq 0 goto :cmEnd
  95. :cmEnd
  96. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  97. :cmErrorLevel
  98. exit /b %1
  99. :cmDone
  100. if %errorlevel% neq 0 goto :VCEnd</Command>
  101. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
  102. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">S:\repos\libhv\vs2015\examples\CMakeFiles\generate.stamp</Outputs>
  103. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
  104. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule S:/repos/libhv/examples/CMakeLists.txt</Message>
  105. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
  106. D:\app\cmake-3.16.6-win64-x64\bin\cmake.exe -SS:/repos/libhv -BS:/repos/libhv/vs2015 --check-stamp-file S:/repos/libhv/vs2015/examples/CMakeFiles/generate.stamp
  107. if %errorlevel% neq 0 goto :cmEnd
  108. :cmEnd
  109. endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
  110. :cmErrorLevel
  111. exit /b %1
  112. :cmDone
  113. if %errorlevel% neq 0 goto :VCEnd</Command>
  114. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
  115. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">S:\repos\libhv\vs2015\examples\CMakeFiles\generate.stamp</Outputs>
  116. <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
  117. </CustomBuild>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="S:\repos\libhv\vs2015\examples\CMakeFiles\examples" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ProjectReference Include="S:\repos\libhv\vs2015\ZERO_CHECK.vcxproj">
  124. <Project>{C514CE56-E21C-34D1-A82B-5F6FD510C149}</Project>
  125. <Name>ZERO_CHECK</Name>
  126. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  127. <CopyToOutputDirectory>Never</CopyToOutputDirectory>
  128. </ProjectReference>
  129. <ProjectReference Include="S:\repos\libhv\vs2015\examples\consul_cli.vcxproj">
  130. <Project>{9C99785B-DFAC-398A-BBF8-A4243AB00583}</Project>
  131. <Name>consul_cli</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="S:\repos\libhv\vs2015\examples\curl.vcxproj">
  134. <Project>{ED79FC32-574F-3EFB-8C87-E2772018AD40}</Project>
  135. <Name>curl</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="S:\repos\libhv\vs2015\examples\hloop_test.vcxproj">
  138. <Project>{8919753D-5033-3E3C-ACF6-A691BA6D27CA}</Project>
  139. <Name>hloop_test</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="S:\repos\libhv\vs2015\examples\hmain_test.vcxproj">
  142. <Project>{25B7E018-1F39-3DED-940E-E66ABDC41A8C}</Project>
  143. <Name>hmain_test</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="S:\repos\libhv\vs2015\examples\htimer_test.vcxproj">
  146. <Project>{B74A4065-0487-321B-8344-F1DB8C652C0D}</Project>
  147. <Name>htimer_test</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="S:\repos\libhv\vs2015\examples\httpd.vcxproj">
  150. <Project>{897B0A4C-A640-3E2D-BBD7-2D715B139ACC}</Project>
  151. <Name>httpd</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="S:\repos\libhv\vs2015\examples\nc.vcxproj">
  154. <Project>{AB18DC0D-F3C9-3988-9BB7-A52A585540EB}</Project>
  155. <Name>nc</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="S:\repos\libhv\vs2015\examples\nmap.vcxproj">
  158. <Project>{EB5933D4-107A-3E68-B464-12EF0A13CB3A}</Project>
  159. <Name>nmap</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="S:\repos\libhv\vs2015\examples\tcp.vcxproj">
  162. <Project>{3B210E51-2D3C-39A2-818F-CE190FF016EF}</Project>
  163. <Name>tcp</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="S:\repos\libhv\vs2015\examples\udp.vcxproj">
  166. <Project>{94B94387-D903-3192-90DD-139904C3DF0F}</Project>
  167. <Name>udp</Name>
  168. </ProjectReference>
  169. </ItemGroup>
  170. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  171. <ImportGroup Label="ExtensionTargets">
  172. </ImportGroup>
  173. </Project>