You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -204,13 +204,13 @@ When a project uses `<Project Sdk="Stride.Sdk">`, MSBuild evaluates files in thi
204
204
205
205
**Historical note:** The old build system used `<Import Project="..\..\targets\Stride.Core.props" />` after setting properties, which allowed properties to be visible during the import. This workaround pattern is unnecessary with proper SDK design where the evaluation order is standardized.
206
206
207
-
See [SDK-WORK-GUIDE.md](build/docs/SDK-WORK-GUIDE.md#understanding-property-evaluation-timing) for detailed examples.
207
+
See [SDK-GUIDE.md](build/docs/SDK-GUIDE.md#property-evaluation-order) for detailed examples.
208
208
209
209
### Build Documentation
210
210
211
211
Comprehensive build system documentation exists in `build/docs/`:
212
-
-`SDK-WORK-GUIDE.md` - SDK development workflow
213
-
-`SDK-PROPERTY-EVALUATION-ANALYSIS.md` - Property evaluation order analysis
212
+
-`SDK-GUIDE.md` - Build system reference
213
+
-`SDK-PROPERTY-EVALUATION-ANALYSIS.md` - Property evaluation order analysis (concepts also covered in SDK-GUIDE.md)
214
214
- See `feature/build-analysis-and-improvements` branch for detailed analysis
0 commit comments