2026-06-26 15:00:53 +08:00
<Project>
<PropertyGroup>
2026-07-17 13:36:01 +08:00
<!-- FASS2.0 与 stand 为兄弟目录:$(RepoRoot)stand\ -->
<StandRoot Condition= "'$(StandRoot)' == ''" > $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\stand\'))</StandRoot>
<StandRefDir Condition= "'$(StandRefDir)' == ''" > $(StandRoot)ref\</StandRefDir>
<StandSimpleLiteDir Condition= "'$(StandSimpleLiteDir)' == ''" > $(StandRoot)SimpleLite\</StandSimpleLiteDir>
2026-06-26 15:00:53 +08:00
<CGUILibDir Condition= "'$(CGUILibDir)' == ''" > D:\MDCS\Dependencies\Commons</CGUILibDir>
2026-07-17 13:36:01 +08:00
<LeegKeysSdkPath Condition= "'$(LeegKeysSdkPath)' == '' and Exists('$(MSBuildThisFileDirectory)StandardScene.Core\Ref\leegKeys-sdk.dll')" > $(MSBuildThisFileDirectory)StandardScene.Core\Ref\leegKeys-sdk.dll</LeegKeysSdkPath>
<LeegKeysSdkPath Condition= "'$(LeegKeysSdkPath)' == ''" > $(StandSimpleLiteDir)plugins\leegKeys-sdk.dll</LeegKeysSdkPath>
2026-06-26 15:00:53 +08:00
</PropertyGroup>
</Project>