|
| 1 | +<Solution> |
| 2 | + <Folder Name="/.items/"> |
| 3 | + <File Path=".config/dotnet-tools.json" /> |
| 4 | + <File Path=".editorconfig" /> |
| 5 | + <File Path=".gitattributes" /> |
| 6 | + <File Path=".gitignore" /> |
| 7 | + <File Path="Directory.Build.props" /> |
| 8 | + <File Path="Directory.Packages.props" /> |
| 9 | + <File Path="global.json" /> |
| 10 | + <File Path="version.json" /> |
| 11 | + </Folder> |
| 12 | + <Folder Name="/.text/"> |
| 13 | + <File Path="CHANGELOG.md" /> |
| 14 | + <File Path="MIGRATION.md" /> |
| 15 | + <File Path="README.md" /> |
| 16 | + </Folder> |
| 17 | + <Folder Name="/.workflows/"> |
| 18 | + <File Path=".github/workflows/ci.yml" /> |
| 19 | + <File Path=".github/workflows/docs-deploy.yml" /> |
| 20 | + <File Path=".github/workflows/prepare-release.yml" /> |
| 21 | + <File Path=".github/workflows/release.yml" /> |
| 22 | + </Folder> |
| 23 | + <Folder Name="/src/"> |
| 24 | + <File Path="src/.editorconfig" /> |
| 25 | + <File Path="src/Directory.Build.props" /> |
| 26 | + <Project Path="src/bunit.generators.internal/bunit.generators.internal.csproj" /> |
| 27 | + <Project Path="src/bunit.generators/bunit.generators.csproj" /> |
| 28 | + <Project Path="src/bunit.template/bunit.template.csproj"> |
| 29 | + <Build Project="false" /> |
| 30 | + </Project> |
| 31 | + <Project Path="src/bunit.web.query/bunit.web.query.csproj" /> |
| 32 | + <Project Path="src/bunit/bunit.csproj" /> |
| 33 | + </Folder> |
| 34 | + <Folder Name="/tests/"> |
| 35 | + <File Path="tests/.editorconfig" /> |
| 36 | + <File Path="tests/Directory.Build.props" /> |
| 37 | + <File Path="tests/run-tests.ps1" /> |
| 38 | + <File Path="tests/xunit.runner.json" /> |
| 39 | + <Project Path="tests/bunit.generators.tests/bunit.generators.tests.csproj" /> |
| 40 | + <Project Path="tests/bunit.testassets/bunit.testassets.csproj" /> |
| 41 | + <Project Path="tests/bunit.tests/bunit.tests.csproj" /> |
| 42 | + <Project Path="tests/bunit.web.query.tests/bunit.web.query.tests.csproj" /> |
| 43 | + </Folder> |
| 44 | +</Solution> |
0 commit comments