fix: persist first-run folder paths only

This commit is contained in:
2026-07-28 01:03:55 +09:00
parent 347900701b
commit 11d3849933
13 changed files with 240 additions and 666 deletions

View File

@@ -11,9 +11,9 @@
</PropertyGroup>
<!--
Machine-local development runtime roots belong outside Git. The handoff
initializer writes this optional file after verifying the separately
delivered Cuts/Res bundle and its SHA-256 manifest.
Machine-local development runtime roots belong outside Git. The first-run
folder picker writes this optional direct path binding; the manual handoff
initializer may also replace it for a separately delivered runtime.
-->
<Import Project="$(MSBuildThisFileDirectory)Directory.Build.local.props"
Condition="Exists('$(MSBuildThisFileDirectory)Directory.Build.local.props')" />