File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 109109 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
110110 <OutDir >$(SolutionDir)$(PlatformTarget)\</OutDir >
111111 </PropertyGroup >
112+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
113+ <OutDir >$(SolutionDir)$(PlatformTarget)\</OutDir >
114+ </PropertyGroup >
115+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
116+ <OutDir >$(SolutionDir)$(PlatformTarget)\</OutDir >
117+ </PropertyGroup >
112118 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
113119 <ClCompile >
114120 <WarningLevel >Level3</WarningLevel >
Original file line number Diff line number Diff line change 109109 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
110110 <OutDir >$(SolutionDir)$(PlatformTarget)\</OutDir >
111111 </PropertyGroup >
112+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
113+ <OutDir >$(SolutionDir)$(PlatformTarget)\</OutDir >
114+ </PropertyGroup >
115+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
116+ <OutDir >$(SolutionDir)$(PlatformTarget)\</OutDir >
117+ </PropertyGroup >
112118 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
113119 <ClCompile >
114120 <WarningLevel >Level3</WarningLevel >
You can’t perform that action at this time.
0 commit comments