local_thr.vcxproj 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="Globals">
  4. <ProjectGuid>{8EF2DF6B-6646-460F-8032-913B70FE0E94}</ProjectGuid>
  5. <ProjectName>local_thr</ProjectName>
  6. <PlatformToolset>v140</PlatformToolset>
  7. <ConfigurationType>Application</ConfigurationType>
  8. </PropertyGroup>
  9. <ItemGroup Label="ProjectConfigurations">
  10. <ProjectConfiguration Include="DebugDEXE|Win32">
  11. <Configuration>DebugDEXE</Configuration>
  12. <Platform>Win32</Platform>
  13. </ProjectConfiguration>
  14. <ProjectConfiguration Include="ReleaseDEXE|Win32">
  15. <Configuration>ReleaseDEXE</Configuration>
  16. <Platform>Win32</Platform>
  17. </ProjectConfiguration>
  18. <ProjectConfiguration Include="DebugDEXE|x64">
  19. <Configuration>DebugDEXE</Configuration>
  20. <Platform>x64</Platform>
  21. </ProjectConfiguration>
  22. <ProjectConfiguration Include="ReleaseDEXE|x64">
  23. <Configuration>ReleaseDEXE</Configuration>
  24. <Platform>x64</Platform>
  25. </ProjectConfiguration>
  26. <ProjectConfiguration Include="DebugLEXE|Win32">
  27. <Configuration>DebugLEXE</Configuration>
  28. <Platform>Win32</Platform>
  29. </ProjectConfiguration>
  30. <ProjectConfiguration Include="ReleaseLEXE|Win32">
  31. <Configuration>ReleaseLEXE</Configuration>
  32. <Platform>Win32</Platform>
  33. </ProjectConfiguration>
  34. <ProjectConfiguration Include="DebugLEXE|x64">
  35. <Configuration>DebugLEXE</Configuration>
  36. <Platform>x64</Platform>
  37. </ProjectConfiguration>
  38. <ProjectConfiguration Include="ReleaseLEXE|x64">
  39. <Configuration>ReleaseLEXE</Configuration>
  40. <Platform>x64</Platform>
  41. </ProjectConfiguration>
  42. <ProjectConfiguration Include="DebugSEXE|Win32">
  43. <Configuration>DebugSEXE</Configuration>
  44. <Platform>Win32</Platform>
  45. </ProjectConfiguration>
  46. <ProjectConfiguration Include="ReleaseSEXE|Win32">
  47. <Configuration>ReleaseSEXE</Configuration>
  48. <Platform>Win32</Platform>
  49. </ProjectConfiguration>
  50. <ProjectConfiguration Include="DebugSEXE|x64">
  51. <Configuration>DebugSEXE</Configuration>
  52. <Platform>x64</Platform>
  53. </ProjectConfiguration>
  54. <ProjectConfiguration Include="ReleaseSEXE|x64">
  55. <Configuration>ReleaseSEXE</Configuration>
  56. <Platform>x64</Platform>
  57. </ProjectConfiguration>
  58. </ItemGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  60. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  61. <ImportGroup Label="PropertySheets">
  62. <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" />
  63. <Import Project="$(ProjectDir)..\..\properties\Output.props" />
  64. <Import Project="$(ProjectDir)$(ProjectName).props" />
  65. </ImportGroup>
  66. <PropertyGroup>
  67. <Option-tweet>true</Option-tweet>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <ClInclude Include="..\..\platform.hpp" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ClCompile Include="..\..\..\..\perf\local_thr.cpp" />
  74. </ItemGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  76. <ItemGroup>
  77. <ProjectReference Include="..\libzmq\libzmq.vcxproj">
  78. <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project>
  79. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  80. </ProjectReference>
  81. </ItemGroup>
  82. </Project>