mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2025-12-06 15:29:09 +08:00
* revert: 更新语言版本 * refactor: 增加自定义参数 * chore: 增加 props 引用 * refactor: 更新 pack 提高运行效率 * refactor: 撤销分支
68 lines
2.5 KiB
Plaintext
68 lines
2.5 KiB
Plaintext
<Solution>
|
|
<Folder Name="/actions/">
|
|
<File Path=".github/workflows/auto-pull-request-checks.yml" />
|
|
<File Path=".github/workflows/build.yml" />
|
|
<File Path=".github/workflows/docker.yml" />
|
|
<File Path=".github/workflows/pack.yml" />
|
|
<File Path=".github/workflows/publish.yml" />
|
|
</Folder>
|
|
<Folder Name="/configuration/">
|
|
<File Path=".editorconfig" />
|
|
<File Path=".gitignore" />
|
|
<File Path="Directory.Build.props" />
|
|
<File Path="exclusion.dic" />
|
|
<File Path="Framework.props" />
|
|
<File Path="Version.props" />
|
|
</Folder>
|
|
<Folder Name="/docs/">
|
|
<File Path="README.md" />
|
|
<File Path="README.zh-CN.md" />
|
|
</Folder>
|
|
<Folder Name="/localization/">
|
|
<File Path="localization/de.json" />
|
|
<File Path="localization/es.json" />
|
|
<File Path="localization/it.json" />
|
|
<File Path="localization/pt.json" />
|
|
<File Path="localization/ru-RU.json" />
|
|
<File Path="localization/th-TH.json" />
|
|
<File Path="localization/uk-UA.json" />
|
|
<File Path="localization/zh-TW.json" />
|
|
</Folder>
|
|
<Folder Name="/scripts/" />
|
|
<Folder Name="/scripts/linux/">
|
|
<File Path="scripts/linux/ba.blazor.service" />
|
|
<File Path="scripts/linux/deploy-blazor.sh" />
|
|
<File Path="scripts/linux/deploy.sh" />
|
|
<File Path="scripts/linux/nginx.conf" />
|
|
<File Path="scripts/linux/remove.sh" />
|
|
</Folder>
|
|
<Folder Name="/scripts/linux/cert/">
|
|
<File Path="scripts/linux/cert/blazor.zone.cer" />
|
|
<File Path="scripts/linux/cert/blazor.zone.key" />
|
|
<File Path="scripts/linux/cert/www.blazor.zone.cer" />
|
|
<File Path="scripts/linux/cert/www.blazor.zone.key" />
|
|
</Folder>
|
|
<Folder Name="/scripts/wasm/">
|
|
<File Path="scripts/wasm/sync.cmd" />
|
|
<File Path="scripts/wasm/sync.sh" />
|
|
</Folder>
|
|
<Folder Name="/scripts/windows/">
|
|
<File Path="scripts/windows/pack.cmd" />
|
|
<File Path="scripts/windows/push.cmd" />
|
|
<File Path="scripts/windows/push.ps1" />
|
|
</Folder>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj" />
|
|
<Project Path="src/BootstrapBlazor/BootstrapBlazor.csproj" />
|
|
</Folder>
|
|
<Folder Name="/test/">
|
|
<Project Path="test/UniTest.Sass/UniTest.Sass.csproj" />
|
|
<Project Path="test/UnitTest.Localization/UnitTest.Localization.csproj" />
|
|
<Project Path="test/UnitTest/UnitTest.csproj" />
|
|
<Project Path="test/UnitTestDocs/UnitTestDocs.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tools/">
|
|
<Project Path="tools/Benchmarks/UnitTest.Benchmarks.csproj" />
|
|
</Folder>
|
|
</Solution>
|