summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/ZeroMQ.props
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/properties/ZeroMQ.props')
-rw-r--r--builds/msvc/properties/ZeroMQ.props22
1 files changed, 0 insertions, 22 deletions
diff --git a/builds/msvc/properties/ZeroMQ.props b/builds/msvc/properties/ZeroMQ.props
deleted file mode 100644
index c326486..0000000
--- a/builds/msvc/properties/ZeroMQ.props
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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>
- </ClCompile>
- <Link>
- <AdditionalDependencies>Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
-</Project> \ No newline at end of file