~ubuntu-branches/ubuntu/trusty/protobuf/trusty-proposed

« back to all changes in this revision

Viewing changes to vsprojects/lite-test.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-11-18 21:47:41 UTC
  • mfrom: (1.1.4 upstream)
  • mto: (2.3.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091118214741-g7a4ij0qz0aydfyx
Tags: upstream-2.2.0a
ImportĀ upstreamĀ versionĀ 2.2.0a

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ļ»æ<?xml version="1.0" encoding="UTF-8"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="lite-test"
6
 
        ProjectGUID="{12015ACE-42BE-4952-A5A0-44A9A46908E2}"
7
 
        RootNamespace="tests"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="0"
10
 
        >
11
 
        <Platforms>
12
 
                <Platform
13
 
                        Name="Win32"
14
 
                />
15
 
        </Platforms>
16
 
        <ToolFiles>
17
 
        </ToolFiles>
18
 
        <Configurations>
19
 
                <Configuration
20
 
                        Name="Debug|Win32"
21
 
                        OutputDirectory="Debug"
22
 
                        IntermediateDirectory="Debug"
23
 
                        ConfigurationType="1"
24
 
                        >
25
 
                        <Tool
26
 
                                Name="VCPreBuildEventTool"
27
 
                        />
28
 
                        <Tool
29
 
                                Name="VCCustomBuildTool"
30
 
                                Description=""
31
 
                                CommandLine=""
32
 
                                AdditionalDependencies=""
33
 
                                Outputs=""
34
 
                        />
35
 
                        <Tool
36
 
                                Name="VCXMLDataGeneratorTool"
37
 
                        />
38
 
                        <Tool
39
 
                                Name="VCWebServiceProxyGeneratorTool"
40
 
                        />
41
 
                        <Tool
42
 
                                Name="VCMIDLTool"
43
 
                        />
44
 
                        <Tool
45
 
                                Name="VCCLCompilerTool"
46
 
                                AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
47
 
                                Optimization="0"
48
 
                                AdditionalIncludeDirectories="../src;.;../gtest/include"
49
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;"
50
 
                                MinimalRebuild="true"
51
 
                                BasicRuntimeChecks="3"
52
 
                                RuntimeLibrary="3"
53
 
                                UsePrecompiledHeader="0"
54
 
                                WarningLevel="3"
55
 
                                Detect64BitPortabilityProblems="true"
56
 
                                DebugInformationFormat="4"
57
 
                        />
58
 
                        <Tool
59
 
                                Name="VCManagedResourceCompilerTool"
60
 
                        />
61
 
                        <Tool
62
 
                                Name="VCResourceCompilerTool"
63
 
                        />
64
 
                        <Tool
65
 
                                Name="VCPreLinkEventTool"
66
 
                        />
67
 
                        <Tool
68
 
                                Name="VCLinkerTool"
69
 
                                LinkIncremental="2"
70
 
                                GenerateDebugInformation="true"
71
 
                                SubSystem="1"
72
 
                                TargetMachine="1"
73
 
                        />
74
 
                        <Tool
75
 
                                Name="VCALinkTool"
76
 
                        />
77
 
                        <Tool
78
 
                                Name="VCManifestTool"
79
 
                        />
80
 
                        <Tool
81
 
                                Name="VCXDCMakeTool"
82
 
                        />
83
 
                        <Tool
84
 
                                Name="VCBscMakeTool"
85
 
                        />
86
 
                        <Tool
87
 
                                Name="VCFxCopTool"
88
 
                        />
89
 
                        <Tool
90
 
                                Name="VCAppVerifierTool"
91
 
                        />
92
 
                        <Tool
93
 
                                Name="VCPostBuildEventTool"
94
 
                        />
95
 
                </Configuration>
96
 
                <Configuration
97
 
                        Name="Release|Win32"
98
 
                        OutputDirectory="Release"
99
 
                        IntermediateDirectory="Release"
100
 
                        ConfigurationType="1"
101
 
                        >
102
 
                        <Tool
103
 
                                Name="VCPreBuildEventTool"
104
 
                        />
105
 
                        <Tool
106
 
                                Name="VCCustomBuildTool"
107
 
                                Description=""
108
 
                                CommandLine=""
109
 
                                AdditionalDependencies=""
110
 
                                Outputs=""
111
 
                        />
112
 
                        <Tool
113
 
                                Name="VCXMLDataGeneratorTool"
114
 
                        />
115
 
                        <Tool
116
 
                                Name="VCWebServiceProxyGeneratorTool"
117
 
                        />
118
 
                        <Tool
119
 
                                Name="VCMIDLTool"
120
 
                        />
121
 
                        <Tool
122
 
                                Name="VCCLCompilerTool"
123
 
                                AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
124
 
                                AdditionalIncludeDirectories="../src;.;../gtest/include"
125
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
126
 
                                RuntimeLibrary="2"
127
 
                                UsePrecompiledHeader="0"
128
 
                                WarningLevel="3"
129
 
                                Detect64BitPortabilityProblems="true"
130
 
                                DebugInformationFormat="3"
131
 
                        />
132
 
                        <Tool
133
 
                                Name="VCManagedResourceCompilerTool"
134
 
                        />
135
 
                        <Tool
136
 
                                Name="VCResourceCompilerTool"
137
 
                        />
138
 
                        <Tool
139
 
                                Name="VCPreLinkEventTool"
140
 
                        />
141
 
                        <Tool
142
 
                                Name="VCLinkerTool"
143
 
                                LinkIncremental="2"
144
 
                                GenerateDebugInformation="true"
145
 
                                SubSystem="1"
146
 
                                OptimizeReferences="2"
147
 
                                EnableCOMDATFolding="2"
148
 
                                TargetMachine="1"
149
 
                        />
150
 
                        <Tool
151
 
                                Name="VCALinkTool"
152
 
                        />
153
 
                        <Tool
154
 
                                Name="VCManifestTool"
155
 
                        />
156
 
                        <Tool
157
 
                                Name="VCXDCMakeTool"
158
 
                        />
159
 
                        <Tool
160
 
                                Name="VCBscMakeTool"
161
 
                        />
162
 
                        <Tool
163
 
                                Name="VCFxCopTool"
164
 
                        />
165
 
                        <Tool
166
 
                                Name="VCAppVerifierTool"
167
 
                        />
168
 
                        <Tool
169
 
                                Name="VCPostBuildEventTool"
170
 
                        />
171
 
                </Configuration>
172
 
        </Configurations>
173
 
        <References>
174
 
        </References>
175
 
        <Files>
176
 
                <Filter
177
 
                        Name="Header Files"
178
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
179
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
180
 
                        >
181
 
                        <File
182
 
                                RelativePath="..\src\google\protobuf\test_util_lite.h"
183
 
                                >
184
 
                        </File>
185
 
                        <File
186
 
                                RelativePath=".\google\protobuf\unittest_lite.pb.h"
187
 
                                >
188
 
                        </File>
189
 
                        <File
190
 
                                RelativePath=".\google\protobuf\unittest_import_lite.pb.h"
191
 
                                >
192
 
                        </File>
193
 
                </Filter>
194
 
                <Filter
195
 
                        Name="Resource Files"
196
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
197
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
198
 
                        >
199
 
                </Filter>
200
 
                <Filter
201
 
                        Name="Source Files"
202
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
203
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
204
 
                        >
205
 
                        <File
206
 
                                RelativePath="..\src\google\protobuf\lite_unittest.cc"
207
 
                                >
208
 
                        </File>
209
 
                        <File
210
 
                                RelativePath="..\src\google\protobuf\test_util_lite.cc"
211
 
                                >
212
 
                        </File>
213
 
                        <File
214
 
                                RelativePath=".\google\protobuf\unittest_lite.pb.cc"
215
 
                                >
216
 
                        </File>
217
 
                        <File
218
 
                                RelativePath=".\google\protobuf\unittest_import_lite.pb.cc"
219
 
                                >
220
 
                        </File>
221
 
                </Filter>
222
 
                <File
223
 
                        RelativePath="..\src\google\protobuf\unittest_lite.proto"
224
 
                        >
225
 
                        <FileConfiguration
226
 
                                Name="Debug|Win32"
227
 
                                >
228
 
                                <Tool
229
 
                                        Name="VCCustomBuildTool"
230
 
                                        Description="Generating unittest_lite.pb.{h,cc}..."
231
 
                                        CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto&#x0D;&#x0A;"
232
 
                                        Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc"
233
 
                                />
234
 
                        </FileConfiguration>
235
 
                        <FileConfiguration
236
 
                                Name="Release|Win32"
237
 
                                >
238
 
                                <Tool
239
 
                                        Name="VCCustomBuildTool"
240
 
                                        Description="Generating unittest_lite.pb.{h,cc}..."
241
 
                                        CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto&#x0D;&#x0A;"
242
 
                                        Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc"
243
 
                                />
244
 
                        </FileConfiguration>
245
 
                </File>
246
 
                <File
247
 
                        RelativePath="..\src\google\protobuf\unittest_import_lite.proto"
248
 
                        >
249
 
                        <FileConfiguration
250
 
                                Name="Debug|Win32"
251
 
                                >
252
 
                                <Tool
253
 
                                        Name="VCCustomBuildTool"
254
 
                                        Description="Generating unittest_import_lite.pb.{h,cc}..."
255
 
                                        CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto&#x0D;&#x0A;"
256
 
                                        Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc"
257
 
                                />
258
 
                        </FileConfiguration>
259
 
                        <FileConfiguration
260
 
                                Name="Release|Win32"
261
 
                                >
262
 
                                <Tool
263
 
                                        Name="VCCustomBuildTool"
264
 
                                        Description="Generating unittest_import_lite.pb.{h,cc}..."
265
 
                                        CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto&#x0D;&#x0A;"
266
 
                                        Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc"
267
 
                                />
268
 
                        </FileConfiguration>
269
 
                </File>
270
 
        </Files>
271
 
        <Globals>
272
 
        </Globals>
273
 
</VisualStudioProject>
 
1
ļ»æ<?xml version="1.0" encoding="UTF-8"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="lite-test"
 
6
        ProjectGUID="{12015ACE-42BE-4952-A5A0-44A9A46908E2}"
 
7
        RootNamespace="tests"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="0"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Debug|Win32"
 
21
                        OutputDirectory="Debug"
 
22
                        IntermediateDirectory="Debug"
 
23
                        ConfigurationType="1"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                                Description=""
 
31
                                CommandLine=""
 
32
                                AdditionalDependencies=""
 
33
                                Outputs=""
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCXMLDataGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCWebServiceProxyGeneratorTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCMIDLTool"
 
43
                        />
 
44
                        <Tool
 
45
                                Name="VCCLCompilerTool"
 
46
                                AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
 
47
                                Optimization="0"
 
48
                                AdditionalIncludeDirectories="../src;.;../gtest/include"
 
49
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;"
 
50
                                MinimalRebuild="true"
 
51
                                BasicRuntimeChecks="3"
 
52
                                RuntimeLibrary="3"
 
53
                                UsePrecompiledHeader="0"
 
54
                                WarningLevel="3"
 
55
                                Detect64BitPortabilityProblems="true"
 
56
                                DebugInformationFormat="4"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCManagedResourceCompilerTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCResourceCompilerTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCPreLinkEventTool"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCLinkerTool"
 
69
                                LinkIncremental="2"
 
70
                                GenerateDebugInformation="true"
 
71
                                SubSystem="1"
 
72
                                TargetMachine="1"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCALinkTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCManifestTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCXDCMakeTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCBscMakeTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCFxCopTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCAppVerifierTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCPostBuildEventTool"
 
94
                        />
 
95
                </Configuration>
 
96
                <Configuration
 
97
                        Name="Release|Win32"
 
98
                        OutputDirectory="Release"
 
99
                        IntermediateDirectory="Release"
 
100
                        ConfigurationType="1"
 
101
                        >
 
102
                        <Tool
 
103
                                Name="VCPreBuildEventTool"
 
104
                        />
 
105
                        <Tool
 
106
                                Name="VCCustomBuildTool"
 
107
                                Description=""
 
108
                                CommandLine=""
 
109
                                AdditionalDependencies=""
 
110
                                Outputs=""
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCXMLDataGeneratorTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCWebServiceProxyGeneratorTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCMIDLTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCCLCompilerTool"
 
123
                                AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
 
124
                                AdditionalIncludeDirectories="../src;.;../gtest/include"
 
125
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
 
126
                                RuntimeLibrary="2"
 
127
                                UsePrecompiledHeader="0"
 
128
                                WarningLevel="3"
 
129
                                Detect64BitPortabilityProblems="true"
 
130
                                DebugInformationFormat="3"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCManagedResourceCompilerTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCResourceCompilerTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCPreLinkEventTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCLinkerTool"
 
143
                                LinkIncremental="2"
 
144
                                GenerateDebugInformation="true"
 
145
                                SubSystem="1"
 
146
                                OptimizeReferences="2"
 
147
                                EnableCOMDATFolding="2"
 
148
                                TargetMachine="1"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCALinkTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManifestTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCXDCMakeTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCBscMakeTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCFxCopTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCAppVerifierTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCPostBuildEventTool"
 
170
                        />
 
171
                </Configuration>
 
172
        </Configurations>
 
173
        <References>
 
174
        </References>
 
175
        <Files>
 
176
                <Filter
 
177
                        Name="Header Files"
 
178
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
179
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
180
                        >
 
181
                        <File
 
182
                                RelativePath="..\src\google\protobuf\test_util_lite.h"
 
183
                                >
 
184
                        </File>
 
185
                        <File
 
186
                                RelativePath=".\google\protobuf\unittest_lite.pb.h"
 
187
                                >
 
188
                        </File>
 
189
                        <File
 
190
                                RelativePath=".\google\protobuf\unittest_import_lite.pb.h"
 
191
                                >
 
192
                        </File>
 
193
                </Filter>
 
194
                <Filter
 
195
                        Name="Resource Files"
 
196
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
197
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
198
                        >
 
199
                </Filter>
 
200
                <Filter
 
201
                        Name="Source Files"
 
202
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
203
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
204
                        >
 
205
                        <File
 
206
                                RelativePath="..\src\google\protobuf\lite_unittest.cc"
 
207
                                >
 
208
                        </File>
 
209
                        <File
 
210
                                RelativePath="..\src\google\protobuf\test_util_lite.cc"
 
211
                                >
 
212
                        </File>
 
213
                        <File
 
214
                                RelativePath=".\google\protobuf\unittest_lite.pb.cc"
 
215
                                >
 
216
                        </File>
 
217
                        <File
 
218
                                RelativePath=".\google\protobuf\unittest_import_lite.pb.cc"
 
219
                                >
 
220
                        </File>
 
221
                </Filter>
 
222
                <File
 
223
                        RelativePath="..\src\google\protobuf\unittest_lite.proto"
 
224
                        >
 
225
                        <FileConfiguration
 
226
                                Name="Debug|Win32"
 
227
                                >
 
228
                                <Tool
 
229
                                        Name="VCCustomBuildTool"
 
230
                                        Description="Generating unittest_lite.pb.{h,cc}..."
 
231
                                        CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto&#x0D;&#x0A;"
 
232
                                        Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc"
 
233
                                />
 
234
                        </FileConfiguration>
 
235
                        <FileConfiguration
 
236
                                Name="Release|Win32"
 
237
                                >
 
238
                                <Tool
 
239
                                        Name="VCCustomBuildTool"
 
240
                                        Description="Generating unittest_lite.pb.{h,cc}..."
 
241
                                        CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_lite.proto&#x0D;&#x0A;"
 
242
                                        Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc"
 
243
                                />
 
244
                        </FileConfiguration>
 
245
                </File>
 
246
                <File
 
247
                        RelativePath="..\src\google\protobuf\unittest_import_lite.proto"
 
248
                        >
 
249
                        <FileConfiguration
 
250
                                Name="Debug|Win32"
 
251
                                >
 
252
                                <Tool
 
253
                                        Name="VCCustomBuildTool"
 
254
                                        Description="Generating unittest_import_lite.pb.{h,cc}..."
 
255
                                        CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto&#x0D;&#x0A;"
 
256
                                        Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc"
 
257
                                />
 
258
                        </FileConfiguration>
 
259
                        <FileConfiguration
 
260
                                Name="Release|Win32"
 
261
                                >
 
262
                                <Tool
 
263
                                        Name="VCCustomBuildTool"
 
264
                                        Description="Generating unittest_import_lite.pb.{h,cc}..."
 
265
                                        CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_import_lite.proto&#x0D;&#x0A;"
 
266
                                        Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc"
 
267
                                />
 
268
                        </FileConfiguration>
 
269
                </File>
 
270
        </Files>
 
271
        <Globals>
 
272
        </Globals>
 
273
</VisualStudioProject>