aboutsummaryrefslogtreecommitdiff
path: root/vsprojects/tests.vcproj
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-21 21:19:05 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-21 21:19:05 +0000
commitd1ce7a2839dbc3b882d9fb8fc01f69ebbfbd0cfd (patch)
tree50dcb3b63de44333fa3f191cbd996e76b2922538 /vsprojects/tests.vcproj
parentf2a732938eddd212804db8c87f608cc11325b042 (diff)
downloadprotobuf-d1ce7a2839dbc3b882d9fb8fc01f69ebbfbd0cfd.tar.gz
protobuf-d1ce7a2839dbc3b882d9fb8fc01f69ebbfbd0cfd.tar.bz2
protobuf-d1ce7a2839dbc3b882d9fb8fc01f69ebbfbd0cfd.zip
Fix build on MSVC.
Diffstat (limited to 'vsprojects/tests.vcproj')
-rw-r--r--vsprojects/tests.vcproj52
1 files changed, 52 insertions, 0 deletions
diff --git a/vsprojects/tests.vcproj b/vsprojects/tests.vcproj
index c3976a78..6f730289 100644
--- a/vsprojects/tests.vcproj
+++ b/vsprojects/tests.vcproj
@@ -195,6 +195,10 @@
>
</File>
<File
+ RelativePath="..\src\google\protobuf\compiler\mock_code_generator.h"
+ >
+ </File>
+ <File
RelativePath=".\google\protobuf\unittest.pb.h"
>
</File>
@@ -222,6 +226,10 @@
RelativePath=".\google\protobuf\unittest_optimize_for.pb.h"
>
</File>
+ <File
+ RelativePath=".\google\protobuf\unittest_no_generic_services.pb.h"
+ >
+ </File>
</Filter>
<Filter
Name="Resource Files"
@@ -243,6 +251,10 @@
>
</File>
<File
+ RelativePath="..\src\google\protobuf\compiler\mock_code_generator.cc"
+ >
+ </File>
+ <File
RelativePath="..\src\google\protobuf\stubs\common_unittest.cc"
>
</File>
@@ -259,6 +271,18 @@
>
</File>
<File
+ RelativePath="..\src\google\protobuf\compiler\cpp\cpp_plugin_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\src\google\protobuf\compiler\java\java_plugin_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\src\google\protobuf\compiler\python\python_plugin_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\src\google\protobuf\descriptor_database_unittest.cc"
>
</File>
@@ -363,6 +387,10 @@
>
</File>
<File
+ RelativePath=".\google\protobuf\unittest_no_generic_services.pb.cc"
+ >
+ </File>
+ <File
RelativePath="..\src\google\protobuf\unknown_field_set_unittest.cc"
>
</File>
@@ -567,6 +595,30 @@
/>
</FileConfiguration>
</File>
+ <File
+ RelativePath="..\src\google\protobuf\unittest_no_generic_services.proto"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating unittest_no_generic_services.pb.{h,cc}..."
+ CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_no_generic_services.proto&#x0D;&#x0A;"
+ Outputs="google\protobuf\unittest_no_generic_services.pb.h;google\protobuf\unittest_no_generic_services.pb.cc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating unittest_no_generic_services.pb.{h,cc}..."
+ CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/unittest_no_generic_services.proto&#x0D;&#x0A;"
+ Outputs="google\protobuf\unittest_no_generic_services.pb.h;google\protobuf\unittest_no_generic_services.pb.cc"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>