~ubuntu-branches/ubuntu/maverick/zeromq/maverick

« back to all changes in this revision

Viewing changes to builds/msvc/c_local_thr/c_local_thr.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Adrian von Bidder
  • Date: 2010-03-17 10:43:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317104340-un1ne0oqe16w8eaq
Tags: 2.0.6beta.dfsg-1
* New upstream version.
  - Source doesn't include non-C/C++ language bindings anymore.
  - New versioning: 2.0.6 is official upstream version which is a beta.
* Repacked orig tar: removed non-free RFC documents (closes: #567513)
* Improved/corrected description and copyright file, added bzip2 build
  dependency.  Thanks to feedback from zeromq mailing list.
* Disable OpenPGM on non-x86 architectures (closes: #567848)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="windows-1250"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9.00"
 
5
        Name="local_thr"
 
6
        ProjectGUID="{8EF2DF6B-6646-460F-8032-913B70FE0E94}"
 
7
        RootNamespace="c_local_thr"
 
8
        TargetFrameworkVersion="196613"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
21
                        IntermediateDirectory="$(ConfigurationName)"
 
22
                        ConfigurationType="1"
 
23
                        CharacterSet="2"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                AdditionalIncludeDirectories="../../../bindings/c"
 
44
                                MinimalRebuild="true"
 
45
                                BasicRuntimeChecks="3"
 
46
                                RuntimeLibrary="3"
 
47
                                WarningLevel="3"
 
48
                                DebugInformationFormat="4"
 
49
                        />
 
50
                        <Tool
 
51
                                Name="VCManagedResourceCompilerTool"
 
52
                        />
 
53
                        <Tool
 
54
                                Name="VCResourceCompilerTool"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCPreLinkEventTool"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCLinkerTool"
 
61
                                OutputFile="../../../bin/local_thr.exe"
 
62
                                GenerateDebugInformation="true"
 
63
                                TargetMachine="1"
 
64
                        />
 
65
                        <Tool
 
66
                                Name="VCALinkTool"
 
67
                        />
 
68
                        <Tool
 
69
                                Name="VCManifestTool"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCXDCMakeTool"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCBscMakeTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCFxCopTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCAppVerifierTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCPostBuildEventTool"
 
85
                        />
 
86
                </Configuration>
 
87
                <Configuration
 
88
                        Name="Release|Win32"
 
89
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
90
                        IntermediateDirectory="$(ConfigurationName)"
 
91
                        ConfigurationType="1"
 
92
                        CharacterSet="2"
 
93
                        WholeProgramOptimization="1"
 
94
                        >
 
95
                        <Tool
 
96
                                Name="VCPreBuildEventTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCCustomBuildTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCXMLDataGeneratorTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCWebServiceProxyGeneratorTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCMIDLTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCCLCompilerTool"
 
112
                                Optimization="2"
 
113
                                EnableIntrinsicFunctions="true"
 
114
                                AdditionalIncludeDirectories="../../../bindings/c"
 
115
                                RuntimeLibrary="2"
 
116
                                EnableFunctionLevelLinking="true"
 
117
                                WarningLevel="3"
 
118
                                DebugInformationFormat="3"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCManagedResourceCompilerTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCResourceCompilerTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCPreLinkEventTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCLinkerTool"
 
131
                                OutputFile="../../../bin/local_thr.exe"
 
132
                                GenerateDebugInformation="true"
 
133
                                OptimizeReferences="2"
 
134
                                EnableCOMDATFolding="2"
 
135
                                TargetMachine="1"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCALinkTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCManifestTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCXDCMakeTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCBscMakeTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCFxCopTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCAppVerifierTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCPostBuildEventTool"
 
157
                        />
 
158
                </Configuration>
 
159
        </Configurations>
 
160
        <References>
 
161
        </References>
 
162
        <Files>
 
163
                <Filter
 
164
                        Name="Source Files"
 
165
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
166
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
167
                        >
 
168
                        <File
 
169
                                RelativePath="..\..\..\perf\local_thr.c"
 
170
                                >
 
171
                        </File>
 
172
                </Filter>
 
173
        </Files>
 
174
        <Globals>
 
175
        </Globals>
 
176
</VisualStudioProject>