Skip to content

Commit 9dd5d4a

Browse files
committed
Common.props: add xrBuildCxA macro
1 parent 0328560 commit 9dd5d4a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/Common.props

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@
1515
<PropertyGroup Label="UserMacros" Condition="'$(xrPlatform)'==''">
1616
<xrPlatform>$(Platform)</xrPlatform>
1717
</PropertyGroup>
18+
19+
<!-- CxA – Configuration x Architecture -->
20+
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)'=='Debug'">
21+
<xrBuildCxA>Mx64</xrBuildCxA>
22+
</PropertyGroup>
23+
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)'=='Debug'">
24+
<xrBuildCxA>Mx86</xrBuildCxA>
25+
</PropertyGroup>
26+
27+
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(xrPlatform)'=='Debug|Win64'">
28+
<xrBuildCxA>Dx64</xrBuildCxA>
29+
</PropertyGroup>
30+
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(xrPlatform)'=='Debug|Win32'">
31+
<xrBuildCxA>Dx86</xrBuildCxA>
32+
</PropertyGroup>
33+
34+
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(xrPlatform)'=='Release|Win64'">
35+
<xrBuildCxA>Rx64</xrBuildCxA>
36+
</PropertyGroup>
37+
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(xrPlatform)'=='Release|Win32'">
38+
<xrBuildCxA>Rx86</xrBuildCxA>
39+
</PropertyGroup>
40+
1841
<PropertyGroup Label="UserMacros">
1942
<xrBinRootDir>$(SolutionDir)..\bin\</xrBinRootDir>
2043
<xrLibRootDir>$(SolutionDir)..\lib\</xrLibRootDir>

0 commit comments

Comments
 (0)