2016-02-02 22:31:18 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-05-12 12:31:52 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-02-02 22:31:18 +01:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{B15E059C-0CBB-4A82-8C42-6567FB650802}</ProjectGuid>
|
|
|
|
|
<ProjectName>remote_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" />
|
2017-03-24 05:32:48 +01:00
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
|
|
|
|
</ImportGroup>
|
2017-03-24 06:29:19 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Option-tweet>true</Option-tweet>
|
|
|
|
|
</PropertyGroup>
|
2016-02-02 22:31:18 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\..\platform.hpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\..\..\..\perf\remote_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>
|
2017-03-24 05:32:48 +01:00
|
|
|
|
</Project>
|