mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 02:42:58 +01:00
80 lines
3.2 KiB
XML
80 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}</ProjectGuid>
|
|
<ProjectName>inproc_lat</ProjectName>
|
|
<PlatformToolset>v110</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>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\platform.hpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\..\..\perf\inproc_lat.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>
|