|
| 1 | +<Solution> |
| 2 | + <Folder Name="/SolutionItems/"> |
| 3 | + <File Path=".gitignore" /> |
| 4 | + <File Path="CODE_OF_CONDUCT.md" /> |
| 5 | + <File Path="CONTRIBUTING.md" /> |
| 6 | + <File Path="Directory.Build.props" /> |
| 7 | + <File Path="Directory.Packages.props" /> |
| 8 | + <File Path="GitVersion.yml" /> |
| 9 | + <File Path="hydrascript-logo.jpg" /> |
| 10 | + <File Path="LICENSE" /> |
| 11 | + <File Path="NuGet.config" /> |
| 12 | + <File Path="Readme.md" /> |
| 13 | + <File Path="SECURITY.md" /> |
| 14 | + </Folder> |
| 15 | + <Folder Name="/SolutionItems/GithubFolder/"> |
| 16 | + <File Path=".github/pull_request_template.md" /> |
| 17 | + </Folder> |
| 18 | + <Folder Name="/SolutionItems/GithubFolder/IssueTemplate/"> |
| 19 | + <File Path=".github/ISSUE_TEMPLATE/bug_report.md" /> |
| 20 | + <File Path=".github/ISSUE_TEMPLATE/feature_request.md" /> |
| 21 | + </Folder> |
| 22 | + <Folder Name="/SolutionItems/GithubFolder/Workflows/"> |
| 23 | + <File Path=".github/workflows/develop.yml" /> |
| 24 | + <File Path=".github/workflows/release.yml" /> |
| 25 | + </Folder> |
| 26 | + <Folder Name="/Src/"> |
| 27 | + <Project Path="src/HydraScript/HydraScript.csproj" /> |
| 28 | + </Folder> |
| 29 | + <Folder Name="/Src/Application/"> |
| 30 | + <Project Path="src/Application/HydraScript.Application.CodeGeneration/HydraScript.Application.CodeGeneration.csproj" /> |
| 31 | + <Project Path="src/Application/HydraScript.Application.StaticAnalysis/HydraScript.Application.StaticAnalysis.csproj" /> |
| 32 | + </Folder> |
| 33 | + <Folder Name="/Src/Domain/"> |
| 34 | + <Project Path="src/Domain/HydraScript.Domain.BackEnd/HydraScript.Domain.BackEnd.csproj" /> |
| 35 | + <Project Path="src/Domain/HydraScript.Domain.Constants/HydraScript.Domain.Constants.csproj" /> |
| 36 | + <Project Path="src/Domain/HydraScript.Domain.FrontEnd/HydraScript.Domain.FrontEnd.csproj" /> |
| 37 | + <Project Path="src/Domain/HydraScript.Domain.IR/HydraScript.Domain.IR.csproj" /> |
| 38 | + </Folder> |
| 39 | + <Folder Name="/Src/Infrastructure/"> |
| 40 | + <Project Path="src/Infrastructure/HydraScript.Infrastructure.LexerRegexGenerator/HydraScript.Infrastructure.LexerRegexGenerator.csproj" /> |
| 41 | + <Project Path="src/Infrastructure/HydraScript.Infrastructure/HydraScript.Infrastructure.csproj" /> |
| 42 | + </Folder> |
| 43 | + <Folder Name="/Tests/"> |
| 44 | + <File Path="tests/Directory.Build.props" /> |
| 45 | + <File Path="tests/Directory.Packages.props" /> |
| 46 | + <Project Path="tests/HydraScript.Infrastructure.LexerRegexGenerator.UnitTests/HydraScript.Infrastructure.LexerRegexGenerator.UnitTests.csproj" /> |
| 47 | + <Project Path="tests/HydraScript.IntegrationTests/HydraScript.IntegrationTests.csproj" /> |
| 48 | + <Project Path="tests/HydraScript.UnitTests/HydraScript.UnitTests.csproj" /> |
| 49 | + </Folder> |
| 50 | +</Solution> |
0 commit comments