diff options
Diffstat (limited to 'vsprojects/libprotobuf.vcproj')
-rw-r--r-- | vsprojects/libprotobuf.vcproj | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/vsprojects/libprotobuf.vcproj b/vsprojects/libprotobuf.vcproj index 7b8111f..1a488f7 100644 --- a/vsprojects/libprotobuf.vcproj +++ b/vsprojects/libprotobuf.vcproj @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="libprotobuf" ProjectGUID="{3E283F37-A4ED-41B7-A3E6-A2D89D131A30}" Keyword="Win32Proj" @@ -196,6 +196,10 @@ > </File> <File + RelativePath="..\src\google\protobuf\io\strtod.h" + > + </File> + <File RelativePath="..\src\google\protobuf\stubs\hash.h" > </File> @@ -204,7 +208,7 @@ > </File> <File - RelativePath="..\src\google\protobuf\stubs\map-util.h" + RelativePath="..\src\google\protobuf\stubs\map_util.h" > </File> <File @@ -216,6 +220,18 @@ > </File> <File + RelativePath="..\src\google\protobuf\stubs\atomicops.h" + > + </File> + <File + RelativePath="..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h" + > + </File> + <File + RelativePath="..\src\google\protobuf\stubs\platform_macros.h" + > + </File> + <File RelativePath="..\src\google\protobuf\stubs\once.h" > </File> @@ -240,7 +256,19 @@ > </File> <File - RelativePath="..\src\google\protobuf\stubs\stl_util-inl.h" + RelativePath="..\src\google\protobuf\stubs\stl_util.h" + > + </File> + <File + RelativePath="..\src\google\protobuf\stubs\stringprintf.h" + > + </File> + <File + RelativePath="..\src\google\protobuf\stubs\template_util.h" + > + </File> + <File + RelativePath="..\src\google\protobuf\stubs\type_traits.h" > </File> <File @@ -344,7 +372,7 @@ > </File> <File - RelativePath="..\src\google\protobuf\stubs\hash.cc" + RelativePath="..\src\google\protobuf\io\strtod.cc" > </File> <File @@ -364,6 +392,10 @@ > </File> <File + RelativePath="..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.cc" + > + </File> + <File RelativePath="..\src\google\protobuf\compiler\parser.cc" > </File> @@ -427,6 +459,10 @@ RelativePath="..\src\google\protobuf\io\zero_copy_stream_impl_lite.cc" > </File> + <File + RelativePath="..\src\google\protobuf\stubs\stringprintf.cc" + > + </File> </Filter> </Files> <Globals> |