2011-12-15 14:03:43 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-03-30 08:13:00 +02:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}</ProjectGuid>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ProjectName>inproc_lat</ProjectName>
|
|
|
|
|
<RootNamespace>inproc_lat10</RootNamespace>
|
2014-03-30 08:13:00 +02:00
|
|
|
|
</PropertyGroup>
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ProjectConfiguration Include="DebugDEXE|Win32">
|
|
|
|
|
<Configuration>DebugDEXE</Configuration>
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ProjectConfiguration Include="ReleaseDEXE|Win32">
|
|
|
|
|
<Configuration>ReleaseDEXE</Configuration>
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ProjectConfiguration Include="DebugDEXE|x64">
|
|
|
|
|
<Configuration>DebugDEXE</Configuration>
|
2014-03-30 08:13:00 +02:00
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<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>
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2014-03-30 08:13:00 +02:00
|
|
|
|
<PlatformToolset>v100</PlatformToolset>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2011-12-15 14:03:43 +01:00
|
|
|
|
</PropertyGroup>
|
2014-03-30 08:13:00 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2014-04-09 12:27:27 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'" Label="PropertySheets">
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\Win32.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
2014-04-09 12:27:27 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDEXE|Win32'" Label="PropertySheets">
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleReleaseDynamic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\Win32.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDEXE|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\x64.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDEXE|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleReleaseDynamic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\x64.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugLEXE|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleDebugLinkTimeCodeGeneration.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\Win32.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLEXE|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleReleaseLinkTimeCodeGeneration.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\Win32.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugLEXE|x64'" Label="PropertySheets">
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleDebugLinkTimeCodeGeneration.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\x64.props" />
|
2011-12-15 14:03:43 +01:00
|
|
|
|
</ImportGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLEXE|x64'" Label="PropertySheets">
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleReleaseLinkTimeCodeGeneration.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\x64.props" />
|
2011-12-15 14:03:43 +01:00
|
|
|
|
</ImportGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSEXE|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleDebugStatic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\Win32.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSEXE|Win32'" Label="PropertySheets">
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\Win32.props" />
|
2011-12-15 14:03:43 +01:00
|
|
|
|
</ImportGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSEXE|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleDebugStatic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\x64.props" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSEXE|x64'" Label="PropertySheets">
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
2014-05-07 00:16:37 +02:00
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props" />
|
|
|
|
|
<Import Project="$(ProjectDir)..\..\properties\x64.props" />
|
2014-04-08 04:38:59 +02:00
|
|
|
|
</ImportGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\..\..\..\perf\platform.hpp" />
|
|
|
|
|
</ItemGroup>
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<ItemGroup>
|
2014-03-30 08:13:00 +02:00
|
|
|
|
<ClCompile Include="..\..\..\..\perf\inproc_lat.cpp" />
|
2011-12-15 14:03:43 +01:00
|
|
|
|
</ItemGroup>
|
2014-04-06 11:39:15 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2011-12-15 14:03:43 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\libzmq\libzmq.vcxproj">
|
|
|
|
|
<Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2014-04-08 04:38:59 +02:00
|
|
|
|
</Project>
|