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
c6dec227
Commit
c6dec227
authored
May 13, 2014
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1030 from evoskuil/master
Simplify VS project configs and harden MSBUILD script
parents
09b17c13
3aa6c1ea
Show whitespace changes
Inline
Side-by-side
Showing
71 changed files
with
446 additions
and
2170 deletions
+446
-2170
buildbase.bat
builds/msvc/build/buildbase.bat
+10
-6
Common.props
builds/msvc/properties/Common.props
+4
-10
DLL.props
builds/msvc/properties/DLL.props
+2
-4
Debug.props
builds/msvc/properties/Debug.props
+6
-5
DebugDEXE.props
builds/msvc/properties/DebugDEXE.props
+6
-6
DebugDLL.props
builds/msvc/properties/DebugDLL.props
+5
-6
DebugLEXE.props
builds/msvc/properties/DebugLEXE.props
+6
-7
DebugLIB.props
builds/msvc/properties/DebugLIB.props
+5
-6
DebugLTCG.props
builds/msvc/properties/DebugLTCG.props
+5
-7
DebugSEXE.props
builds/msvc/properties/DebugSEXE.props
+6
-5
EXE.props
builds/msvc/properties/EXE.props
+1
-4
LIB.props
builds/msvc/properties/LIB.props
+2
-4
LTCG.props
builds/msvc/properties/LTCG.props
+14
-0
Link.props
builds/msvc/properties/Link.props
+2
-1
Messages.props
builds/msvc/properties/Messages.props
+16
-0
Output.props
builds/msvc/properties/Output.props
+31
-0
Release.props
builds/msvc/properties/Release.props
+7
-6
ReleaseDEXE.props
builds/msvc/properties/ReleaseDEXE.props
+6
-6
ReleaseDLL.props
builds/msvc/properties/ReleaseDLL.props
+5
-6
ReleaseLEXE.props
builds/msvc/properties/ReleaseLEXE.props
+6
-6
ReleaseLIB.props
builds/msvc/properties/ReleaseLIB.props
+5
-6
ReleaseLTCG.props
builds/msvc/properties/ReleaseLTCG.props
+5
-6
ReleaseSEXE.props
builds/msvc/properties/ReleaseSEXE.props
+6
-5
StaticLinkTimeCodeGeneration.props
builds/msvc/properties/StaticLinkTimeCodeGeneration.props
+0
-18
Win32.props
builds/msvc/properties/Win32.props
+1
-1
x64.props
builds/msvc/properties/x64.props
+0
-0
inproc_lat.props
builds/msvc/vs2010/inproc_lat/inproc_lat.props
+5
-13
inproc_lat.vcxproj
builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj
+6
-76
inproc_thr.props
builds/msvc/vs2010/inproc_thr/inproc_thr.props
+5
-13
inproc_thr.vcxproj
builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj
+6
-76
libzmq.import.props
builds/msvc/vs2010/libzmq.import.props
+18
-40
libzmq.props
builds/msvc/vs2010/libzmq/libzmq.props
+4
-10
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+12
-108
local_lat.props
builds/msvc/vs2010/local_lat/local_lat.props
+5
-13
local_lat.vcxproj
builds/msvc/vs2010/local_lat/local_lat.vcxproj
+6
-76
local_thr.props
builds/msvc/vs2010/local_thr/local_thr.props
+5
-13
local_thr.vcxproj
builds/msvc/vs2010/local_thr/local_thr.vcxproj
+6
-72
remote_lat.props
builds/msvc/vs2010/remote_lat/remote_lat.props
+5
-13
remote_lat.vcxproj
builds/msvc/vs2010/remote_lat/remote_lat.vcxproj
+6
-72
remote_thr.props
builds/msvc/vs2010/remote_thr/remote_thr.props
+5
-13
remote_thr.vcxproj
builds/msvc/vs2010/remote_thr/remote_thr.vcxproj
+6
-76
inproc_lat.props
builds/msvc/vs2012/inproc_lat/inproc_lat.props
+5
-13
inproc_lat.vcxproj
builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj
+6
-76
inproc_thr.props
builds/msvc/vs2012/inproc_thr/inproc_thr.props
+5
-13
inproc_thr.vcxproj
builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj
+6
-76
libzmq.import.props
builds/msvc/vs2012/libzmq.import.props
+18
-41
libzmq.props
builds/msvc/vs2012/libzmq/libzmq.props
+4
-10
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+12
-108
local_lat.props
builds/msvc/vs2012/local_lat/local_lat.props
+5
-13
local_lat.vcxproj
builds/msvc/vs2012/local_lat/local_lat.vcxproj
+6
-76
local_thr.props
builds/msvc/vs2012/local_thr/local_thr.props
+5
-13
local_thr.vcxproj
builds/msvc/vs2012/local_thr/local_thr.vcxproj
+6
-72
remote_lat.props
builds/msvc/vs2012/remote_lat/remote_lat.props
+5
-13
remote_lat.vcxproj
builds/msvc/vs2012/remote_lat/remote_lat.vcxproj
+6
-72
remote_thr.props
builds/msvc/vs2012/remote_thr/remote_thr.props
+5
-13
remote_thr.vcxproj
builds/msvc/vs2012/remote_thr/remote_thr.vcxproj
+6
-76
inproc_lat.props
builds/msvc/vs2013/inproc_lat/inproc_lat.props
+5
-13
inproc_lat.vcxproj
builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj
+5
-75
inproc_thr.props
builds/msvc/vs2013/inproc_thr/inproc_thr.props
+5
-13
inproc_thr.vcxproj
builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj
+5
-75
libzmq.import.props
builds/msvc/vs2013/libzmq.import.props
+13
-31
libzmq.props
builds/msvc/vs2013/libzmq/libzmq.props
+4
-10
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+7
-109
local_lat.props
builds/msvc/vs2013/local_lat/local_lat.props
+5
-13
local_lat.vcxproj
builds/msvc/vs2013/local_lat/local_lat.vcxproj
+5
-75
local_thr.props
builds/msvc/vs2013/local_thr/local_thr.props
+5
-13
local_thr.vcxproj
builds/msvc/vs2013/local_thr/local_thr.vcxproj
+5
-71
remote_lat.props
builds/msvc/vs2013/remote_lat/remote_lat.props
+5
-13
remote_lat.vcxproj
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
+5
-71
remote_thr.props
builds/msvc/vs2013/remote_thr/remote_thr.props
+5
-13
remote_thr.vcxproj
builds/msvc/vs2013/remote_thr/remote_thr.vcxproj
+5
-75
No files found.
builds/msvc/build/buildbase.bat
View file @
c6dec227
@ECHO OFF
@ECHO OFF
REM Usage: [buildbase.bat ..\vs2013\
libzmq
.sln 12]
REM Usage: [buildbase.bat ..\vs2013\
mysolution
.sln 12]
SET solution=%1
SET solution=%1
SET version=%2
SET version=%2
SET log=build_%version%.log
SET log=build_%version%.log
SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
REM This breaks if visual studio is not installed or is installed to a non-default location.
SET environment="%programfiles(x86)%\%tools%"
SET environment="C:\Program Files (x86)\Microsoft Visual Studio %version%.0\VC\vcvarsall.bat"
IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
IF NOT EXIST %environment% GOTO no_tools
ECHO Building: %solution%
ECHO Building: %solution%
...
@@ -59,7 +59,11 @@ ECHO Complete: %solution%
...
@@ -59,7 +59,11 @@ ECHO Complete: %solution%
GOTO end
GOTO end
:error
:error
ECHO *** ERROR, build terminated, see: %log%
ECHO *** ERROR, build terminated early, see: %log%
GOTO end
:no_tools
ECHO *** ERROR, build tools not found: %tools%
:end
:end
builds/msvc/properties/Common.props
View file @
c6dec227
...
@@ -4,23 +4,18 @@
...
@@ -4,23 +4,18 @@
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Common Settings
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Common Settings
</_PropertySheetDisplayName>
<CharacterSet>
Unicode
</CharacterSet>
<CharacterSet>
Unicode
</CharacterSet>
<TargetName>
$(ProjectName)
</TargetName>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(Platform).props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<!-- Windows and CRT definitions for unicode. Note that Linux only supports unicode so char is 16 bit. -->
<PreprocessorDefinitions>
UNICODE;_UNICODE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
UNICODE;_UNICODE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<Target
Name=
"ConfigInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"ConfigurationType : $(ConfigurationType)"
Importance=
"high"
/>
<Message
Text=
"Configuration : $(Configuration)"
Importance=
"high"
/>
<Message
Text=
"PlatformToolset : $(PlatformToolset)"
Importance=
"high"
/>
<Message
Text=
"Building..."
Importance=
"high"
/>
</Target>
</Project>
</Project>
\ No newline at end of file
builds/msvc/properties/D
ynamic
.props
→
builds/msvc/properties/D
LL
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Common.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Dynamic Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Dynamic Library
</_PropertySheetDisplayName>
<DefaultLinkage>
dynamic
</DefaultLinkage>
<TargetExt>
.dll
</TargetExt>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
...
...
builds/msvc/properties/Debug.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Common.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Debug Configuration
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Debug Settings
</_PropertySheetDisplayName>
<!-- RootNamespace is used to deconflict output files from differing project versions. -->
<DebugOrRelease>
Debug
</DebugOrRelease>
<IntDir>
$(ProjectDir)..\..\..\..\obj\$(PlatformName)\$(Configuration)\$(RootNamespace)\
</IntDir>
<OutDir>
$(ProjectDir)..\..\..\..\bin\$(PlatformName)\Debug\$(RootNamespace)\
</OutDir>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
...
@@ -21,7 +23,6 @@
...
@@ -21,7 +23,6 @@
</ResourceCompile>
</ResourceCompile>
<Link>
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ImportLibrary>
$(ProjectDir)..\..\..\..\bin\$(PlatformName)\Debug\$(RootNamespace)\$(TargetName).imp.lib
</ImportLibrary>
</Link>
</Link>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/properties/
ConsoleDebugDynamic
.props
→
builds/msvc/properties/
DebugDEXE
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Debug.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Debug Dynamic
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Console Debug Dynamic
</_PropertySheetDisplayName>
<DefaultLinkage>
dynamic
</DefaultLinkage>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"EXE.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT dynamically when building a dynamic library is conventional. -->
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LinkIncremental>
true
</LinkIncremental>
<LinkIncremental>
true
</LinkIncremental>
</ClCompile>
</ClCompile>
...
...
builds/msvc/properties/D
ynamicDebug
.props
→
builds/msvc/properties/D
ebugDLL
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Dynamic.props"
/>
<Import
Project=
"Debug.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Dynamic Debug Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Dynamic Debug Library
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"DLL.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT dynamically when building a dynamic library is conventional. -->
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<LinkIncremental>
true
</LinkIncremental>
<LinkIncremental>
true
</LinkIncremental>
</ClCompile>
</ClCompile>
...
...
builds/msvc/properties/
ConsoleDebugLinkTimeCodeGeneration
.props
→
builds/msvc/properties/
DebugLEXE
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Debug Link Time Code Generation
</_PropertySheetDisplayName>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"LinkTimeCodeGeneration.props"
/>
<Import
Project=
"Link.props"
/>
<Import
Project=
"EXE.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Debug Link Time Code Generation Library
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<LinkIncremental>
false
</LinkIncremental>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/properties/
StaticDebug
.props
→
builds/msvc/properties/
DebugLIB
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Static.props"
/>
<Import
Project=
"Debug.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Static Debug Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Static Debug Library
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"LIB.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT statically when building a static library is conventional. -->
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<LinkIncremental>
true
</LinkIncremental>
<LinkIncremental>
true
</LinkIncremental>
</ClCompile>
</ClCompile>
...
...
builds/msvc/properties/
StaticDebugLinkTimeCodeGeneration
.props
→
builds/msvc/properties/
DebugLTCG
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"StaticLinkTimeCodeGeneration.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Static Debug Link Time Code Generation Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Static Debug Link Time Code Generation Library
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"LTCG.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT statically when building a static library is conventional. -->
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<LinkIncremental>
false
</LinkIncremental>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/properties/
ConsoleDebugStatic
.props
→
builds/msvc/properties/
DebugSEXE
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Debug.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Debug Static
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Console Debug Static
</_PropertySheetDisplayName>
<DefaultLinkage>
static
</DefaultLinkage>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Debug.props"
/>
<Import
Project=
"EXE.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
...
...
builds/msvc/properties/
Console
.props
→
builds/msvc/properties/
EXE
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Common.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Application
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Console Application
</_PropertySheetDisplayName>
<IsExe>
true
</IsExe>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
...
...
builds/msvc/properties/
Static
.props
→
builds/msvc/properties/
LIB
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Common.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Static Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Static Library
</_PropertySheetDisplayName>
<DefaultLinkage>
static
</DefaultLinkage>
<TargetExt>
.lib
</TargetExt>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
...
...
builds/msvc/properties/LTCG.props
0 → 100644
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
Link Time Code Generation Library
</_PropertySheetDisplayName>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"LIB.props"
/>
<Import
Project=
"Link.props"
/>
</ImportGroup>
</Project>
\ No newline at end of file
builds/msvc/properties/Link
TimeCodeGeneration
.props
→
builds/msvc/properties/Link.props
View file @
c6dec227
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Link Time Code Generation Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Link Time Code Generation Settings
</_PropertySheetDisplayName>
<DefaultLinkage>
ltcg
</DefaultLinkage>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
...
...
builds/msvc/properties/Messages.props
0 → 100644
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
Build Messages
</_PropertySheetDisplayName>
</PropertyGroup>
<Target
Name=
"ConfigInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"ConfigurationType : $(ConfigurationType)"
Importance=
"high"
/>
<Message
Text=
"Configuration : $(Configuration)"
Importance=
"high"
/>
<Message
Text=
"PlatformToolset : $(PlatformToolset)"
Importance=
"high"
/>
<Message
Text=
"TargetPath : $(TargetPath)"
Importance=
"high"
/>
</Target>
</Project>
\ No newline at end of file
builds/msvc/properties/Output.props
0 → 100644
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
Output Settings
</_PropertySheetDisplayName>
<!-- BuildRoot, RepoRoot, SourceRoot, DebugOrRelease and DefaultLinkage are custom props and should therefore not be referenced from *.import.props or nuget target files. -->
<BuildRoot>
$(ProjectDir)..\..\
</BuildRoot>
<RepoRoot>
$(ProjectDir)..\..\..\..\
</RepoRoot>
<SourceRoot>
$(ProjectDir)..\..\..\..\..\
</SourceRoot>
<OutDir>
$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\
</OutDir>
<IntDir>
$(ProjectDir)..\..\..\..\obj\$(TargetName)\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\
</IntDir>
<TargetDir>
$(OutDir)
</TargetDir>
<TargetName>
$(TargetName)
</TargetName>
<TargetPath>
$(TargetDir)$(TargetName)$(TargetExt)
</TargetPath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<ImportLibrary>
$(OutDir)$(TargetName).lib
</ImportLibrary>
</Link>
<BuildLog>
<Path>
$(OutDir)$(TargetName).log
</Path>
</BuildLog>
</ItemDefinitionGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Messages.props"
/>
</ImportGroup>
</Project>
\ No newline at end of file
builds/msvc/properties/Release.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Common.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Release Configuration
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Release Settings
</_PropertySheetDisplayName>
<!-- RootNamespace is used to deconflict output files from differing project versions. -->
<DebugOrRelease>
Release
</DebugOrRelease>
<IntDir>
$(ProjectDir)..\..\..\..\obj\$(PlatformName)\$(Configuration)\$(RootNamespace)\
</IntDir>
<OutDir>
$(ProjectDir)..\..\..\..\bin\$(PlatformName)\Release\$(RootNamespace)\
</OutDir>
<LinkIncremental>
false
</LinkIncremental>
<LinkIncremental>
false
</LinkIncremental>
</PropertyGroup>
</PropertyGroup>
...
@@ -26,12 +28,11 @@
...
@@ -26,12 +28,11 @@
<Link>
<Link>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<!--<GenerateDebugInformation>true</GenerateDebugInformation>-->
<!--<GenerateDebugInformation>true</GenerateDebugInformation>-->
<ImportLibrary>
$(ProjectDir)..\..\..\..\bin\$(PlatformName)\Release\$(RootNamespace)\$(TargetName).imp.lib
</ImportLibrary>
<OptimizeReferences>
true
</OptimizeReferences>
<OptimizeReferences>
true
</OptimizeReferences>
</Link>
</Link>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(P
latform)'=='Win32
'"
>
<ItemDefinitionGroup
Condition=
"'$(P
rocessor)' == 'x86
'"
>
<ClCompile>
<ClCompile>
<EnableEnhancedInstructionSet>
StreamingSIMDExtensions2
</EnableEnhancedInstructionSet>
<EnableEnhancedInstructionSet>
StreamingSIMDExtensions2
</EnableEnhancedInstructionSet>
</ClCompile>
</ClCompile>
...
...
builds/msvc/properties/
ConsoleReleaseDynamic
.props
→
builds/msvc/properties/
ReleaseDEXE
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Release.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Release Dynamic
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Console Release Dynamic
</_PropertySheetDisplayName>
<DefaultLinkage>
dynamic
</DefaultLinkage>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Release.props"
/>
<Import
Project=
"EXE.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT dynamically when building a dynamic library is conventional. -->
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/properties/
DynamicRelease
.props
→
builds/msvc/properties/
ReleaseDLL
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Dynamic.props"
/>
<Import
Project=
"Release.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Dynamic Release Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Dynamic Release Library
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Release.props"
/>
<Import
Project=
"DLL.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT dynamically when building a dynamic library is conventional. -->
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/properties/
ConsoleReleaseLinkTimeCodeGeneration
.props
→
builds/msvc/properties/
ReleaseLEXE
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Release Link Time Code Generation
</_PropertySheetDisplayName>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Release.props"
/>
<Import
Project=
"Release.props"
/>
<Import
Project=
"LinkTimeCodeGeneration.props"
/>
<Import
Project=
"Link.props"
/>
<Import
Project=
"EXE.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Release Link Time Code Generation Library
</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
...
...
builds/msvc/properties/
StaticRelease
.props
→
builds/msvc/properties/
ReleaseLIB
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Static.props"
/>
<Import
Project=
"Release.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Static Release Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Static Release Library
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Release.props"
/>
<Import
Project=
"LIB.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT statically when building a static library is conventional. -->
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/properties/
StaticReleaseLinkTimeCodeGeneration
.props
→
builds/msvc/properties/
ReleaseLTCG
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Release.props"
/>
<Import
Project=
"StaticLinkTimeCodeGeneration.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Static Release Link Time Code Generation Library
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Static Release Link Time Code Generation Library
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Release.props"
/>
<Import
Project=
"LTCG.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<!-- Linking CRT statically when building a static library is conventional. -->
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/properties/
ConsoleReleaseStatic
.props
→
builds/msvc/properties/
ReleaseSEXE
.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Console.props"
/>
<Import
Project=
"Release.props"
/>
</ImportGroup>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Console Release Static
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
Console Release Static
</_PropertySheetDisplayName>
<DefaultLinkage>
static
</DefaultLinkage>
</PropertyGroup>
</PropertyGroup>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Release.props"
/>
<Import
Project=
"EXE.props"
/>
</ImportGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
...
...
builds/msvc/properties/StaticLinkTimeCodeGeneration.props
deleted
100644 → 0
View file @
09b17c13
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"Static.props"
/>
<Import
Project=
"LinkTimeCodeGeneration.props"
/>
</ImportGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Static Link Time Code Generation Library
</_PropertySheetDisplayName>
<!-- This overrides Static.props->Common.props->TargetName and therefore this
reference must always be set after Static.props->Common.props is included. -->
<TargetName>
$(TargetName).ltcg
</TargetName>
</PropertyGroup>
</Project>
\ No newline at end of file
builds/msvc/properties/Win32.props
View file @
c6dec227
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>
Win32
Settings
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
x86
Settings
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup>
<ItemDefinitionGroup>
...
...
builds/msvc/properties/x64.props
View file @
c6dec227
builds/msvc/vs2010/inproc_lat/inproc_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}
</ProjectGuid>
<ProjectGuid>
{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}
</ProjectGuid>
<ProjectName>
inproc_lat
</ProjectName>
<ProjectName>
inproc_lat
</ProjectName>
<RootNamespace>
inproc_lat10
</RootNamespace>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2010/inproc_thr/inproc_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{1077E977-95DD-4E73-A692-74647DD0CC1E}
</ProjectGuid>
<ProjectGuid>
{1077E977-95DD-4E73-A692-74647DD0CC1E}
</ProjectGuid>
<ProjectName>
inproc_thr
</ProjectName>
<ProjectName>
inproc_thr
</ProjectName>
<RootNamespace>
inproc_thr10
</RootNamespace>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2010/libzmq.import.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<_PropertySheetDisplayName>
ZMQ Import Settings
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
ZMQ Import Settings
</_PropertySheetDisplayName>
...
@@ -11,69 +11,47 @@
...
@@ -11,69 +11,47 @@
<PropertyPageSchema
Include=
"$(MSBuildThisFileDirectory)libzmq.import.xml"
/>
<PropertyPageSchema
Include=
"$(MSBuildThisFileDirectory)libzmq.import.xml"
/>
</ItemGroup>
</ItemGroup>
<PropertyGroup>
<Option-sodium>
true
</Option-sodium>
</PropertyGroup>
<!-- Configuration -->
<!-- Configuration -->
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'"
>
<!-- Linkage -->
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'"
>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
<Link>
<AdditionalDependencies>
libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<AdditionalLibraryDirectories
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalLibraryDirectories
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq10\libzmq.imp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq10\libzmq.imp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</Link>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'static'"
>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq10\libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq10\libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'ltcg'"
>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq10\libzmq.ltcg.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq10\libzmq.ltcg.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Options -->
<PropertyGroup>
<Option-sodium>
true
</Option-sodium>
</PropertyGroup>
<!-- Copy -->
<!-- Copy -->
<Target
Name=
"Linkage-libzmq-dynamic"
AfterTargets=
"AfterBuild"
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<Target
Name=
"Linkage-libzmq-dynamic"
AfterTargets=
"AfterBuild"
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
libzmq10
\libzmq.dll"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
$(PlatformToolset)\dynamic
\libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
libzmq10
\libzmq.pdb"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
$(PlatformToolset)\dynamic
\libzmq.pdb"
DestinationFiles=
"$(TargetDir)libzmq.pdb"
DestinationFiles=
"$(TargetDir)libzmq.pdb"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
<Copy
Condition=
"$(Configuration.IndexOf('Release')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Release')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
libzmq10
\libzmq.dll"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
$(PlatformToolset)\dynamic
\libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
</Target>
</Target>
...
...
builds/msvc/vs2010/libzmq/libzmq.props
View file @
c6dec227
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
src\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
src\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
@@ -47,20 +47,14 @@
...
@@ -47,20 +47,14 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
<PropertyGroup>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LTCG')) != -1"
>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LIB')) != -1"
>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
src\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
src\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{641C5F36-32EE-4323-B740-992B651CF9D6}
</ProjectGuid>
<ProjectGuid>
{641C5F36-32EE-4323-B740-992B651CF9D6}
</ProjectGuid>
<ProjectName>
libzmq
</ProjectName>
<ProjectName>
libzmq
</ProjectName>
<
RootNamespace>
libzmq10
</RootNamespace
>
<
PlatformToolset>
v100
</PlatformToolset
>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
...
@@ -56,117 +56,15 @@
...
@@ -56,117 +56,15 @@
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) == -1"
>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
DynamicLibrary
</ConfigurationType>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\DynamicDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|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\DynamicRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|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\DynamicDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|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\DynamicRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|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\StaticDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|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\StaticReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|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\StaticDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|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\StaticReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|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\StaticDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|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\StaticRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|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\StaticDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\StaticRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
...
@@ -189,6 +87,9 @@
...
@@ -189,6 +87,9 @@
<ClInclude
Include=
"..\..\..\..\src\err.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\err.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fd.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fd.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fq.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fq.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\gssapi_client.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\gssapi_mechanism_base.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\gssapi_server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_poll_events.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_poll_events.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\io_object.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\io_object.hpp"
/>
...
@@ -265,6 +166,9 @@
...
@@ -265,6 +166,9 @@
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\fq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\fq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\gssapi_client.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\gssapi_mechanism_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\gssapi_server.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_object.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_object.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_thread.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_thread.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\ip.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\ip.cpp"
/>
...
...
builds/msvc/vs2010/local_lat/local_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2010/local_lat/local_lat.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectName>
local_lat
</ProjectName>
<ProjectName>
local_lat
</ProjectName>
<RootNamespace>
local_lat10
</RootNamespace>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2010/local_thr/local_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2010/local_thr/local_thr.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<ProjectName>
local_thr
</ProjectName>
<ProjectName>
local_thr
</ProjectName>
<RootNamespace>
local_thr10
</RootNamespace>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -61,77 +62,10 @@
...
@@ -61,77 +62,10 @@
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2010/remote_lat/remote_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2010/remote_lat/remote_lat.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectName>
remote_lat
</ProjectName>
<ProjectName>
remote_lat
</ProjectName>
<RootNamespace>
remote_lat10
</RootNamespace>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -61,77 +62,10 @@
...
@@ -61,77 +62,10 @@
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2010/remote_thr/remote_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2010/remote_thr/remote_thr.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<ProjectGuid>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<ProjectName>
remote_thr
</ProjectName>
<ProjectName>
remote_thr
</ProjectName>
<RootNamespace>
remote_thr10
</RootNamespace>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v100
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2012/inproc_lat/inproc_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}
</ProjectGuid>
<ProjectGuid>
{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}
</ProjectGuid>
<ProjectName>
inproc_lat
</ProjectName>
<ProjectName>
inproc_lat
</ProjectName>
<RootNamespace>
inproc_lat11
</RootNamespace>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2012/inproc_thr/inproc_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{1077E977-95DD-4E73-A692-74647DD0CC1E}
</ProjectGuid>
<ProjectGuid>
{1077E977-95DD-4E73-A692-74647DD0CC1E}
</ProjectGuid>
<ProjectName>
inproc_thr
</ProjectName>
<ProjectName>
inproc_thr
</ProjectName>
<RootNamespace>
inproc_thr11
</RootNamespace>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2012/libzmq.import.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZMQ Import Settings
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
ZMQ Import Settings
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
...
@@ -12,69 +11,47 @@
...
@@ -12,69 +11,47 @@
<PropertyPageSchema
Include=
"$(MSBuildThisFileDirectory)libzmq.import.xml"
/>
<PropertyPageSchema
Include=
"$(MSBuildThisFileDirectory)libzmq.import.xml"
/>
</ItemGroup>
</ItemGroup>
<PropertyGroup>
<Option-sodium>
true
</Option-sodium>
</PropertyGroup>
<!-- Configuration -->
<!-- Configuration -->
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'"
>
<!-- Linkage -->
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<PreprocessorDefinitions>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'"
>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
<Link>
<AdditionalDependencies>
libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<AdditionalLibraryDirectories
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalLibraryDirectories
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq11\libzmq.imp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq11\libzmq.imp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</Link>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'static'"
>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq11\libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq11\libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'ltcg'"
>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq11\libzmq.ltcg.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq11\libzmq.ltcg.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<!-- Options -->
<PropertyGroup>
<Option-sodium>
true
</Option-sodium>
</PropertyGroup>
<!-- Copy -->
<!-- Copy -->
<Target
Name=
"Linkage-libzmq-dynamic"
AfterTargets=
"AfterBuild"
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<Target
Name=
"Linkage-libzmq-dynamic"
AfterTargets=
"AfterBuild"
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
libzmq11
\libzmq.dll"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
$(PlatformToolset)\dynamic
\libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
libzmq11
\libzmq.pdb"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
$(PlatformToolset)\dynamic
\libzmq.pdb"
DestinationFiles=
"$(TargetDir)libzmq.pdb"
DestinationFiles=
"$(TargetDir)libzmq.pdb"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
<Copy
Condition=
"$(Configuration.IndexOf('Release')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Release')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
libzmq11
\libzmq.dll"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
$(PlatformToolset)\dynamic
\libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
</Target>
</Target>
...
...
builds/msvc/vs2012/libzmq/libzmq.props
View file @
c6dec227
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
src\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
src\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
@@ -47,20 +47,14 @@
...
@@ -47,20 +47,14 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
<PropertyGroup>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LTCG')) != -1"
>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LIB')) != -1"
>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
src\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
src\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{641C5F36-32EE-4323-B740-992B651CF9D6}
</ProjectGuid>
<ProjectGuid>
{641C5F36-32EE-4323-B740-992B651CF9D6}
</ProjectGuid>
<ProjectName>
libzmq
</ProjectName>
<ProjectName>
libzmq
</ProjectName>
<
RootNamespace>
libzmq11
</RootNamespace
>
<
PlatformToolset>
v110
</PlatformToolset
>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
...
@@ -56,117 +56,15 @@
...
@@ -56,117 +56,15 @@
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) == -1"
>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
DynamicLibrary
</ConfigurationType>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\DynamicDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|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\DynamicRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|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\DynamicDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|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\DynamicRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|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\StaticDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|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\StaticReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|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\StaticDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|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\StaticReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|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\StaticDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|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\StaticRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|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\StaticDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\StaticRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
...
@@ -189,6 +87,9 @@
...
@@ -189,6 +87,9 @@
<ClInclude
Include=
"..\..\..\..\src\err.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\err.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fd.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fd.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fq.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\fq.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\gssapi_client.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\gssapi_mechanism_base.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\gssapi_server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_poll_events.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\i_poll_events.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\io_object.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\io_object.hpp"
/>
...
@@ -265,6 +166,9 @@
...
@@ -265,6 +166,9 @@
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\fq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\fq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\gssapi_client.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\gssapi_mechanism_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\gssapi_server.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_object.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_object.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_thread.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\io_thread.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\ip.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\ip.cpp"
/>
...
...
builds/msvc/vs2012/local_lat/local_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2012/local_lat/local_lat.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectName>
local_lat
</ProjectName>
<ProjectName>
local_lat
</ProjectName>
<RootNamespace>
local_lat11
</RootNamespace>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2012/local_thr/local_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2012/local_thr/local_thr.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<ProjectName>
local_thr
</ProjectName>
<ProjectName>
local_thr
</ProjectName>
<RootNamespace>
local_thr11
</RootNamespace>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -61,77 +62,10 @@
...
@@ -61,77 +62,10 @@
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2012/remote_lat/remote_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2012/remote_lat/remote_lat.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectName>
remote_lat
</ProjectName>
<ProjectName>
remote_lat
</ProjectName>
<RootNamespace>
remote_lat11
</RootNamespace>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -61,77 +62,10 @@
...
@@ -61,77 +62,10 @@
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2012/remote_thr/remote_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2012/remote_thr/remote_thr.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<ProjectGuid>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<ProjectName>
remote_thr
</ProjectName>
<ProjectName>
remote_thr
</ProjectName>
<RootNamespace>
remote_thr11
</RootNamespace>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v110
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2013/inproc_lat/inproc_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}
</ProjectGuid>
<ProjectGuid>
{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}
</ProjectGuid>
<ProjectName>
inproc_lat
</ProjectName>
<ProjectName>
inproc_lat
</ProjectName>
<RootNamespace>
inproc_lat12
</RootNamespace>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2013/inproc_thr/inproc_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{1077E977-95DD-4E73-A692-74647DD0CC1E}
</ProjectGuid>
<ProjectGuid>
{1077E977-95DD-4E73-A692-74647DD0CC1E}
</ProjectGuid>
<ProjectName>
inproc_thr
</ProjectName>
<ProjectName>
inproc_thr
</ProjectName>
<RootNamespace>
inproc_thr12
</RootNamespace>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2013/libzmq.import.props
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<_PropertySheetDisplayName>
ZMQ Import Settings
</_PropertySheetDisplayName>
<_PropertySheetDisplayName>
ZMQ Import Settings
</_PropertySheetDisplayName>
</PropertyGroup>
</PropertyGroup>
...
@@ -20,40 +19,23 @@
...
@@ -20,40 +19,23 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
HAVE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'"
>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<!-- Linkage -->
<!-- Linkage -->
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<ItemDefinitionGroup>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<ClCompile>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq12\libzmq.imp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</Link>
<PreprocessorDefinitions
Condition=
"'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'"
>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
</ClCompile>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq12\libzmq.imp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<Link>
</Link>
<AdditionalDependencies>
libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</ItemDefinitionGroup>
<AdditionalLibraryDirectories
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'static'"
>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq12\libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq12\libzmq.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Linkage-libzmq)' == 'ltcg'"
>
<Link
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\libzmq12\libzmq.ltcg.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
<Link
Condition=
"$(Configuration.IndexOf('Release')) != -1"
>
<AdditionalDependencies>
$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\libzmq12\libzmq.ltcg.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</Link>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
@@ -61,15 +43,15 @@
...
@@ -61,15 +43,15 @@
<Target
Name=
"Linkage-libzmq-dynamic"
AfterTargets=
"AfterBuild"
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<Target
Name=
"Linkage-libzmq-dynamic"
AfterTargets=
"AfterBuild"
Condition=
"'$(Linkage-libzmq)' == 'dynamic'"
>
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
libzmq12
\libzmq.dll"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
$(PlatformToolset)\dynamic
\libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Debug')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
libzmq12
\libzmq.pdb"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\
$(PlatformToolset)\dynamic
\libzmq.pdb"
DestinationFiles=
"$(TargetDir)libzmq.pdb"
DestinationFiles=
"$(TargetDir)libzmq.pdb"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
<Copy
Condition=
"$(Configuration.IndexOf('Release')) != -1"
<Copy
Condition=
"$(Configuration.IndexOf('Release')) != -1"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
libzmq12
\libzmq.dll"
SourceFiles=
"$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
$(PlatformToolset)\dynamic
\libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
DestinationFiles=
"$(TargetDir)libzmq.dll"
SkipUnchangedFiles=
"true"
/>
SkipUnchangedFiles=
"true"
/>
</Target>
</Target>
...
...
builds/msvc/vs2013/libzmq/libzmq.props
View file @
c6dec227
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
src\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
src\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
...
@@ -47,20 +47,14 @@
...
@@ -47,20 +47,14 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
<PropertyGroup>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LTCG')) != -1"
>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LIB')) != -1"
>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
src\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
src\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
c6dec227
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
12
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"
4
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{641C5F36-32EE-4323-B740-992B651CF9D6}
</ProjectGuid>
<ProjectGuid>
{641C5F36-32EE-4323-B740-992B651CF9D6}
</ProjectGuid>
<ProjectName>
libzmq
</ProjectName>
<ProjectName>
libzmq
</ProjectName>
<
RootNamespace>
libzmq12
</RootNamespace
>
<
PlatformToolset>
v120
</PlatformToolset
>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
...
@@ -56,117 +56,15 @@
...
@@ -56,117 +56,15 @@
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) == -1"
>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
DynamicLibrary
</ConfigurationType>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\DynamicDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|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\DynamicRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|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\DynamicDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDLL|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\DynamicRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|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\StaticDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|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\StaticReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLTCG|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\StaticDebugLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLTCG|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\StaticReleaseLinkTimeCodeGeneration.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|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\StaticDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|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\StaticRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugLIB|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\StaticDebug.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseLIB|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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\StaticRelease.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
...
...
builds/msvc/vs2013/local_lat/local_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2013/local_lat/local_lat.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectGuid>
{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}
</ProjectGuid>
<ProjectName>
local_lat
</ProjectName>
<ProjectName>
local_lat
</ProjectName>
<RootNamespace>
local_lat12
</RootNamespace>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2013/local_thr/local_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2013/local_thr/local_thr.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<ProjectGuid>
{8EF2DF6B-6646-460F-8032-913B70FE0E94}
</ProjectGuid>
<ProjectName>
local_thr
</ProjectName>
<ProjectName>
local_thr
</ProjectName>
<RootNamespace>
local_thr12
</RootNamespace>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -61,77 +62,10 @@
...
@@ -61,77 +62,10 @@
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2013/remote_lat/remote_lat.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2013/remote_lat/remote_lat.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectGuid>
{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}
</ProjectGuid>
<ProjectName>
remote_lat
</ProjectName>
<ProjectName>
remote_lat
</ProjectName>
<RootNamespace>
remote_lat12
</RootNamespace>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -61,77 +62,10 @@
...
@@ -61,77 +62,10 @@
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
builds/msvc/vs2013/remote_thr/remote_thr.props
View file @
c6dec227
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<PreBuildEvent>
<Command>
xcopy /c /y $(
ProjectDir)..\..\platform.hpp $(ProjectDir)..\..\..\..\
perf\
</Command>
<Command>
xcopy /c /y $(
BuildRoot)platform.hpp $(RepoRoot)
perf\
</Command>
</PreBuildEvent>
</PreBuildEvent>
<Link>
<Link>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -25,23 +25,15 @@
...
@@ -25,23 +25,15 @@
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
<Import
Project=
"$(SolutionDir)libsodium.import.props"
/>
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('DEXE')) != -1"
>
<PropertyGroup>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
$(DefaultLinkage)
</Linkage-libzmq>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
$(DefaultLinkage)
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('LEXE')) != -1"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
<PropertyGroup
Condition=
"$(Configuration.IndexOf('SEXE')) != -1"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"CustomInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Will copy $(
ProjectDir)..\..\platform.hpp -> $(ProjectDir)..\..\..\..\
perf\platform.hpp"
Importance=
"high"
/>
<Message
Text=
"Will copy $(
BuildRoot)platform.hpp -> $(RepoRoot)
perf\platform.hpp"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
...
...
builds/msvc/vs2013/remote_thr/remote_thr.vcxproj
View file @
c6dec227
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<PropertyGroup
Label=
"Globals"
>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<ProjectGuid>
{B15E059C-0CBB-4A82-8C42-6567FB650802}
</ProjectGuid>
<ProjectName>
remote_thr
</ProjectName>
<ProjectName>
remote_thr
</ProjectName>
<RootNamespace>
remote_thr12
</RootNamespace>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
<ProjectConfiguration
Include=
"DebugDEXE|Win32"
>
...
@@ -55,83 +56,12 @@
...
@@ -55,83 +56,12 @@
<Platform>
x64
</Platform>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ProjectConfiguration>
</ItemGroup>
</ItemGroup>
<PropertyGroup
Label=
"Configuration"
>
<PlatformToolset>
v120
</PlatformToolset>
<ConfigurationType>
Application
</ConfigurationType>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDEXE|Win32'"
Label=
"PropertySheets"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\$(Configuration).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Output.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleDebugDynamic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\Win32.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseDEXE|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\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)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\ConsoleReleaseStatic.props"
/>
<Import
Project=
"$(ProjectDir)..\..\properties\x64.props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\perf\platform.hpp"
/>
...
...
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