Files
source-sdk-2013/mp/src/thirdparty/protobuf-2.3.0/ps3projects/libprotobuf.vcproj
Jørgen P. Tjernø b5dc4a8543 Line-ending fixes for most of the remaining files.
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.

Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.

Finally, fixes executable bits.
2013-12-03 11:57:22 -08:00

450 lines
9.3 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="libprotobuf"
ProjectGUID="{EBBA93AA-DDB9-4704-977E-EE85B0420822}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="PS3 SNC Debug|Win32"
OutputDirectory="PS3_SNC_PPU_Debug"
IntermediateDirectory="PS3_SNC_PPU_Debug"
ConfigurationType="4"
DeleteExtensionsOnClean="*.obj;*.d;*.map;*.lst;*.pch;$(TargetPath)"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-g"
AdditionalIncludeDirectories="&quot;U:\valve\steam3_main\src\external\protobuf-2.3.0\src&quot;"
PreprocessorDefinitions="SN_TARGET_PS3;_DEBUG;__SNC__;__CELL_ASSERT__;_PS3;GOOGLE_PROTOBUF_NO_RTTI"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
DisableSpecificWarnings="112;1669"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
AdditionalOptions=""
OutputFile="$(OutDir)/$(ProjectName).a"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="PS3 SNC Release|Win32"
OutputDirectory="PS3_SNC_PPU_Release"
IntermediateDirectory="PS3_SNC_PPU_Release"
ConfigurationType="4"
DeleteExtensionsOnClean="*.obj;*.d;*.map;*.lst;*.pch;$(TargetPath)"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-O2"
AdditionalIncludeDirectories="&quot;U:\valve\steam3_main\src\external\protobuf-2.3.0\src&quot;"
PreprocessorDefinitions="SN_TARGET_PS3;NDEBUG;__SNC__;_PS3;GOOGLE_PROTOBUF_NO_RTTI"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
DisableSpecificWarnings="112;1669"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
AdditionalOptions=""
OutputFile="$(OutDir)/$(ProjectName).a"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;cc;s;asm"
>
<File
RelativePath="..\src\google\protobuf\io\coded_stream.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\common.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\descriptor.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\descriptor.pb.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\descriptor_database.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\dynamic_message.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\extension_set.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\extension_set_heavy.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\generated_message_reflection.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\generated_message_util.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\gzip_stream.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\hash.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\compiler\importer.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\message.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\message_lite.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\once.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\compiler\parser.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\printer.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\reflection_ops.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\repeated_field.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\service.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\structurally_valid.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\strutil.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\substitute.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\text_format.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\tokenizer.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\unknown_field_set.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\wire_format.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\wire_format_lite.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\zero_copy_stream.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl.cc"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl_lite.cc"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp"
>
<File
RelativePath="..\src\google\protobuf\io\coded_stream.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\coded_stream_inl.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\common.h"
>
</File>
<File
RelativePath=".\config.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\descriptor.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\descriptor.pb.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\descriptor_database.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\dynamic_message.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\extension_set.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\generated_message_reflection.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\generated_message_util.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\gzip_stream.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\hash.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\compiler\importer.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\map-util.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\message.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\message_lite.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\once.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\compiler\parser.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\printer.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\reflection_ops.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\repeated_field.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\service.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\stl_util-inl.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\strutil.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\stubs\substitute.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\text_format.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\tokenizer.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\unknown_field_set.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\wire_format.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\wire_format_lite.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\wire_format_lite_inl.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\zero_copy_stream.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl.h"
>
</File>
<File
RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl_lite.h"
>
</File>
</Filter>
<File
RelativePath=".\vsi.nul"
>
<FileConfiguration
Name="PS3 SNC Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description=""
CommandLine="echo &gt;nul&#x0D;&#x0A;"
Outputs="$(IntDir)\vsi.out"
/>
</FileConfiguration>
<FileConfiguration
Name="PS3 SNC Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description=""
CommandLine="echo &gt;nul&#x0D;&#x0A;"
Outputs="$(IntDir)\vsi.out"
/>
</FileConfiguration>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>