|
73 | 73 | <PropertyGroup Label="UserMacros" />
|
74 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
75 | 75 | <TargetName>version</TargetName>
|
76 |
| - <OutDir>$(SolutionDir)\build\$(Platform)\$(Configuration)\</OutDir> |
77 |
| - <IntDir>$(SolutionDir)\build\$(Platform)\$(Configuration)_objs\</IntDir> |
| 76 | + <OutDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)\</OutDir> |
| 77 | + <IntDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)_objs\</IntDir> |
78 | 78 | </PropertyGroup>
|
79 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
80 | 80 | <TargetName>version</TargetName>
|
81 |
| - <IntDir>$(SolutionDir)\build\$(Platform)\$(Configuration)_objs\</IntDir> |
82 |
| - <OutDir>$(SolutionDir)\build\$(Platform)\$(Configuration)\</OutDir> |
| 81 | + <IntDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)_objs\</IntDir> |
| 82 | + <OutDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)\</OutDir> |
83 | 83 | </PropertyGroup>
|
84 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
85 | 85 | <TargetName>version</TargetName>
|
86 |
| - <OutDir>$(SolutionDir)\build\$(Platform)\$(Configuration)\</OutDir> |
87 |
| - <IntDir>$(SolutionDir)\build\$(Platform)\$(Configuration)_objs\</IntDir> |
| 86 | + <OutDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)\</OutDir> |
| 87 | + <IntDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)_objs\</IntDir> |
88 | 88 | </PropertyGroup>
|
89 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
90 | 90 | <TargetName>version</TargetName>
|
91 |
| - <OutDir>$(SolutionDir)\build\$(Platform)\$(Configuration)\</OutDir> |
92 |
| - <IntDir>$(SolutionDir)\build\$(Platform)\$(Configuration)_objs\</IntDir> |
| 91 | + <OutDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)\</OutDir> |
| 92 | + <IntDir>$(SolutionDir)build\$(PlatformTarget)\$(Configuration)_objs\</IntDir> |
93 | 93 | </PropertyGroup>
|
94 | 94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
95 | 95 | <ClCompile>
|
|
0 commit comments