Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
5d0701d7
Commit
5d0701d7
authored
Apr 04, 2014
by
evoskuil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add executable projects to VS2013 solution.
parent
2ad6469c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
941 additions
and
406 deletions
+941
-406
c_local_lat.vcxproj
builds/msvc/vs2013/c_local_lat/c_local_lat.vcxproj
+0
-92
c_local_thr.vcxproj
builds/msvc/vs2013/c_local_thr/c_local_thr.vcxproj
+0
-111
c_remote_lat.vcxproj
builds/msvc/vs2013/c_remote_lat/c_remote_lat.vcxproj
+0
-92
c_remote_thr.vcxproj
builds/msvc/vs2013/c_remote_thr/c_remote_thr.vcxproj
+0
-111
inproc_lat.props
builds/msvc/vs2013/inproc_lat/inproc_lat.props
+31
-0
inproc_lat.vcxproj
builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj
+0
-0
inproc_thr.props
builds/msvc/vs2013/inproc_thr/inproc_thr.props
+31
-0
inproc_thr.vcxproj
builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj
+0
-0
libzmq.sln
builds/msvc/vs2013/libzmq.sln
+0
-0
local_lat.props
builds/msvc/vs2013/local_lat/local_lat.props
+31
-0
local_lat.vcxproj
builds/msvc/vs2013/local_lat/local_lat.vcxproj
+150
-0
local_thr.props
builds/msvc/vs2013/local_thr/local_thr.props
+31
-0
local_thr.vcxproj
builds/msvc/vs2013/local_thr/local_thr.vcxproj
+150
-0
Console.props
builds/msvc/vs2013/properties/Console.props
+22
-0
ConsoleDebugDynamic.props
builds/msvc/vs2013/properties/ConsoleDebugDynamic.props
+23
-0
ConsoleDebugLinkTimeCodeGeneration.props
...s2013/properties/ConsoleDebugLinkTimeCodeGeneration.props
+23
-0
ConsoleDebugStatic.props
builds/msvc/vs2013/properties/ConsoleDebugStatic.props
+22
-0
ConsoleReleaseDynamic.props
builds/msvc/vs2013/properties/ConsoleReleaseDynamic.props
+22
-0
ConsoleReleaseLinkTimeCodeGeneration.props
...013/properties/ConsoleReleaseLinkTimeCodeGeneration.props
+22
-0
ConsoleReleaseStatic.props
builds/msvc/vs2013/properties/ConsoleReleaseStatic.props
+21
-0
remote_lat.props
builds/msvc/vs2013/remote_lat/remote_lat.props
+31
-0
remote_lat.vcxproj
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
+150
-0
remote_thr.props
builds/msvc/vs2013/remote_thr/remote_thr.props
+31
-0
remote_thr.vcxproj
builds/msvc/vs2013/remote_thr/remote_thr.vcxproj
+150
-0
No files found.
builds/msvc/vs2013/c_local_lat/c_local_lat.vcxproj
deleted
100644 → 0
View file @
2ad6469c
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectName>
local_lat
</ProjectName>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<RootNamespace>
c_local_lat
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32_Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\local_lat.cpp"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\libzmq\libzmq11.vcxproj"
>
<Project>
{641c5f36-32ee-4323-b740-992b651cf9d6}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/c_local_thr/c_local_thr.vcxproj
deleted
100644 → 0
View file @
2ad6469c
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectName>
local_thr
</ProjectName>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<RootNamespace>
c_local_thr
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32_Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\local_thr.cpp"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\libzmq\libzmq11.vcxproj"
>
<Project>
{641c5f36-32ee-4323-b740-992b651cf9d6}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
builds/msvc/vs2013/c_remote_lat/c_remote_lat.vcxproj
deleted
100644 → 0
View file @
2ad6469c
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectName>
remote_lat
</ProjectName>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<RootNamespace>
c_remote_lat
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32_Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\remote_lat.cpp"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\libzmq\libzmq11.vcxproj"
>
<Project>
{641c5f36-32ee-4323-b740-992b651cf9d6}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/c_remote_thr/c_remote_thr.vcxproj
deleted
100644 → 0
View file @
2ad6469c
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectName>
remote_thr
</ProjectName>
<ProjectGuid>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<RootNamespace>
c_remote_thr
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v110
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32_Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\Executable.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\remote_thr.cpp"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\libzmq\libzmq11.vcxproj"
>
<Project>
{641c5f36-32ee-4323-b740-992b651cf9d6}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
builds/msvc/vs2013/inproc_lat/inproc_lat.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZeroMQ inproc_lat Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>
copy $(ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\perf\
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1 Or $(Configuration.IndexOf('SEXE')) != -1"
>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Project>
\ No newline at end of file
builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj
View file @
5d0701d7
This diff is collapsed.
Click to expand it.
builds/msvc/vs2013/inproc_thr/inproc_thr.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZeroMQ inproc_thr Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>
copy $(ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\perf\
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1 Or $(Configuration.IndexOf('SEXE')) != -1"
>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Project>
\ No newline at end of file
builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj
View file @
5d0701d7
This diff is collapsed.
Click to expand it.
builds/msvc/vs2013/libzmq.sln
View file @
5d0701d7
This diff is collapsed.
Click to expand it.
builds/msvc/vs2013/local_lat/local_lat.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZeroMQ local_lat Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>
copy $(ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\perf\
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1 Or $(Configuration.IndexOf('SEXE')) != -1"
>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Project>
\ No newline at end of file
builds/msvc/vs2013/local_lat/local_lat.vcxproj
0 → 100644
View file @
5d0701d7
<?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>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectName>
local_lat
</ProjectName>
<RootNamespace>
local_lat12
</RootNamespace>
</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>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\perf\local_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>
\ No newline at end of file
builds/msvc/vs2013/local_thr/local_thr.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZeroMQ local_thr Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>
copy $(ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\perf\
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1 Or $(Configuration.IndexOf('SEXE')) != -1"
>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Project>
\ No newline at end of file
builds/msvc/vs2013/local_thr/local_thr.vcxproj
0 → 100644
View file @
5d0701d7
<?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>
<RootNamespace>
local_thr12
</RootNamespace>
</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>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\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>
\ No newline at end of file
builds/msvc/vs2013/properties/Console.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Common.props"
/>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Console Application
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>
_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/properties/ConsoleDebugDynamic.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Debug.props"
/>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Console Debug Dynamic
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<!-- Linking CRT dynamically when building a dynamic library is conventional. -->
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LinkIncremental>
true
</LinkIncremental>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/properties/ConsoleDebugLinkTimeCodeGeneration.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"LinkTimeCodeGeneration.props"
/>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Console Debug Link Time Code Generation Library
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<LinkIncremental>
false
</LinkIncremental>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/properties/ConsoleDebugStatic.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Debug.props"
/>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Console Debug Static
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<LinkIncremental>
true
</LinkIncremental>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/properties/ConsoleReleaseDynamic.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Release.props"
/>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Console Release Dynamic
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<!-- Linking CRT dynamically when building a dynamic library is conventional. -->
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/properties/ConsoleReleaseLinkTimeCodeGeneration.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Release.props"
/>
<Import
Project=
"LinkTimeCodeGeneration.props"
/>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Console Release Link Time Code Generation Library
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/properties/ConsoleReleaseStatic.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Release.props"
/>
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
Console Release Static
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
builds/msvc/vs2013/remote_lat/remote_lat.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZeroMQ remote_lat Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>
copy $(ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\perf\
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1 Or $(Configuration.IndexOf('SEXE')) != -1"
>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Project>
\ No newline at end of file
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
0 → 100644
View file @
5d0701d7
<?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>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectName>
remote_lat
</ProjectName>
<RootNamespace>
remote_lat12
</RootNamespace>
</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>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\perf\remote_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>
\ No newline at end of file
builds/msvc/vs2013/remote_thr/remote_thr.props
0 → 100644
View file @
5d0701d7
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZeroMQ remote_thr Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>
copy $(ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\perf\
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1 Or $(Configuration.IndexOf('SEXE')) != -1"
>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Project>
\ No newline at end of file
builds/msvc/vs2013/remote_thr/remote_thr.vcxproj
0 → 100644
View file @
5d0701d7
<?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>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<ProjectName>
remote_thr
</ProjectName>
<RootNamespace>
remote_thr12
</RootNamespace>
</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>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
</ImportGroup>
<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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleDebugStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseSEXE|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"
/>
<Import
Project=
"$(ProjectDir)..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\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>
</Project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment