Skip to content

Commit 46d4705

Browse files
committed
#172 - slnx migration
1 parent 38ccbb5 commit 46d4705

File tree

3 files changed

+52
-148
lines changed

3 files changed

+52
-148
lines changed

ExtendedJavaScriptSubset.sln

Lines changed: 0 additions & 148 deletions
This file was deleted.

ExtendedJavaScriptSubset.slnx

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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>

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ let obj = {}
200200
| <ul><li>2.1.0</li><li>2.1.1</li><li>2.2.0</li></ul> | .NET 9 |
201201

202202
### Сборка
203+
Необходим .NET SDK 9.0.202 (поддержка SLNX)
204+
203205
После клонирования репозитория идём в папку проекта `HydraScript`.
204206

205207
Там выполняем команду:

0 commit comments

Comments
 (0)