File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 <GoldEticDir >$(ListsDirectory)/GramCats</GoldEticDir >
3737 <MessagesPot >$(L10nsBaseDir)/messages.pot</MessagesPot >
3838 <LcmSrcDir >$(LcmRootDir)/src</LcmSrcDir >
39+ <DownloadsDir >$(fwrt)/Downloads</DownloadsDir ><!-- TODO (Hasso) 2026.02: figure out why this isn't getting set elsewhere -->
3940 <CrowdinZip >$(DownloadsDir)/Crowdin.zip</CrowdinZip >
4041 <CrowdinApiKey >$(CROWDIN_API_KEY)</CrowdinApiKey >
4142 <DisableLocalization Condition =" '$(DisableLocalization)'=='' and '$(CrowdinApiKey)'==''" >true</DisableLocalization >
Original file line number Diff line number Diff line change 1515 </PropertyGroup >
1616 <PropertyGroup >
1717 <IcuVersion >70</IcuVersion >
18- <!-- Only compute fwrt if not already set (e.g., by NativeBuild.csproj) -->
19- <fwrt Condition =" '$(fwrt)' == ''"
20- >$([System.IO.Directory]::GetParent($(MSBuildProjectDirectory)))</fwrt
21- >
18+ <!-- Compute fwrt only if not already set (e.g., by NativeBuild.csproj) -->
19+ <fwrt Condition =" '$(fwrt)' == ''" >$([System.IO.Directory]::GetParent($(MSBuildProjectDirectory)))</fwrt >
2220 <fwrt Condition =" '$(fwrt)' == ''" >$(MSBuildThisFileDirectory)..</fwrt >
2321 </PropertyGroup >
2422 <!--
You can’t perform that action at this time.
0 commit comments