|
| 1 | +<Solution> |
| 2 | + <Folder Name="/.root/"> |
| 3 | + <File Path=".editorconfig" /> |
| 4 | + <File Path=".gitignore" /> |
| 5 | + <File Path=".gitmodules" /> |
| 6 | + <File Path=".release-please-manifest.json" /> |
| 7 | + <File Path="CHANGELOG.md" /> |
| 8 | + <File Path="CODEOWNERS" /> |
| 9 | + <File Path="CONTRIBUTING.md" /> |
| 10 | + <File Path="global.json" /> |
| 11 | + <File Path="LICENSE" /> |
| 12 | + <File Path="README.md" /> |
| 13 | + <File Path="release-please-config.json" /> |
| 14 | + <File Path="renovate.json" /> |
| 15 | + <File Path="version.txt" /> |
| 16 | + </Folder> |
| 17 | + <Folder Name="/.root/.config/"> |
| 18 | + <File Path=".config/dotnet-tools.json" /> |
| 19 | + </Folder> |
| 20 | + <Folder Name="/.root/.github/" /> |
| 21 | + <Folder Name="/.root/.github/ISSUE_TEMPLATE/"> |
| 22 | + <File Path=".github/ISSUE_TEMPLATE/bug.yaml" /> |
| 23 | + <File Path=".github/ISSUE_TEMPLATE/documentation.yaml" /> |
| 24 | + <File Path=".github/ISSUE_TEMPLATE/feature.yaml" /> |
| 25 | + </Folder> |
| 26 | + <Folder Name="/.root/.github/workflows/"> |
| 27 | + <File Path=".github/workflows/ci.yml" /> |
| 28 | + <File Path=".github/workflows/code-coverage.yml" /> |
| 29 | + <File Path=".github/workflows/codeql-analysis.yml" /> |
| 30 | + <File Path=".github/workflows/dotnet-format.yml" /> |
| 31 | + <File Path=".github/workflows/e2e.yml" /> |
| 32 | + <File Path=".github/workflows/lint-pr.yml" /> |
| 33 | + <File Path=".github/workflows/release.yml" /> |
| 34 | + </Folder> |
| 35 | + <Folder Name="/.root/.vscode/"> |
| 36 | + <File Path=".vscode/launch.json" /> |
| 37 | + <File Path=".vscode/tasks.json" /> |
| 38 | + </Folder> |
| 39 | + <Folder Name="/.root/build/"> |
| 40 | + <File Path="build/Common.prod.props" /> |
| 41 | + <File Path="build/Common.props" /> |
| 42 | + <File Path="build/Common.tests.props" /> |
| 43 | + <File Path="build/openfeature-icon.png" /> |
| 44 | + <File Path="build/xunit.runner.json" /> |
| 45 | + </Folder> |
| 46 | + <Folder Name="/src/"> |
| 47 | + <File Path="src/Directory.Build.props" /> |
| 48 | + <File Path="src/Directory.Build.targets" /> |
| 49 | + <Project Path="src/OpenFeature.DependencyInjection/OpenFeature.DependencyInjection.csproj" /> |
| 50 | + <Project Path="src/OpenFeature.Hosting/OpenFeature.Hosting.csproj" /> |
| 51 | + <Project Path="src/OpenFeature/OpenFeature.csproj" /> |
| 52 | + </Folder> |
| 53 | + <Folder Name="/test/"> |
| 54 | + <File Path="test/Directory.Build.props" /> |
| 55 | + <Project Path="test/OpenFeature.Benchmarks/OpenFeature.Benchmarks.csproj" /> |
| 56 | + <Project Path="test/OpenFeature.DependencyInjection.Tests/OpenFeature.DependencyInjection.Tests.csproj" /> |
| 57 | + <Project Path="test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj" /> |
| 58 | + <Project Path="test/OpenFeature.IntegrationTests/OpenFeature.IntegrationTests.csproj" /> |
| 59 | + <Project Path="test/OpenFeature.Tests/OpenFeature.Tests.csproj" /> |
| 60 | + </Folder> |
| 61 | +</Solution> |
0 commit comments