~ubuntu-branches/ubuntu/saucy/zeromq3/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-04 21:21:09 UTC
  • Revision ID: package-import@ubuntu.com-20120604212109-b7b3m0rn21o8oo2q
Tags: upstream-3.1.0~beta+dfsg
Import upstream version 3.1.0~beta+dfsg

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
  <PropertyGroup>
 
4
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 
5
    <_PropertySheetDisplayName>Common Settings</_PropertySheetDisplayName>
 
6
    <OutDir>$(ProjectDir)../../../bin/$(PlatformName)/</OutDir>
 
7
    <IntDir>$(ProjectDir)../../../obj/$(PlatformName)/$(Configuration)/$(ProjectName)/</IntDir>
 
8
    <LinkIncremental>false</LinkIncremental>
 
9
  </PropertyGroup>
 
10
  <ItemDefinitionGroup>
 
11
    <ClCompile>
 
12
      <WarningLevel>Level3</WarningLevel>
 
13
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
14
      <PreprocessorDefinitions>_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
15
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
 
16
    </ClCompile>
 
17
    <Link>
 
18
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
19
    </Link>
 
20
  </ItemDefinitionGroup>
 
21
</Project>
 
 
b'\\ No newline at end of file'