aboutsummaryrefslogtreecommitdiff
path: root/vsprojects/lite-test.vcproj
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2015-05-24 15:33:20 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2015-05-24 15:33:20 -0700
commit3ff959256106809aa71af430b9c365ab0b66b935 (patch)
tree4190f3851600c9423c28ed747da2ce46598b98e7 /vsprojects/lite-test.vcproj
parent8ee267dda7084db25065619620bfec4a1eee326a (diff)
parentb175c72e5ba055fa9a95ab54f70dc9ed952bc113 (diff)
downloadprotobuf-3ff959256106809aa71af430b9c365ab0b66b935.tar.gz
protobuf-3ff959256106809aa71af430b9c365ab0b66b935.tar.bz2
protobuf-3ff959256106809aa71af430b9c365ab0b66b935.zip
Merge pull request #421 from TeBoring/3.0.0-alpha-3-fix
Fix c++ on windows
Diffstat (limited to 'vsprojects/lite-test.vcproj')
-rw-r--r--vsprojects/lite-test.vcproj26
1 files changed, 26 insertions, 0 deletions
diff --git a/vsprojects/lite-test.vcproj b/vsprojects/lite-test.vcproj
index c69634ae..aba212b1 100644
--- a/vsprojects/lite-test.vcproj
+++ b/vsprojects/lite-test.vcproj
@@ -182,6 +182,7 @@
<File RelativePath=".\google\protobuf\unittest_import_lite.pb.h"></File>
<File RelativePath=".\google\protobuf\unittest_import_public_lite.pb.h"></File>
<File RelativePath=".\google\protobuf\unittest_lite.pb.h"></File>
+ <File RelativePath="..\src\google\protobuf\arena_test_util.h"></File>
<File RelativePath="..\src\google\protobuf\map_lite_test_util.h"></File>
<File RelativePath="..\src\google\protobuf\test_util_lite.h"></File>
</Filter>
@@ -200,11 +201,36 @@
<File RelativePath=".\google\protobuf\unittest_import_lite.pb.cc"></File>
<File RelativePath=".\google\protobuf\unittest_import_public_lite.pb.cc"></File>
<File RelativePath=".\google\protobuf\unittest_lite.pb.cc"></File>
+ <File RelativePath="..\src\google\protobuf\arena_test_util.cc"></File>
<File RelativePath="..\src\google\protobuf\lite_unittest.cc"></File>
<File RelativePath="..\src\google\protobuf\map_lite_test_util.cc"></File>
<File RelativePath="..\src\google\protobuf\test_util_lite.cc"></File>
</Filter>
<File
+ RelativePath="..\src\google\protobuf\map_lite_unittest.proto"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating map_lite_unittest.pb.{h,cc}..."
+ CommandLine="Debug\protoc -I../src --cpp_out=. ../src/google/protobuf/map_lite_unittest.proto&#x0D;&#x0A;"
+ Outputs="google\protobuf\map_lite_unittest.pb.h;google\protobuf\map_lite_unittest.pb.cc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating map_lite_unittest.pb.{h,cc}..."
+ CommandLine="Release\protoc -I../src --cpp_out=. ../src/google/protobuf/map_lite_unittest.proto&#x0D;&#x0A;"
+ Outputs="google\protobuf\map_lite_unittest.pb.h;google\protobuf\map_lite_unittest.pb.cc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\google\protobuf\unittest_lite.proto"
>
<FileConfiguration