|
| 1 | +<Solution> |
| 2 | + <Folder Name="/configuration/"> |
| 3 | + <File Path=".editorconfig" /> |
| 4 | + <File Path=".gitignore" /> |
| 5 | + <File Path="exclusion.dic" /> |
| 6 | + <File Path="Framework.props" /> |
| 7 | + </Folder> |
| 8 | + <Folder Name="/docs/"> |
| 9 | + <File Path="README.md" /> |
| 10 | + <File Path="README.zh-CN.md" /> |
| 11 | + </Folder> |
| 12 | + <Folder Name="/localization/"> |
| 13 | + <File Path="localization/de.json" /> |
| 14 | + <File Path="localization/es.json" /> |
| 15 | + <File Path="localization/pt.json" /> |
| 16 | + <File Path="localization/th-TH.json" /> |
| 17 | + <File Path="localization/zh-TW.json" /> |
| 18 | + </Folder> |
| 19 | + <Folder Name="/scripts/" /> |
| 20 | + <Folder Name="/scripts/linux/"> |
| 21 | + <File Path="scripts/linux/ba.blazor.service" /> |
| 22 | + <File Path="scripts/linux/deploy-blazor.sh" /> |
| 23 | + <File Path="scripts/linux/deploy.sh" /> |
| 24 | + <File Path="scripts/linux/nginx.conf" /> |
| 25 | + <File Path="scripts/linux/remove.sh" /> |
| 26 | + </Folder> |
| 27 | + <Folder Name="/scripts/linux/cert/"> |
| 28 | + <File Path="scripts/linux/cert/blazor.zone.cer" /> |
| 29 | + <File Path="scripts/linux/cert/blazor.zone.key" /> |
| 30 | + <File Path="scripts/linux/cert/www.blazor.zone.cer" /> |
| 31 | + <File Path="scripts/linux/cert/www.blazor.zone.key" /> |
| 32 | + </Folder> |
| 33 | + <Folder Name="/scripts/wasm/"> |
| 34 | + <File Path="scripts/wasm/sync.cmd" /> |
| 35 | + <File Path="scripts/wasm/sync.sh" /> |
| 36 | + </Folder> |
| 37 | + <Folder Name="/scripts/windows/"> |
| 38 | + <File Path="scripts/windows/pack.cmd" /> |
| 39 | + <File Path="scripts/windows/push.cmd" /> |
| 40 | + <File Path="scripts/windows/push.ps1" /> |
| 41 | + </Folder> |
| 42 | + <Folder Name="/src/"> |
| 43 | + <Project Path="src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj" /> |
| 44 | + <Project Path="src/BootstrapBlazor/BootstrapBlazor.csproj" /> |
| 45 | + </Folder> |
| 46 | + <Folder Name="/test/"> |
| 47 | + <Project Path="test/UniTest.Sass/UniTest.Sass.csproj" /> |
| 48 | + <Project Path="test/UnitTest.Localization/UnitTest.Localization.csproj" /> |
| 49 | + <Project Path="test/UnitTest/UnitTest.csproj" /> |
| 50 | + <Project Path="test/UnitTestDocs/UnitTestDocs.csproj" /> |
| 51 | + </Folder> |
| 52 | + <Folder Name="/tools/"> |
| 53 | + <Project Path="tools/Benchmarks/UnitTest.Benchmarks.csproj" /> |
| 54 | + </Folder> |
| 55 | +</Solution> |
0 commit comments