-
Notifications
You must be signed in to change notification settings - Fork 304
Expand file tree
/
Copy pathPoedit.props
More file actions
18 lines (18 loc) · 782 Bytes
/
Copy pathPoedit.props
File metadata and controls
18 lines (18 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
<Import Project="deps\boost\boost.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<PropertyGroup>
<PoeditFeatures>HAVE_CLD2;HAVE_HTTP_CLIENT</PoeditFeatures>
<CrtOverrides>_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR</CrtOverrides>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>$(PoeditFeatures);$(CrtOverrides);XML_STATIC;_NO_ASYNCRTIMP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
</Project>