diff options
Diffstat (limited to 'builds/msvc/properties/ZeroMQ.props')
-rw-r--r-- | builds/msvc/properties/ZeroMQ.props | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/builds/msvc/properties/ZeroMQ.props b/builds/msvc/properties/ZeroMQ.props new file mode 100644 index 0000000..517ca9e --- /dev/null +++ b/builds/msvc/properties/ZeroMQ.props @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ImportGroup Label="PropertySheets"> + <Import Project="Dynamic.props" /> + <Import Project="Precompiled.props" /> + </ImportGroup> + <PropertyGroup> + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> + <_PropertySheetDisplayName>ZeroMQ Settings</_PropertySheetDisplayName> + </PropertyGroup> + <ItemDefinitionGroup> + <PreBuildEvent> + <Command>copy ..\platform.hpp ..\..\..\src</Command> + </PreBuildEvent> + <ClCompile> + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;DLL_EXPORT;FD_SETSIZE=1024;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <DisableSpecificWarnings>4355</DisableSpecificWarnings> + </ClCompile> + <Link> + <AdditionalDependencies>Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies> + </Link> + </ItemDefinitionGroup> +</Project>
\ No newline at end of file |