Provides the MSBuild props/targets layer that wires AXSG into project builds, backend selection, docs packaging, local analyzer deployment, and build-time runtime integration.
This package is a build-transitive shell. It does not expose a user-facing code assembly. Instead it contributes:
buildTransitive/XamlToCSharpGenerator.Build.propsbuildTransitive/XamlToCSharpGenerator.Build.targetsThose files coordinate:
This package is where package selection becomes real build behavior. It is the import layer that decides which generator/runtime pieces are wired into the consumer graph and how repo-local development differs from packaged consumption.
<PackageReference Include="XamlToCSharpGenerator.Build" Version="x.y.z" />
Use this package directly when you are:
buildTransitive behaviorThis package does not contain binding, selector, runtime, or editor semantics. It is an integration layer, not the implementation layer for those features.