forked from wbhart/mpir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverall.props
More file actions
62 lines (47 loc) · 3.21 KB
/
Copy pathoverall.props
File metadata and controls
62 lines (47 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 Sergey Taymanov -->
<!-- Import existing property sheets -->
<!--
Properties MPIR_ExternalPreProps and MPIR_ExternalProps allow user to attach his own PropertySheets.
For example, these properties may be defined in MBBUILD command line.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup>
<Import Project="build.vc\props_sys\sys.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Condition="exists('$(MPIR_Props_Primary)')" Project="$(MPIR_Props_Primary)" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Condition="exists('$(MPIR_Props_Common)')" Project="$(MPIR_Props_Common)" />
<Import Condition="exists('$(MPIR_Props_CommonConftype)')" Project="$(MPIR_Props_CommonConftype)" />
<Import Condition="exists('$(MPIR_Props_CommonConf)')" Project="$(MPIR_Props_CommonConf)" />
<Import Condition="exists('$(MPIR_Props_CommonPlatf)')" Project="$(MPIR_Props_CommonPlatf)" />
<Import Condition="exists('$(MPIR_Props_CommonConftypeConf)')" Project="$(MPIR_Props_CommonConftypeConf)" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(MPIR_Build)'!=''">
<Import Condition="exists('$(MPIR_Props_CommonBuild)')" Project="$(MPIR_Props_CommonBuild)" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(MPIR_Is_Cpp)'=='True'">
<Import Condition="exists('$(MPIR_Props_CommonCpp)')" Project="$(MPIR_Props_CommonCpp)" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(MPIR_Has_Asm)'=='True'">
<Import Condition="exists('$(MPIR_Props_CommonAsm)')" Project="$(MPIR_Props_CommonAsm)" />
<Import Condition="exists('$(MPIR_Props_CommonAsmConftype)')" Project="$(MPIR_Props_CommonAsmConftype)" />
<Import Condition="exists('$(MPIR_Props_CommonAsmPlatf)')" Project="$(MPIR_Props_CommonAsmPlatf)" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Condition="exists('$(MPIR_Props_Msvcver)')" Project="$(MPIR_Props_Msvcver)" />
<Import Condition="exists('$(MPIR_Props_MsvcverConftype)')" Project="$(MPIR_Props_MsvcverConftype)" />
<Import Condition="exists('$(MPIR_Props_MsvcverConf)')" Project="$(MPIR_Props_MsvcverConf)" />
<Import Condition="exists('$(MPIR_Props_MsvcverPlatf)')" Project="$(MPIR_Props_MsvcverPlatf)" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Condition="exists('$(MPIR_Props_Project)')" Project="$(MPIR_Props_Project)" />
<Import Condition="exists('$(MPIR_Props_ProjectConf)')" Project="$(MPIR_Props_ProjectConf)" />
<Import Condition="exists('$(MPIR_Props_ProjectPlatf)')" Project="$(MPIR_Props_ProjectPlatf)" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Condition="exists('$(MPIR_Props_External)')" Project="$(MPIR_Props_External)" />
</ImportGroup>
</Project>