- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathExtendedJavaScriptSubset.slnx
More file actions
Latest commit
57 lines (57 loc) · 2.74 KB
/
Copy pathExtendedJavaScriptSubset.slnx
File metadata and controls
57 lines (57 loc) · 2.74 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
57
<Solution>
<FolderName="/Benchmarks/">
<ProjectPath="benchmarks\HydraScript.Benchmarks\HydraScript.Benchmarks.csproj" />
<FilePath="benchmarks\Readme.md" />
</Folder>
<FolderName="/SolutionItems/">
<FilePath=".gitignore" />
<FilePath="CODE_OF_CONDUCT.md" />
<FilePath="CONTRIBUTING.md" />
<FilePath="Directory.Build.props" />
<FilePath="Directory.Packages.props" />
<FilePath="GitVersion.yml" />
<FilePath="global.json" />
<FilePath="hydrascript-logo.jpg" />
<FilePath="LICENSE" />
<FilePath="Readme.md" />
<FilePath="SECURITY.md" />
</Folder>
<FolderName="/SolutionItems/GithubFolder/">
<FilePath=".github/pull_request_template.md" />
</Folder>
<FolderName="/SolutionItems/GithubFolder/IssueTemplate/">
<FilePath=".github/ISSUE_TEMPLATE/bug_report.md" />
<FilePath=".github/ISSUE_TEMPLATE/feature_request.md" />
</Folder>
<FolderName="/SolutionItems/GithubFolder/Workflows/">
<FilePath=".github/workflows/release.yml" />
<FilePath=".github/workflows/master.yml" />
<FilePath=".github/workflows/push.yml" />
<FilePath=".github/workflows/pr.yml" />
</Folder>
<FolderName="/Src/">
<FilePath="src/Directory.Build.props" />
<ProjectPath="src/HydraScript/HydraScript.csproj" />
</Folder>
<FolderName="/Src/Application/">
<ProjectPath="src/Application/HydraScript.Application.CodeGeneration/HydraScript.Application.CodeGeneration.csproj" />
<ProjectPath="src/Application/HydraScript.Application.StaticAnalysis/HydraScript.Application.StaticAnalysis.csproj" />
</Folder>
<FolderName="/Src/Domain/">
<ProjectPath="src/Domain/HydraScript.Domain.BackEnd/HydraScript.Domain.BackEnd.csproj" />
<ProjectPath="src/Domain/HydraScript.Domain.Constants/HydraScript.Domain.Constants.csproj" />
<ProjectPath="src/Domain/HydraScript.Domain.FrontEnd/HydraScript.Domain.FrontEnd.csproj" />
<ProjectPath="src/Domain/HydraScript.Domain.IR/HydraScript.Domain.IR.csproj" />
</Folder>
<FolderName="/Src/Infrastructure/">
<ProjectPath="src/Infrastructure/HydraScript.Infrastructure.LexerRegexGenerator/HydraScript.Infrastructure.LexerRegexGenerator.csproj" />
<ProjectPath="src/Infrastructure/HydraScript.Infrastructure/HydraScript.Infrastructure.csproj" />
</Folder>
<FolderName="/Tests/">
<ProjectPath="tests/HydraScript.Infrastructure.LexerRegexGenerator.UnitTests/HydraScript.Infrastructure.LexerRegexGenerator.UnitTests.csproj" />
<ProjectPath="tests/HydraScript.IntegrationTests/HydraScript.IntegrationTests.csproj" />
<ProjectPath="tests/HydraScript.UnitTests/HydraScript.UnitTests.csproj" />
<FilePath="tests/coverage-exclude.xml" />
<FilePath="tests/Directory.Build.props" />
</Folder>
</Solution>