mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-06 16:16:44 +08:00
- 新增 CQRS 核心概念、命令查询处理器实现指南 - 添加 CQRS 高级用法包括通知发布、管道行为和流式处理 - 提供 CQRS 最佳实践和常见问题解决方案 - 添加游戏配置系统完整接入模板和运行时读取示例 - 包含 YAML 配置文件和 JSON Schema 结构定义说明 - 提供 Godot 引擎配置桥接和热重载功能使用指南 - 添加架构模块集成和生成查询辅助功能文档
164 lines
9.0 KiB
XML
164 lines
9.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<PackageId>GeWuYou.GFramework</PackageId>
|
|
<Authors>gewuyou</Authors>
|
|
<Product>GeWuYou.GFramework</Product>
|
|
<Description>404 not found</Description>
|
|
<Copyright>Copyright © 2025</Copyright>
|
|
<RepositoryUrl>https://github.com/GeWuYou/GFramework</RepositoryUrl>
|
|
<PackageProjectUrl>https://github.com/GeWuYou/GFramework</PackageProjectUrl>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageTags>game;framework</PackageTags>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<IncludeSymbols>false</IncludeSymbols>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
<!-- This package is a pure meta-package that only aggregates dependencies. -->
|
|
<NoPackageAnalysis>false</NoPackageAnalysis>
|
|
</PropertyGroup>
|
|
|
|
<!-- 排除不需要参与打包/编译的目录 -->
|
|
<ItemGroup>
|
|
<None Include="README.md" Pack="true" PackagePath=""/>
|
|
<None Include="packaging/_._" Pack="true" PackagePath="lib/net8.0/_._"/>
|
|
<None Include="packaging/_._" Pack="true" PackagePath="lib/net9.0/_._"/>
|
|
<None Include="packaging/_._" Pack="true" PackagePath="lib/net10.0/_._"/>
|
|
<None Remove="GFramework.Core\**"/>
|
|
<None Remove="GFramework.Game\**"/>
|
|
<None Remove="GFramework.Godot\**"/>
|
|
<None Update="GFramework.Core.SourceGenerators\logging\README.md">
|
|
<Link>GFramework.SorceGenerators\logging\README.md</Link>
|
|
</None>
|
|
<None Update="GFramework.Core.SourceGenerators\README.md">
|
|
<Link>GFramework.SorceGenerators\README.md</Link>
|
|
</None>
|
|
<None Update="GFramework.Core.SourceGenerators\AnalyzerReleases.Shipped.md">
|
|
<Link>GFramework.SorceGenerators\AnalyzerReleases.Shipped.md</Link>
|
|
</None>
|
|
<None Update="GFramework.Core.SourceGenerators\AnalyzerReleases.Unshipped.md">
|
|
<Link>GFramework.SorceGenerators\AnalyzerReleases.Unshipped.md</Link>
|
|
</None>
|
|
<None Remove="GFramework.Godot.SourceGenerators\**"/>
|
|
<None Remove="GFramework.SorceGenerators\**"/>
|
|
<None Remove="GFramework.SourceGenerators\**"/>
|
|
<None Remove="GFramework.Core.SourceGenerators\**"/>
|
|
<None Remove="GFramework.Core.SourceGenerators.Abstractions\**"/>
|
|
<None Remove="GFramework.Cqrs.SourceGenerators\**"/>
|
|
<None Remove="GFramework.Game.SourceGenerators\**"/>
|
|
<None Remove="GFramework.SourceGenerators.Common\**"/>
|
|
<None Remove="GFramework.SourceGenerators.Tests\**"/>
|
|
<None Remove="GFramework.Godot.SourceGenerators.Tests\**"/>
|
|
<None Remove="GFramework.Godot.SourceGenerators.Abstractions\**"/>
|
|
<None Remove="GFramework.SourceGenerators.Abstractions\**"/>
|
|
<None Remove="GFramework.Core.Abstractions\**"/>
|
|
<None Remove="GFramework.Godot.Abstractions\**"/>
|
|
<None Remove="GFramework.Game.Abstractions\**"/>
|
|
<None Remove="GFramework.Core.Tests\**"/>
|
|
<None Remove="GFramework.Ecs.Arch.Tests\**"/>
|
|
<None Remove="GFramework.Ecs.Arch\**"/>
|
|
<None Remove="GFramework.Ecs.Arch.Abstractions\**"/>
|
|
<None Remove="GFramework.Generator\**"/>
|
|
<None Remove="GFramework.Generator.Attributes\**"/>
|
|
<None Remove="GFramework.Godot.SourceGenerators.Attributes\**"/>
|
|
<None Remove="GFramework.SourceGenerators.Attributes\**"/>
|
|
<None Remove="Godot\**"/>
|
|
<None Remove="GFramework.Game.Tests\**"/>
|
|
<None Remove="GFramework.Godot.Tests\**"/>
|
|
<None Remove="GFramework.Cqrs\**"/>
|
|
<None Remove="GFramework.Cqrs.Abstractions\**"/>
|
|
<None Remove="GFramework.Cqrs.Tests\**"/>
|
|
<None Remove="GFramework.Tests.Common\**"/>
|
|
</ItemGroup>
|
|
<!-- 聚合核心模块 -->
|
|
<ItemGroup>
|
|
<ProjectReference Include="GFramework.Core\GFramework.Core.csproj"/>
|
|
<ProjectReference Include="GFramework.Game\GFramework.Game.csproj"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="GFramework.Core\**"/>
|
|
<Compile Remove="GFramework.Game\**"/>
|
|
<Compile Remove="GFramework.Godot\**"/>
|
|
<Compile Update="GFramework.Core.SourceGenerators\enums\EnumExtensionsGenerator.cs">
|
|
<Link>GFramework.SorceGenerators\enums\EnumExtensionsGenerator.cs</Link>
|
|
</Compile>
|
|
<Compile Update="GFramework.Core.SourceGenerators\logging\Diagnostic.cs">
|
|
<Link>GFramework.SorceGenerators\logging\Diagnostic.cs</Link>
|
|
</Compile>
|
|
<Compile Update="GFramework.Core.SourceGenerators\logging\LoggerGenerator.cs">
|
|
<Link>GFramework.SorceGenerators\logging\LoggerGenerator.cs</Link>
|
|
</Compile>
|
|
<Compile Remove="GFramework.Godot.SourceGenerators\**"/>
|
|
<Compile Remove="GFramework.SorceGenerators\**"/>
|
|
<Compile Remove="GFramework.SourceGenerators\**"/>
|
|
<Compile Remove="GFramework.Core.SourceGenerators\**"/>
|
|
<Compile Remove="GFramework.Core.SourceGenerators.Abstractions\**"/>
|
|
<Compile Remove="GFramework.Cqrs.SourceGenerators\**"/>
|
|
<Compile Remove="GFramework.Game.SourceGenerators\**"/>
|
|
<Compile Remove="GFramework.SourceGenerators.Common\**"/>
|
|
<Compile Remove="GFramework.SourceGenerators.Tests\**"/>
|
|
<Compile Remove="GFramework.Godot.SourceGenerators.Tests\**"/>
|
|
<Compile Remove="GFramework.Godot.SourceGenerators.Abstractions\**"/>
|
|
<Compile Remove="GFramework.SourceGenerators.Abstractions\**"/>
|
|
<Compile Remove="GFramework.Core.Abstractions\**"/>
|
|
<Compile Remove="GFramework.Godot.Abstractions\**"/>
|
|
<Compile Remove="GFramework.Game.Abstractions\**"/>
|
|
<Compile Remove="GFramework.Core.Tests\**"/>
|
|
<Compile Remove="GFramework.Ecs.Arch.Tests\**"/>
|
|
<Compile Remove="GFramework.Ecs.Arch\**"/>
|
|
<Compile Remove="GFramework.Ecs.Arch.Abstractions\**"/>
|
|
<Compile Remove="GFramework.Generator\**"/>
|
|
<Compile Remove="GFramework.Generator.Attributes\**"/>
|
|
<Compile Remove="GFramework.Godot.SourceGenerators.Attributes\**"/>
|
|
<Compile Remove="GFramework.SourceGenerators.Attributes\**"/>
|
|
<Compile Remove="Godot\**"/>
|
|
<Compile Remove="GFramework.Game.Tests\**"/>
|
|
<Compile Remove="GFramework.Godot.Tests\**"/>
|
|
<Compile Remove="GFramework.Cqrs\**"/>
|
|
<Compile Remove="GFramework.Cqrs.Abstractions\**"/>
|
|
<Compile Remove="GFramework.Cqrs.Tests\**"/>
|
|
<Compile Remove="GFramework.Tests.Common\**"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Remove="GFramework.Core\**"/>
|
|
<EmbeddedResource Remove="GFramework.Game\**"/>
|
|
<EmbeddedResource Remove="GFramework.Godot\**"/>
|
|
<EmbeddedResource Remove="GFramework.Godot.SourceGenerators\**"/>
|
|
<EmbeddedResource Remove="GFramework.SorceGenerators\**"/>
|
|
<EmbeddedResource Remove="GFramework.SourceGenerators\**"/>
|
|
<EmbeddedResource Remove="GFramework.Core.SourceGenerators\**"/>
|
|
<EmbeddedResource Remove="GFramework.Core.SourceGenerators.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.Cqrs.SourceGenerators\**"/>
|
|
<EmbeddedResource Remove="GFramework.Game.SourceGenerators\**"/>
|
|
<EmbeddedResource Remove="GFramework.SourceGenerators.Common\**"/>
|
|
<EmbeddedResource Remove="GFramework.SourceGenerators.Tests\**"/>
|
|
<EmbeddedResource Remove="GFramework.Godot.SourceGenerators.Tests\**"/>
|
|
<EmbeddedResource Remove="GFramework.Godot.SourceGenerators.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.SourceGenerators.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.Core.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.Godot.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.Game.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.Core.Tests\**"/>
|
|
<EmbeddedResource Remove="GFramework.Ecs.Arch.Tests\**"/>
|
|
<EmbeddedResource Remove="GFramework.Ecs.Arch\**"/>
|
|
<EmbeddedResource Remove="GFramework.Ecs.Arch.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.Generator\**"/>
|
|
<EmbeddedResource Remove="GFramework.Generator.Attributes\**"/>
|
|
<EmbeddedResource Remove="GFramework.Godot.SourceGenerators.Attributes\**"/>
|
|
<EmbeddedResource Remove="GFramework.SourceGenerators.Attributes\**"/>
|
|
<EmbeddedResource Remove="Godot\**"/>
|
|
<EmbeddedResource Remove="GFramework.Game.Tests\**"/>
|
|
<EmbeddedResource Remove="GFramework.Godot.Tests\**"/>
|
|
<EmbeddedResource Remove="GFramework.Cqrs\**"/>
|
|
<EmbeddedResource Remove="GFramework.Cqrs.Abstractions\**"/>
|
|
<EmbeddedResource Remove="GFramework.Cqrs.Tests\**"/>
|
|
<EmbeddedResource Remove="GFramework.Tests.Common\**"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AdditionalFiles Remove="AnalyzerReleases.Shipped.md"/>
|
|
<AdditionalFiles Remove="AnalyzerReleases.Unshipped.md"/>
|
|
</ItemGroup>
|
|
</Project>
|