-
Notifications
You must be signed in to change notification settings - Fork 16
/
xray.x64.props
20 lines (20 loc) · 1015 Bytes
/
xray.x64.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
<IncludePath>$(SolutionDir)SDK\include;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)SDK\libraries\x64;$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)intermediate\$(Platform)-$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediate\$(Platform)-$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4456;4457;4458;4459;4577;4595</DisableSpecificWarnings>
<PreprocessorDefinitions>CI_VERSION="$(APPVEYOR_VERSION)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalOptions>/we5037 /we4840 %(AdditionalOptions)</AdditionalOptions>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
</Project>