File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments