File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9595 <NativeProjects Condition =" '$(TargetArchitecture)' == 'arm64'" Include =" $(RepoRoot)src\**\*.vcxproj" Exclude =" @(ProjectToExclude)" AdditionalProperties =" Platform=arm64" />
9696 </ItemGroup >
9797
98- <ItemGroup Condition =" '$(TargetOsName)' == 'win' AND $(DotNetBuild)' != 'true' AND ('$(TargetArchitecture)' == 'x86' OR '$(TargetArchitecture)' == 'x64' OR '$(TargetArchitecture)' == 'arm64') " >
98+ <ItemGroup Condition =" '$(TargetOsName)' == 'win' AND ' $(DotNetBuild)' != 'true' AND ('$(TargetArchitecture)' == 'x86' OR '$(TargetArchitecture)' == 'x64' OR '$(TargetArchitecture)' == 'arm64') " >
9999 <NativeProjects Include =" $(RepoRoot)src\**\*.vcxproj" Exclude =" @(ProjectToExclude)" AdditionalProperties =" Platform=x64" />
100100 <NativeProjects Include =" $(RepoRoot)src\**\*.vcxproj" Exclude =" @(ProjectToExclude)" AdditionalProperties =" Platform=Win32" />
101101 <NativeProjects Include =" $(RepoRoot)src\**\*.vcxproj" Exclude =" @(ProjectToExclude)" AdditionalProperties =" Platform=arm64" />
You can’t perform that action at this time.
0 commit comments