Home | History | Annotate | Download | only in vsprojects
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="libprotobuf"
      6 	ProjectGUID="{3E283F37-A4ED-41B7-A3E6-A2D89D131A30}"
      7 	Keyword="Win32Proj"
      8 	TargetFrameworkVersion="0"
      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="Debug"
     21 			IntermediateDirectory="Debug"
     22 			ConfigurationType="4"
     23 			>
     24 			<Tool
     25 				Name="VCPreBuildEventTool"
     26 			/>
     27 			<Tool
     28 				Name="VCCustomBuildTool"
     29 			/>
     30 			<Tool
     31 				Name="VCXMLDataGeneratorTool"
     32 			/>
     33 			<Tool
     34 				Name="VCWebServiceProxyGeneratorTool"
     35 			/>
     36 			<Tool
     37 				Name="VCMIDLTool"
     38 			/>
     39 			<Tool
     40 				Name="VCCLCompilerTool"
     41 				AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
     42 				Optimization="0"
     43 				AdditionalIncludeDirectories="../src;."
     44 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPROTOBUF_EXPORTS;"
     45 				MinimalRebuild="true"
     46 				BasicRuntimeChecks="3"
     47 				RuntimeLibrary="3"
     48 				UsePrecompiledHeader="0"
     49 				WarningLevel="3"
     50 				Detect64BitPortabilityProblems="true"
     51 				DebugInformationFormat="4"
     52 			/>
     53 			<Tool
     54 				Name="VCManagedResourceCompilerTool"
     55 			/>
     56 			<Tool
     57 				Name="VCResourceCompilerTool"
     58 			/>
     59 			<Tool
     60 				Name="VCPreLinkEventTool"
     61 			/>
     62 			<Tool
     63 				Name="VCLibrarianTool"
     64 			/>
     65 			<Tool
     66 				Name="VCALinkTool"
     67 			/>
     68 			<Tool
     69 				Name="VCXDCMakeTool"
     70 			/>
     71 			<Tool
     72 				Name="VCBscMakeTool"
     73 			/>
     74 			<Tool
     75 				Name="VCFxCopTool"
     76 			/>
     77 			<Tool
     78 				Name="VCPostBuildEventTool"
     79 			/>
     80 		</Configuration>
     81 		<Configuration
     82 			Name="Release|Win32"
     83 			OutputDirectory="Release"
     84 			IntermediateDirectory="Release"
     85 			ConfigurationType="4"
     86 			>
     87 			<Tool
     88 				Name="VCPreBuildEventTool"
     89 			/>
     90 			<Tool
     91 				Name="VCCustomBuildTool"
     92 			/>
     93 			<Tool
     94 				Name="VCXMLDataGeneratorTool"
     95 			/>
     96 			<Tool
     97 				Name="VCWebServiceProxyGeneratorTool"
     98 			/>
     99 			<Tool
    100 				Name="VCMIDLTool"
    101 			/>
    102 			<Tool
    103 				Name="VCCLCompilerTool"
    104 				AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
    105 				AdditionalIncludeDirectories="../src;."
    106 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPROTOBUF_EXPORTS;"
    107 				RuntimeLibrary="2"
    108 				UsePrecompiledHeader="0"
    109 				WarningLevel="3"
    110 				Detect64BitPortabilityProblems="true"
    111 				DebugInformationFormat="3"
    112 			/>
    113 			<Tool
    114 				Name="VCManagedResourceCompilerTool"
    115 			/>
    116 			<Tool
    117 				Name="VCResourceCompilerTool"
    118 			/>
    119 			<Tool
    120 				Name="VCPreLinkEventTool"
    121 			/>
    122 			<Tool
    123 				Name="VCLibrarianTool"
    124 			/>
    125 			<Tool
    126 				Name="VCALinkTool"
    127 			/>
    128 			<Tool
    129 				Name="VCXDCMakeTool"
    130 			/>
    131 			<Tool
    132 				Name="VCBscMakeTool"
    133 			/>
    134 			<Tool
    135 				Name="VCFxCopTool"
    136 			/>
    137 			<Tool
    138 				Name="VCPostBuildEventTool"
    139 			/>
    140 		</Configuration>
    141 	</Configurations>
    142 	<References>
    143 	</References>
    144 	<Files>
    145 		<Filter
    146 			Name="Header Files"
    147 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    148 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    149 			>
    150 			<File
    151 				RelativePath="..\src\google\protobuf\io\coded_stream.h"
    152 				>
    153 			</File>
    154 			<File
    155 				RelativePath="..\src\google\protobuf\io\coded_stream_inl.h"
    156 				>
    157 			</File>
    158 			<File
    159 				RelativePath="..\src\google\protobuf\stubs\common.h"
    160 				>
    161 			</File>
    162 			<File
    163 				RelativePath=".\config.h"
    164 				>
    165 			</File>
    166 			<File
    167 				RelativePath="..\src\google\protobuf\descriptor.h"
    168 				>
    169 			</File>
    170 			<File
    171 				RelativePath="..\src\google\protobuf\descriptor.pb.h"
    172 				>
    173 			</File>
    174 			<File
    175 				RelativePath="..\src\google\protobuf\descriptor_database.h"
    176 				>
    177 			</File>
    178 			<File
    179 				RelativePath="..\src\google\protobuf\dynamic_message.h"
    180 				>
    181 			</File>
    182 			<File
    183 				RelativePath="..\src\google\protobuf\extension_set.h"
    184 				>
    185 			</File>
    186 			<File
    187 				RelativePath="..\src\google\protobuf\generated_message_reflection.h"
    188 				>
    189 			</File>
    190 			<File
    191 				RelativePath="..\src\google\protobuf\generated_message_util.h"
    192 				>
    193 			</File>
    194 			<File
    195 				RelativePath="..\src\google\protobuf\io\gzip_stream.h"
    196 				>
    197 			</File>
    198 			<File
    199 				RelativePath="..\src\google\protobuf\stubs\hash.h"
    200 				>
    201 			</File>
    202 			<File
    203 				RelativePath="..\src\google\protobuf\compiler\importer.h"
    204 				>
    205 			</File>
    206 			<File
    207 				RelativePath="..\src\google\protobuf\stubs\map-util.h"
    208 				>
    209 			</File>
    210 			<File
    211 				RelativePath="..\src\google\protobuf\message.h"
    212 				>
    213 			</File>
    214 			<File
    215 				RelativePath="..\src\google\protobuf\message_lite.h"
    216 				>
    217 			</File>
    218 			<File
    219 				RelativePath="..\src\google\protobuf\stubs\once.h"
    220 				>
    221 			</File>
    222 			<File
    223 				RelativePath="..\src\google\protobuf\compiler\parser.h"
    224 				>
    225 			</File>
    226 			<File
    227 				RelativePath="..\src\google\protobuf\io\printer.h"
    228 				>
    229 			</File>
    230 			<File
    231 				RelativePath="..\src\google\protobuf\reflection_ops.h"
    232 				>
    233 			</File>
    234 			<File
    235 				RelativePath="..\src\google\protobuf\repeated_field.h"
    236 				>
    237 			</File>
    238 			<File
    239 				RelativePath="..\src\google\protobuf\service.h"
    240 				>
    241 			</File>
    242 			<File
    243 				RelativePath="..\src\google\protobuf\stubs\stl_util-inl.h"
    244 				>
    245 			</File>
    246 			<File
    247 				RelativePath="..\src\google\protobuf\stubs\strutil.h"
    248 				>
    249 			</File>
    250 			<File
    251 				RelativePath="..\src\google\protobuf\stubs\substitute.h"
    252 				>
    253 			</File>
    254 			<File
    255 				RelativePath="..\src\google\protobuf\text_format.h"
    256 				>
    257 			</File>
    258 			<File
    259 				RelativePath="..\src\google\protobuf\io\tokenizer.h"
    260 				>
    261 			</File>
    262 			<File
    263 				RelativePath="..\src\google\protobuf\unknown_field_set.h"
    264 				>
    265 			</File>
    266 			<File
    267 				RelativePath="..\src\google\protobuf\wire_format.h"
    268 				>
    269 			</File>
    270 			<File
    271 				RelativePath="..\src\google\protobuf\wire_format_lite.h"
    272 				>
    273 			</File>
    274 			<File
    275 				RelativePath="..\src\google\protobuf\wire_format_lite_inl.h"
    276 				>
    277 			</File>
    278 			<File
    279 				RelativePath="..\src\google\protobuf\io\zero_copy_stream.h"
    280 				>
    281 			</File>
    282 			<File
    283 				RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl.h"
    284 				>
    285 			</File>
    286 			<File
    287 				RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl_lite.h"
    288 				>
    289 			</File>
    290 		</Filter>
    291 		<Filter
    292 			Name="Resource Files"
    293 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
    294 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    295 			>
    296 		</Filter>
    297 		<Filter
    298 			Name="Source Files"
    299 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    300 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    301 			>
    302 			<File
    303 				RelativePath="..\src\google\protobuf\io\coded_stream.cc"
    304 				>
    305 			</File>
    306 			<File
    307 				RelativePath="..\src\google\protobuf\stubs\common.cc"
    308 				>
    309 			</File>
    310 			<File
    311 				RelativePath="..\src\google\protobuf\descriptor.cc"
    312 				>
    313 			</File>
    314 			<File
    315 				RelativePath="..\src\google\protobuf\descriptor.pb.cc"
    316 				>
    317 			</File>
    318 			<File
    319 				RelativePath="..\src\google\protobuf\descriptor_database.cc"
    320 				>
    321 			</File>
    322 			<File
    323 				RelativePath="..\src\google\protobuf\dynamic_message.cc"
    324 				>
    325 			</File>
    326 			<File
    327 				RelativePath="..\src\google\protobuf\extension_set.cc"
    328 				>
    329 			</File>
    330 			<File
    331 				RelativePath="..\src\google\protobuf\extension_set_heavy.cc"
    332 				>
    333 			</File>
    334 			<File
    335 				RelativePath="..\src\google\protobuf\generated_message_reflection.cc"
    336 				>
    337 			</File>
    338 			<File
    339 				RelativePath="..\src\google\protobuf\generated_message_util.cc"
    340 				>
    341 			</File>
    342 			<File
    343 				RelativePath="..\src\google\protobuf\io\gzip_stream.cc"
    344 				>
    345 			</File>
    346 			<File
    347 				RelativePath="..\src\google\protobuf\stubs\hash.cc"
    348 				>
    349 			</File>
    350 			<File
    351 				RelativePath="..\src\google\protobuf\compiler\importer.cc"
    352 				>
    353 			</File>
    354 			<File
    355 				RelativePath="..\src\google\protobuf\message.cc"
    356 				>
    357 			</File>
    358 			<File
    359 				RelativePath="..\src\google\protobuf\message_lite.cc"
    360 				>
    361 			</File>
    362 			<File
    363 				RelativePath="..\src\google\protobuf\stubs\once.cc"
    364 				>
    365 			</File>
    366 			<File
    367 				RelativePath="..\src\google\protobuf\compiler\parser.cc"
    368 				>
    369 			</File>
    370 			<File
    371 				RelativePath="..\src\google\protobuf\io\printer.cc"
    372 				>
    373 			</File>
    374 			<File
    375 				RelativePath="..\src\google\protobuf\reflection_ops.cc"
    376 				>
    377 			</File>
    378 			<File
    379 				RelativePath="..\src\google\protobuf\repeated_field.cc"
    380 				>
    381 			</File>
    382 			<File
    383 				RelativePath="..\src\google\protobuf\service.cc"
    384 				>
    385 			</File>
    386 			<File
    387 				RelativePath="..\src\google\protobuf\stubs\structurally_valid.cc"
    388 				>
    389 			</File>
    390 			<File
    391 				RelativePath="..\src\google\protobuf\stubs\strutil.cc"
    392 				>
    393 			</File>
    394 			<File
    395 				RelativePath="..\src\google\protobuf\stubs\substitute.cc"
    396 				>
    397 			</File>
    398 			<File
    399 				RelativePath="..\src\google\protobuf\text_format.cc"
    400 				>
    401 			</File>
    402 			<File
    403 				RelativePath="..\src\google\protobuf\io\tokenizer.cc"
    404 				>
    405 			</File>
    406 			<File
    407 				RelativePath="..\src\google\protobuf\unknown_field_set.cc"
    408 				>
    409 			</File>
    410 			<File
    411 				RelativePath="..\src\google\protobuf\wire_format.cc"
    412 				>
    413 			</File>
    414 			<File
    415 				RelativePath="..\src\google\protobuf\wire_format_lite.cc"
    416 				>
    417 			</File>
    418 			<File
    419 				RelativePath="..\src\google\protobuf\io\zero_copy_stream.cc"
    420 				>
    421 			</File>
    422 			<File
    423 				RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl.cc"
    424 				>
    425 			</File>
    426 			<File
    427 				RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl_lite.cc"
    428 				>
    429 			</File>
    430 		</Filter>
    431 	</Files>
    432 	<Globals>
    433 	</Globals>
    434 </VisualStudioProject>
    435