aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/global.props.template
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-04 15:17:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-25 11:15:04 -0700
commit3ef8c0862e8cc71b8d8d8420117537d6f6e6f3fc (patch)
treeb5dc3d911ce2f9603ed36e41b1d2e15fb95ac587 /templates/vsprojects/global.props.template
parentff60024eaf67dea0faf899f80c099460d87fa3ad (diff)
More PDB trickery
Diffstat (limited to 'templates/vsprojects/global.props.template')
-rw-r--r--templates/vsprojects/global.props.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/vsprojects/global.props.template b/templates/vsprojects/global.props.template
index d28b239547..0fc86c4546 100644
--- a/templates/vsprojects/global.props.template
+++ b/templates/vsprojects/global.props.template
@@ -4,7 +4,9 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
- <PropertyGroup />
+ <PropertyGroup>
+ <Jenkins>false</Jenkins>
+ </PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(SolutionDir)\..;$(SolutionDir)\..\include;$(SolutionDir)\..\third_party\protobuf\src;${';'.join('$(SolutionDir)\\packages\\%s.%s\\build\\native\\include' % (p.name, p.version) for p in vspackages)};%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>