diff options
| author | Joe Ludwig <[email protected]> | 2013-07-04 11:20:31 -0700 |
|---|---|---|
| committer | Joe Ludwig <[email protected]> | 2013-07-04 11:20:31 -0700 |
| commit | 77b376f8a0d8d172c51729762f80bb394534aa41 (patch) | |
| tree | 79897a015745704f7202eaa6648c18f2e5312df4 /mp/src/thirdparty/protobuf-2.3.0/vsprojects/libprotobuf.vcxproj | |
| parent | Adding a CONTRIBUTING file so the rights that GitHub users grant to Valve wit... (diff) | |
| download | source-sdk-2013-77b376f8a0d8d172c51729762f80bb394534aa41.tar.xz source-sdk-2013-77b376f8a0d8d172c51729762f80bb394534aa41.zip | |
* Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details.
* Pulled in bug fixes from HL2 and HL2MP.
Diffstat (limited to 'mp/src/thirdparty/protobuf-2.3.0/vsprojects/libprotobuf.vcxproj')
| -rw-r--r-- | mp/src/thirdparty/protobuf-2.3.0/vsprojects/libprotobuf.vcxproj | 204 |
1 files changed, 204 insertions, 0 deletions
diff --git a/mp/src/thirdparty/protobuf-2.3.0/vsprojects/libprotobuf.vcxproj b/mp/src/thirdparty/protobuf-2.3.0/vsprojects/libprotobuf.vcxproj new file mode 100644 index 00000000..ad279452 --- /dev/null +++ b/mp/src/thirdparty/protobuf-2.3.0/vsprojects/libprotobuf.vcxproj @@ -0,0 +1,204 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{3E283F37-A4ED-41B7-A3E6-A2D89D131A30}</ProjectGuid>
+ <RootNamespace>libprotobuf</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\$(ProjectName)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\$(ProjectName)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <AdditionalOptions>/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305 %(AdditionalOptions)</AdditionalOptions>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>../src;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>_HAS_ITERATOR_DEBUGGING=0;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPROTOBUF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>false</MinimalRebuild>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Midl>
+ <TargetEnvironment>X64</TargetEnvironment>
+ </Midl>
+ <ClCompile>
+ <AdditionalOptions>/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305 %(AdditionalOptions)</AdditionalOptions>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>../src;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPROTOBUF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>true</MinimalRebuild>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <ProgramDataBaseFileName>$(IntDir)libprotobuf.pdb</ProgramDataBaseFileName>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <AdditionalOptions>/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305 %(AdditionalOptions)</AdditionalOptions>
+ <AdditionalIncludeDirectories>../src;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPROTOBUF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Midl>
+ <TargetEnvironment>X64</TargetEnvironment>
+ </Midl>
+ <ClCompile>
+ <AdditionalOptions>/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305 %(AdditionalOptions)</AdditionalOptions>
+ <AdditionalIncludeDirectories>../src;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPROTOBUF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <ProgramDataBaseFileName>$(IntDir)libprotobuf.pdb</ProgramDataBaseFileName>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="..\src\google\protobuf\io\coded_stream.h" />
+ <ClInclude Include="..\src\google\protobuf\io\coded_stream_inl.h" />
+ <ClInclude Include="..\src\google\protobuf\stubs\common.h" />
+ <ClInclude Include="config.h" />
+ <ClInclude Include="..\src\google\protobuf\descriptor.h" />
+ <ClInclude Include="..\src\google\protobuf\descriptor.pb.h" />
+ <ClInclude Include="..\src\google\protobuf\descriptor_database.h" />
+ <ClInclude Include="..\src\google\protobuf\dynamic_message.h" />
+ <ClInclude Include="..\src\google\protobuf\extension_set.h" />
+ <ClInclude Include="..\src\google\protobuf\generated_message_reflection.h" />
+ <ClInclude Include="..\src\google\protobuf\generated_message_util.h" />
+ <ClInclude Include="..\src\google\protobuf\io\gzip_stream.h" />
+ <ClInclude Include="..\src\google\protobuf\stubs\hash.h" />
+ <ClInclude Include="..\src\google\protobuf\compiler\importer.h" />
+ <ClInclude Include="..\src\google\protobuf\stubs\map-util.h" />
+ <ClInclude Include="..\src\google\protobuf\message.h" />
+ <ClInclude Include="..\src\google\protobuf\message_lite.h" />
+ <ClInclude Include="..\src\google\protobuf\stubs\once.h" />
+ <ClInclude Include="..\src\google\protobuf\compiler\parser.h" />
+ <ClInclude Include="..\src\google\protobuf\io\printer.h" />
+ <ClInclude Include="..\src\google\protobuf\reflection_ops.h" />
+ <ClInclude Include="..\src\google\protobuf\repeated_field.h" />
+ <ClInclude Include="..\src\google\protobuf\service.h" />
+ <ClInclude Include="..\src\google\protobuf\stubs\stl_util-inl.h" />
+ <ClInclude Include="..\src\google\protobuf\stubs\strutil.h" />
+ <ClInclude Include="..\src\google\protobuf\stubs\substitute.h" />
+ <ClInclude Include="..\src\google\protobuf\text_format.h" />
+ <ClInclude Include="..\src\google\protobuf\io\tokenizer.h" />
+ <ClInclude Include="..\src\google\protobuf\unknown_field_set.h" />
+ <ClInclude Include="..\src\google\protobuf\wire_format.h" />
+ <ClInclude Include="..\src\google\protobuf\wire_format_lite.h" />
+ <ClInclude Include="..\src\google\protobuf\wire_format_lite_inl.h" />
+ <ClInclude Include="..\src\google\protobuf\io\zero_copy_stream.h" />
+ <ClInclude Include="..\src\google\protobuf\io\zero_copy_stream_impl.h" />
+ <ClInclude Include="..\src\google\protobuf\io\zero_copy_stream_impl_lite.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\src\google\protobuf\io\coded_stream.cc" />
+ <ClCompile Include="..\src\google\protobuf\stubs\common.cc" />
+ <ClCompile Include="..\src\google\protobuf\descriptor.cc" />
+ <ClCompile Include="..\src\google\protobuf\descriptor.pb.cc" />
+ <ClCompile Include="..\src\google\protobuf\descriptor_database.cc" />
+ <ClCompile Include="..\src\google\protobuf\dynamic_message.cc" />
+ <ClCompile Include="..\src\google\protobuf\extension_set.cc" />
+ <ClCompile Include="..\src\google\protobuf\extension_set_heavy.cc" />
+ <ClCompile Include="..\src\google\protobuf\generated_message_reflection.cc" />
+ <ClCompile Include="..\src\google\protobuf\generated_message_util.cc" />
+ <ClCompile Include="..\src\google\protobuf\io\gzip_stream.cc" />
+ <ClCompile Include="..\src\google\protobuf\stubs\hash.cc" />
+ <ClCompile Include="..\src\google\protobuf\compiler\importer.cc" />
+ <ClCompile Include="..\src\google\protobuf\message.cc" />
+ <ClCompile Include="..\src\google\protobuf\message_lite.cc" />
+ <ClCompile Include="..\src\google\protobuf\stubs\once.cc" />
+ <ClCompile Include="..\src\google\protobuf\compiler\parser.cc" />
+ <ClCompile Include="..\src\google\protobuf\io\printer.cc" />
+ <ClCompile Include="..\src\google\protobuf\reflection_ops.cc" />
+ <ClCompile Include="..\src\google\protobuf\repeated_field.cc" />
+ <ClCompile Include="..\src\google\protobuf\service.cc" />
+ <ClCompile Include="..\src\google\protobuf\stubs\structurally_valid.cc" />
+ <ClCompile Include="..\src\google\protobuf\stubs\strutil.cc" />
+ <ClCompile Include="..\src\google\protobuf\stubs\substitute.cc" />
+ <ClCompile Include="..\src\google\protobuf\text_format.cc" />
+ <ClCompile Include="..\src\google\protobuf\io\tokenizer.cc" />
+ <ClCompile Include="..\src\google\protobuf\unknown_field_set.cc" />
+ <ClCompile Include="..\src\google\protobuf\wire_format.cc" />
+ <ClCompile Include="..\src\google\protobuf\wire_format_lite.cc" />
+ <ClCompile Include="..\src\google\protobuf\io\zero_copy_stream.cc" />
+ <ClCompile Include="..\src\google\protobuf\io\zero_copy_stream_impl.cc" />
+ <ClCompile Include="..\src\google\protobuf\io\zero_copy_stream_impl_lite.cc" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file |