aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects/global.props.template
blob: d28b2395472878c872be11799625e3131a096be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%YAML 1.2
--- |
  <?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\protobuf\src;${';'.join('$(SolutionDir)\\packages\\%s.%s\\build\\native\\include' % (p.name, p.version) for p in vspackages)};%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
        <PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
        <WarningLevel>EnableAllWarnings</WarningLevel>
      </ClCompile>
    </ItemDefinitionGroup>
    <ItemGroup />
  </Project>