-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathExtendedJavaScriptSubset.slnx
More file actions
56 lines (56 loc) · 2.7 KB
/
ExtendedJavaScriptSubset.slnx
File metadata and controls
56 lines (56 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<Solution>
<Folder Name="/Benchmarks/">
<Project Path="benchmarks\HydraScript.Benchmarks\HydraScript.Benchmarks.csproj" />
<File Path="benchmarks\Readme.md" />
</Folder>
<Folder Name="/SolutionItems/">
<File Path=".gitignore" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="GitVersion.yml" />
<File Path="global.json" />
<File Path="hydrascript-logo.jpg" />
<File Path="LICENSE" />
<File Path="Readme.md" />
<File Path="SECURITY.md" />
</Folder>
<Folder Name="/SolutionItems/GithubFolder/">
<File Path=".github/pull_request_template.md" />
</Folder>
<Folder Name="/SolutionItems/GithubFolder/IssueTemplate/">
<File Path=".github/ISSUE_TEMPLATE/bug_report.md" />
<File Path=".github/ISSUE_TEMPLATE/feature_request.md" />
</Folder>
<Folder Name="/SolutionItems/GithubFolder/Workflows/">
<File Path=".github/workflows/develop.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/Src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/HydraScript/HydraScript.csproj" />
</Folder>
<Folder Name="/Src/Application/">
<Project Path="src/Application/HydraScript.Application.CodeGeneration/HydraScript.Application.CodeGeneration.csproj" />
<Project Path="src/Application/HydraScript.Application.StaticAnalysis/HydraScript.Application.StaticAnalysis.csproj" />
</Folder>
<Folder Name="/Src/Domain/">
<Project Path="src/Domain/HydraScript.Domain.BackEnd/HydraScript.Domain.BackEnd.csproj" />
<Project Path="src/Domain/HydraScript.Domain.Constants/HydraScript.Domain.Constants.csproj" />
<Project Path="src/Domain/HydraScript.Domain.FrontEnd/HydraScript.Domain.FrontEnd.csproj" />
<Project Path="src/Domain/HydraScript.Domain.IR/HydraScript.Domain.IR.csproj" />
</Folder>
<Folder Name="/Src/Infrastructure/">
<Project Path="src/Infrastructure/HydraScript.Infrastructure.LexerRegexGenerator/HydraScript.Infrastructure.LexerRegexGenerator.csproj" />
<Project Path="src/Infrastructure/HydraScript.Infrastructure/HydraScript.Infrastructure.csproj" />
</Folder>
<Folder Name="/Tests/">
<Project Path="tests/HydraScript.Infrastructure.LexerRegexGenerator.UnitTests/HydraScript.Infrastructure.LexerRegexGenerator.UnitTests.csproj" />
<Project Path="tests/HydraScript.IntegrationTests/HydraScript.IntegrationTests.csproj" />
<Project Path="tests/HydraScript.UnitTests/HydraScript.UnitTests.csproj" />
<File Path="tests/coverage-exclude.xml" />
<File Path="tests/Directory.Build.props" />
<File Path="tests/Directory.Packages.props" />
</Folder>
</Solution>