12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Label="Globals">
- <ProjectGuid>{8EF2DF6B-6646-460F-8032-913B70FE0E94}</ProjectGuid>
- <ProjectName>local_thr</ProjectName>
- <PlatformToolset>v140</PlatformToolset>
- <ConfigurationType>Application</ConfigurationType>
- </PropertyGroup>
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="DebugDEXE|Win32">
- <Configuration>DebugDEXE</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseDEXE|Win32">
- <Configuration>ReleaseDEXE</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="DebugDEXE|x64">
- <Configuration>DebugDEXE</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseDEXE|x64">
- <Configuration>ReleaseDEXE</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="DebugLEXE|Win32">
- <Configuration>DebugLEXE</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseLEXE|Win32">
- <Configuration>ReleaseLEXE</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="DebugLEXE|x64">
- <Configuration>DebugLEXE</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseLEXE|x64">
- <Configuration>ReleaseLEXE</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="DebugSEXE|Win32">
- <Configuration>DebugSEXE</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseSEXE|Win32">
- <Configuration>ReleaseSEXE</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="DebugSEXE|x64">
- <Configuration>DebugSEXE</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseSEXE|x64">
- <Configuration>ReleaseSEXE</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" />
- <Import Project="$(ProjectDir)..\..\properties\Output.props" />
- <Import Project="$(ProjectDir)$(ProjectName).props" />
- </ImportGroup>
- <PropertyGroup>
- <Option-tweet>true</Option-tweet>
- </PropertyGroup>
- <ItemGroup>
- <ClInclude Include="..\..\platform.hpp" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\..\..\perf\local_thr.cpp" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ItemGroup>
- <ProjectReference Include="..\libzmq\libzmq.vcxproj">
- <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- </Project>
|