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

« back to all changes in this revision

Viewing changes to builds/msvc/c_local_lat/c_local_lat.vcxproj

  • 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
  <ItemGroup Label="ProjectConfigurations">
 
4
    <ProjectConfiguration Include="Debug|Win32">
 
5
      <Configuration>Debug</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="Debug|x64">
 
9
      <Configuration>Debug</Configuration>
 
10
      <Platform>x64</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Release|Win32">
 
13
      <Configuration>Release</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Release|x64">
 
17
      <Configuration>Release</Configuration>
 
18
      <Platform>x64</Platform>
 
19
    </ProjectConfiguration>
 
20
  </ItemGroup>
 
21
  <PropertyGroup Label="Globals">
 
22
    <ProjectName>local_lat</ProjectName>
 
23
    <ProjectGuid>{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}</ProjectGuid>
 
24
    <RootNamespace>c_local_lat</RootNamespace>
 
25
  </PropertyGroup>
 
26
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
27
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
28
    <ConfigurationType>Application</ConfigurationType>
 
29
    <CharacterSet>MultiByte</CharacterSet>
 
30
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
33
    <ConfigurationType>Application</ConfigurationType>
 
34
    <CharacterSet>MultiByte</CharacterSet>
 
35
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
36
  </PropertyGroup>
 
37
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
38
    <ConfigurationType>Application</ConfigurationType>
 
39
    <CharacterSet>MultiByte</CharacterSet>
 
40
  </PropertyGroup>
 
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
42
    <ConfigurationType>Application</ConfigurationType>
 
43
    <CharacterSet>MultiByte</CharacterSet>
 
44
  </PropertyGroup>
 
45
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
46
  <ImportGroup Label="ExtensionSettings" />
 
47
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
48
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
49
    <Import Project="$(ProjectDir)..\properties\Executable.props" />
 
50
    <Import Project="$(ProjectDir)..\properties\Win32_Release.props" />
 
51
  </ImportGroup>
 
52
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
53
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
54
    <Import Project="$(ProjectDir)..\properties\Executable.props" />
 
55
    <Import Project="$(ProjectDir)..\properties\x64.props" />
 
56
    <Import Project="$(ProjectDir)..\properties\Release.props" />
 
57
  </ImportGroup>
 
58
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
59
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
60
    <Import Project="$(ProjectDir)..\properties\Executable.props" />
 
61
    <Import Project="$(ProjectDir)..\properties\Win32.props" />
 
62
    <Import Project="$(ProjectDir)..\properties\Debug.props" />
 
63
  </ImportGroup>
 
64
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
65
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
66
    <Import Project="$(ProjectDir)..\properties\Executable.props" />
 
67
    <Import Project="$(ProjectDir)..\properties\x64.props" />
 
68
    <Import Project="$(ProjectDir)..\properties\Debug.props" />
 
69
  </ImportGroup>
 
70
  <PropertyGroup Label="UserMacros" />
 
71
  <PropertyGroup>
 
72
    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
 
73
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
74
  </PropertyGroup>
 
75
  <ItemGroup>
 
76
    <ClCompile Include="..\..\..\perf\local_lat.cpp" />
 
77
  </ItemGroup>
 
78
  <ItemGroup>
 
79
    <ProjectReference Include="..\libzmq\libzmq.vcxproj">
 
80
      <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project>
 
81
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
82
    </ProjectReference>
 
83
  </ItemGroup>
 
84
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
85
  <ImportGroup Label="ExtensionTargets">
 
86
  </ImportGroup>
 
87
</Project>
 
 
b'\\ No newline at end of file'