~flier-lu/libmemcached/win32-vs2008

« back to all changes in this revision

Viewing changes to win32/memerror.vcproj

  • Committer: Flier Lu
  • Date: 2011-01-13 03:38:04 UTC
  • Revision ID: flier.lu@gmail.com-20110113033804-tbfdgu7kzvoqj0hd
porting client

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="gb2312"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9.00"
 
5
        Name="memerror"
 
6
        ProjectGUID="{CD90B6B5-BAF7-49DC-A05F-C8606BC8F29B}"
 
7
        RootNamespace="memerror"
 
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
                        InheritedPropertySheets=".\common.vsprops;.\debug.vsprops"
 
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
                                MinimalRebuild="true"
 
44
                                BasicRuntimeChecks="3"
 
45
                                RuntimeLibrary="3"
 
46
                                WarningLevel="3"
 
47
                                DebugInformationFormat="4"
 
48
                        />
 
49
                        <Tool
 
50
                                Name="VCManagedResourceCompilerTool"
 
51
                        />
 
52
                        <Tool
 
53
                                Name="VCResourceCompilerTool"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCPreLinkEventTool"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCLinkerTool"
 
60
                                GenerateDebugInformation="true"
 
61
                                TargetMachine="1"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCALinkTool"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCManifestTool"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCXDCMakeTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCBscMakeTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCFxCopTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCAppVerifierTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCPostBuildEventTool"
 
83
                        />
 
84
                </Configuration>
 
85
                <Configuration
 
86
                        Name="Release|Win32"
 
87
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
88
                        IntermediateDirectory="$(ConfigurationName)"
 
89
                        ConfigurationType="1"
 
90
                        InheritedPropertySheets=".\common.vsprops;.\release.vsprops"
 
91
                        CharacterSet="2"
 
92
                        WholeProgramOptimization="1"
 
93
                        >
 
94
                        <Tool
 
95
                                Name="VCPreBuildEventTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCCustomBuildTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCXMLDataGeneratorTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCWebServiceProxyGeneratorTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCMIDLTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCCLCompilerTool"
 
111
                                Optimization="2"
 
112
                                EnableIntrinsicFunctions="true"
 
113
                                RuntimeLibrary="2"
 
114
                                EnableFunctionLevelLinking="true"
 
115
                                WarningLevel="3"
 
116
                                DebugInformationFormat="3"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCManagedResourceCompilerTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCResourceCompilerTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCPreLinkEventTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCLinkerTool"
 
129
                                GenerateDebugInformation="true"
 
130
                                OptimizeReferences="2"
 
131
                                EnableCOMDATFolding="2"
 
132
                                TargetMachine="1"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCALinkTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCManifestTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCXDCMakeTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCBscMakeTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCFxCopTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCAppVerifierTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCPostBuildEventTool"
 
154
                        />
 
155
                </Configuration>
 
156
        </Configurations>
 
157
        <References>
 
158
        </References>
 
159
        <Files>
 
160
                <Filter
 
161
                        Name="Source Files"
 
162
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
163
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
164
                        >
 
165
                        <File
 
166
                                RelativePath=".\getopt.c"
 
167
                                >
 
168
                        </File>
 
169
                        <File
 
170
                                RelativePath="..\clients\memerror.c"
 
171
                                >
 
172
                        </File>
 
173
                        <File
 
174
                                RelativePath="..\clients\utilities.c"
 
175
                                >
 
176
                        </File>
 
177
                </Filter>
 
178
                <Filter
 
179
                        Name="Header Files"
 
180
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
181
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
182
                        >
 
183
                        <File
 
184
                                RelativePath="..\clients\client_options.h"
 
185
                                >
 
186
                        </File>
 
187
                        <File
 
188
                                RelativePath=".\getopt.h"
 
189
                                >
 
190
                        </File>
 
191
                        <File
 
192
                                RelativePath="..\clients\utilities.h"
 
193
                                >
 
194
                        </File>
 
195
                </Filter>
 
196
                <Filter
 
197
                        Name="Resource Files"
 
198
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
199
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
200
                        >
 
201
                </Filter>
 
202
        </Files>
 
203
        <Globals>
 
204
        </Globals>
 
205
</VisualStudioProject>