aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/global.props
diff options
context:
space:
mode:
authorGravatar nnoble <nnoble@google.com>2014-12-16 10:23:54 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2014-12-16 17:12:17 -0800
commit5447c5461c692bc6f000a7c363136359dbb92c67 (patch)
tree4ca749e5cc503455ecbffce1d17284a8b73d4234 /vsprojects/vs2013/global.props
parent8a23a3d96a13e6c748d29fa2126c70fb9c3b5b5f (diff)
Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet.
Change on 2014/12/16 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82245026
Diffstat (limited to 'vsprojects/vs2013/global.props')
-rw-r--r--vsprojects/vs2013/global.props12
1 files changed, 12 insertions, 0 deletions
diff --git a/vsprojects/vs2013/global.props b/vsprojects/vs2013/global.props
new file mode 100644
index 0000000000..6a9050e3d2
--- /dev/null
+++ b/vsprojects/vs2013/global.props
@@ -0,0 +1,12 @@
+<?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>$(SolutionDir)\..\..;$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\third_party\zlib;$(SolutionDir)\..\third_party;$(SolutionDir)\..\..\third_party\openssl\inc32</AdditionalIncludeDirectories>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file