aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/global.props
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-22 07:56:09 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-22 07:56:09 -0700
commit77979b08607a1e408fdbd8b0445dee3667742161 (patch)
tree8508e9e4ec5b2887aee9c6e1c0d8ce48392a3262 /vsprojects/global.props
parent58ce3f0e37f5dc0f525fe7ec007f12f1fc91ebeb (diff)
parent48b02ecc14dfd6c3ba1a90a90ba41df856c0786b (diff)
Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass
Conflicts: src/core/channel/http_client_filter.c src/core/channel/http_server_filter.c
Diffstat (limited to 'vsprojects/global.props')
-rw-r--r--vsprojects/global.props14
1 files changed, 14 insertions, 0 deletions
diff --git a/vsprojects/global.props b/vsprojects/global.props
new file mode 100644
index 0000000000..d51831e2ed
--- /dev/null
+++ b/vsprojects/global.props
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <AdditionalIncludeDirectories>$(ProjectDir)\..\..;$(ProjectDir)\..\..\include;$(ProjectDir)\..\..\third_party\protobuf\src</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <WarningLevel>EnableAllWarnings</WarningLevel>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file