9999 </ImportGroup >
100100 <PropertyGroup Label =" UserMacros" />
101101 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
102- <OutDir >$(SolutionDir)build\$(Platform )_$(Configuration)\</OutDir >
103- <IntDir >$(SolutionDir)build\$(Platform )_$(Configuration)\$(ProjectName)\</IntDir >
102+ <OutDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\</OutDir >
103+ <IntDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\$(ProjectName)\</IntDir >
104104 </PropertyGroup >
105105 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
106- <OutDir >$(SolutionDir)build\$(Platform )_$(Configuration)\</OutDir >
107- <IntDir >$(SolutionDir)build\$(Platform )_$(Configuration)\$(ProjectName)\</IntDir >
106+ <OutDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\</OutDir >
107+ <IntDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\$(ProjectName)\</IntDir >
108108 </PropertyGroup >
109109 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
110- <OutDir >$(SolutionDir)build\$(Platform )_$(Configuration)\</OutDir >
111- <IntDir >$(SolutionDir)build\$(Platform )_$(Configuration)\$(ProjectName)\</IntDir >
110+ <OutDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\</OutDir >
111+ <IntDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\$(ProjectName)\</IntDir >
112112 </PropertyGroup >
113113 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
114- <OutDir >$(SolutionDir)build\$(Platform )_$(Configuration)\</OutDir >
115- <IntDir >$(SolutionDir)build\$(Platform )_$(Configuration)\$(ProjectName)\</IntDir >
114+ <OutDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\</OutDir >
115+ <IntDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\$(ProjectName)\</IntDir >
116116 </PropertyGroup >
117117 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
118- <OutDir >$(SolutionDir)build\$(Platform )_$(Configuration)\</OutDir >
119- <IntDir >$(SolutionDir)build\$(Platform )_$(Configuration)\$(ProjectName)\</IntDir >
118+ <OutDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\</OutDir >
119+ <IntDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\$(ProjectName)\</IntDir >
120120 </PropertyGroup >
121121 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
122- <OutDir >$(SolutionDir)build\$(Platform )_$(Configuration)\</OutDir >
123- <IntDir >$(SolutionDir)build\$(Platform )_$(Configuration)\$(ProjectName)\</IntDir >
122+ <OutDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\</OutDir >
123+ <IntDir >$(SolutionDir)build\$(PlatformTarget )_$(Configuration)\$(ProjectName)\</IntDir >
124124 </PropertyGroup >
125125 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
126126 <ClCompile >
267267 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
268268 <ImportGroup Label =" ExtensionTargets" >
269269 </ImportGroup >
270- </Project >
270+ </Project >
0 commit comments