~ubuntu-branches/ubuntu/wily/zeromq3/wily-proposed

« back to all changes in this revision

Viewing changes to builds/msvc/properties/ZeroMQ_Static.props

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2014-03-16 14:02:28 UTC
  • mfrom: (1.1.6) (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140316140228-ig1sgh7czk59m9ux
Tags: 4.0.4+dfsg-1
* QA upload; orphan the package
  - Upload to unstable
* New upstream release
* Update repack.stub script
* Drop 02_fix-exported-symbols.patch and 03_fix-s390-rdtsc.patch
  (merged upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <ImportGroup Label="PropertySheets">
 
4
    <Import Project="Static.props" />
 
5
    <Import Project="Precompiled.props" />
 
6
  </ImportGroup>
 
7
  <PropertyGroup>
 
8
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 
9
    <_PropertySheetDisplayName>ZeroMQ Static Settings</_PropertySheetDisplayName>
 
10
  </PropertyGroup>
 
11
  <ItemDefinitionGroup>
 
12
    <PreBuildEvent>
 
13
      <Command>copy ..\platform.hpp ..\..\..\src</Command>
 
14
    </PreBuildEvent>
 
15
    <ClCompile>
 
16
      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;ZMQ_STATIC;FD_SETSIZE=1024;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
17
    </ClCompile>
 
18
    <Lib>
 
19
      <AdditionalDependencies>Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
20
      <AdditionalOptions>/ignore:4006 /ignore:4221 %(AdditionalOptions)</AdditionalOptions>
 
21
    </Lib>
 
22
  </ItemDefinitionGroup>
 
23
</Project>
 
 
b'\\ No newline at end of file'