feat: add verified development live handoff

This commit is contained in:
2026-07-24 14:54:57 +09:00
parent 68a41194c9
commit 8b628908f0
11 changed files with 2355 additions and 105 deletions

View File

@@ -9,4 +9,12 @@
<DebugType>None</DebugType>
<AppxSymbolPackageEnabled>false</AppxSymbolPackageEnabled>
</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.
-->
<Import Project="$(MSBuildThisFileDirectory)Directory.Build.local.props"
Condition="Exists('$(MSBuildThisFileDirectory)Directory.Build.local.props')" />
</Project>