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
0329402d
Commit
0329402d
authored
Feb 02, 2016
by
Constantin Rack
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1762 from hintjens/master
Fixed VS2015 build
parents
963dffb5
d218e038
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
766 additions
and
28 deletions
+766
-28
libzmq.props
builds/msvc/vs2010/libzmq/libzmq.props
+1
-1
local_thr.vcxproj
builds/msvc/vs2010/local_thr/local_thr.vcxproj
+0
-4
remote_lat.vcxproj
builds/msvc/vs2010/remote_lat/remote_lat.vcxproj
+0
-4
libzmq.props
builds/msvc/vs2012/libzmq/libzmq.props
+1
-1
local_thr.vcxproj
builds/msvc/vs2012/local_thr/local_thr.vcxproj
+0
-4
remote_lat.vcxproj
builds/msvc/vs2012/remote_lat/remote_lat.vcxproj
+0
-4
libzmq.props
builds/msvc/vs2013/libzmq/libzmq.props
+1
-1
local_thr.vcxproj
builds/msvc/vs2013/local_thr/local_thr.vcxproj
+0
-4
remote_lat.vcxproj
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
+0
-4
inproc_lat.props
builds/msvc/vs2015/inproc_lat/inproc_lat.props
+48
-0
inproc_lat.vcxproj
builds/msvc/vs2015/inproc_lat/inproc_lat.vcxproj
+79
-0
inproc_thr.props
builds/msvc/vs2015/inproc_thr/inproc_thr.props
+48
-0
inproc_thr.vcxproj
builds/msvc/vs2015/inproc_thr/inproc_thr.vcxproj
+79
-0
libzmq.props
builds/msvc/vs2015/libzmq/libzmq.props
+1
-1
local_lat.props
builds/msvc/vs2015/local_lat/local_lat.props
+48
-0
local_lat.vcxproj
builds/msvc/vs2015/local_lat/local_lat.vcxproj
+79
-0
local_thr.props
builds/msvc/vs2015/local_thr/local_thr.props
+48
-0
local_thr.vcxproj
builds/msvc/vs2015/local_thr/local_thr.vcxproj
+79
-0
remote_lat.props
builds/msvc/vs2015/remote_lat/remote_lat.props
+48
-0
remote_lat.vcxproj
builds/msvc/vs2015/remote_lat/remote_lat.vcxproj
+79
-0
remote_thr.props
builds/msvc/vs2015/remote_thr/remote_thr.props
+48
-0
remote_thr.vcxproj
builds/msvc/vs2015/remote_thr/remote_thr.vcxproj
+79
-0
No files found.
builds/msvc/vs2010/libzmq/libzmq.props
View file @
0329402d
...
...
@@ -23,7 +23,7 @@
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<EnablePREfast>
false
</EnablePREfast>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
FD_SETSIZE=4096
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
builds/msvc/vs2010/local_thr/local_thr.vcxproj
View file @
0329402d
...
...
@@ -56,10 +56,6 @@
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
...
...
builds/msvc/vs2010/remote_lat/remote_lat.vcxproj
View file @
0329402d
...
...
@@ -56,10 +56,6 @@
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
...
...
builds/msvc/vs2012/libzmq/libzmq.props
View file @
0329402d
...
...
@@ -23,7 +23,7 @@
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<EnablePREfast>
false
</EnablePREfast>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
FD_SETSIZE=4096
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
builds/msvc/vs2012/local_thr/local_thr.vcxproj
View file @
0329402d
...
...
@@ -56,10 +56,6 @@
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
...
...
builds/msvc/vs2012/remote_lat/remote_lat.vcxproj
View file @
0329402d
...
...
@@ -56,10 +56,6 @@
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
...
...
builds/msvc/vs2013/libzmq/libzmq.props
View file @
0329402d
...
...
@@ -23,7 +23,7 @@
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<EnablePREfast>
false
</EnablePREfast>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
FD_SETSIZE=4096
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
builds/msvc/vs2013/local_thr/local_thr.vcxproj
View file @
0329402d
...
...
@@ -56,10 +56,6 @@
<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"
>
...
...
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
View file @
0329402d
...
...
@@ -56,10 +56,6 @@
<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"
>
...
...
builds/msvc/vs2015/inproc_lat/inproc_lat.props
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
ZeroMQ inproc_lat Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<!-- Configuration -->
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Dependencies -->
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(SolutionDir)libzmq.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
<!-- Messages -->
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Linkage-libzmq : $(Linkage-libzmq)"
Importance=
"high"
/>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
/>
</Target>
</Project>
builds/msvc/vs2015/inproc_lat/inproc_lat.vcxproj
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}
</ProjectGuid>
<ProjectName>
inproc_lat
</ProjectName>
<PlatformToolset>
v140
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|Win32"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugDEXE|x64"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|x64"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|Win32"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|Win32"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|x64"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|x64"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|Win32"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|Win32"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|x64"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|x64"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
<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>
builds/msvc/vs2015/inproc_thr/inproc_thr.props
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
ZeroMQ inproc_thr Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<!-- Configuration -->
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Dependencies -->
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(SolutionDir)libzmq.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
<!-- Messages -->
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Linkage-libzmq : $(Linkage-libzmq)"
Importance=
"high"
/>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
/>
</Target>
</Project>
builds/msvc/vs2015/inproc_thr/inproc_thr.vcxproj
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{1077E977-95DD-4E73-A692-74647DD0CC1E}
</ProjectGuid>
<ProjectName>
inproc_thr
</ProjectName>
<PlatformToolset>
v140
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|Win32"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugDEXE|x64"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|x64"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|Win32"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|Win32"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|x64"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|x64"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|Win32"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|Win32"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|x64"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|x64"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\perf\inproc_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>
builds/msvc/vs2015/libzmq/libzmq.props
View file @
0329402d
...
...
@@ -23,7 +23,7 @@
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<EnablePREfast>
false
</EnablePREfast>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
FD_SETSIZE=4096
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;
_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384
;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
builds/msvc/vs2015/local_lat/local_lat.props
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
ZeroMQ local_lat Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<!-- Configuration -->
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Dependencies -->
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(SolutionDir)libzmq.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
<!-- Messages -->
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Linkage-libzmq : $(Linkage-libzmq)"
Importance=
"high"
/>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
/>
</Target>
</Project>
builds/msvc/vs2015/local_lat/local_lat.vcxproj
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectName>
local_lat
</ProjectName>
<PlatformToolset>
v140
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|Win32"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugDEXE|x64"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|x64"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|Win32"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|Win32"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|x64"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|x64"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|Win32"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|Win32"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|x64"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|x64"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\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>
builds/msvc/vs2015/local_thr/local_thr.props
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
ZeroMQ local_thr Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<!-- Configuration -->
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Dependencies -->
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(SolutionDir)libzmq.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
<!-- Messages -->
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Linkage-libzmq : $(Linkage-libzmq)"
Importance=
"high"
/>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
/>
</Target>
</Project>
builds/msvc/vs2015/local_thr/local_thr.vcxproj
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<ProjectName>
local_thr
</ProjectName>
<PlatformToolset>
v140
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|Win32"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugDEXE|x64"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|x64"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|Win32"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|Win32"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|x64"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|x64"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|Win32"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|Win32"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|x64"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|x64"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\perf\local_thr.cpp"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ItemGroup>
<ProjectReference
Include=
"..\libzmq\libzmq.vcxproj"
>
<Project>
{641c5f36-32ee-4323-b740-992b651cf9d6}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
</Project>
builds/msvc/vs2015/remote_lat/remote_lat.props
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
ZeroMQ remote_lat Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<!-- Configuration -->
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Dependencies -->
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(SolutionDir)libzmq.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
<!-- Messages -->
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Linkage-libzmq : $(Linkage-libzmq)"
Importance=
"high"
/>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
/>
</Target>
</Project>
builds/msvc/vs2015/remote_lat/remote_lat.vcxproj
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectName>
remote_lat
</ProjectName>
<PlatformToolset>
v140
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|Win32"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugDEXE|x64"
>
<Configuration>
DebugDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseDEXE|x64"
>
<Configuration>
ReleaseDEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|Win32"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|Win32"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugLEXE|x64"
>
<Configuration>
DebugLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseLEXE|x64"
>
<Configuration>
ReleaseLEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|Win32"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|Win32"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"DebugSEXE|x64"
>
<Configuration>
DebugSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseSEXE|x64"
>
<Configuration>
ReleaseSEXE
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\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>
builds/msvc/vs2015/remote_thr/remote_thr.props
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
ZeroMQ remote_thr Common Settings
</_PropertySheetDisplayName>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
<RunCodeAnalysis>
false
</RunCodeAnalysis>
</PropertyGroup>
<!-- Configuration -->
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Dependencies -->
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(SolutionDir)libzmq.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
<!-- Messages -->
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Linkage-libzmq : $(Linkage-libzmq)"
Importance=
"high"
/>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
/>
</Target>
</Project>
builds/msvc/vs2015/remote_thr/remote_thr.vcxproj
0 → 100644
View file @
0329402d
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<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"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
<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>
</Project>
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