aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/protobuf.props.template
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-01-04 15:46:21 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-01-04 15:46:21 -0800
commitc55236f49b45c32d0ee9c237747f4fce42628e25 (patch)
treecadd1cee6cedaff7dad255f7f3805ccdd43db9aa /templates/vsprojects/protobuf.props.template
parentd6c93802fff2dc3db004828a6ea4ff5b25383ee4 (diff)
parent360f5d2abf8cb0f92aeeb3a1b201d2eb3bd13374 (diff)
Merge branch 'master' into node_artifact_build_fix
Diffstat (limited to 'templates/vsprojects/protobuf.props.template')
-rw-r--r--templates/vsprojects/protobuf.props.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vsprojects/protobuf.props.template b/templates/vsprojects/protobuf.props.template
index 48f9431c1c..3ae7c745de 100644
--- a/templates/vsprojects/protobuf.props.template
+++ b/templates/vsprojects/protobuf.props.template
@@ -6,7 +6,7 @@
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>libprotobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>$(SolutionDir)\..\third_party\protobuf\cmake\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <AdditionalLibraryDirectories>$(SolutionDir)\..\third_party\protobuf\cmake\build\solution\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup />