-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotoriousTest.slnx
More file actions
72 lines (72 loc) · 4.12 KB
/
NotoriousTest.slnx
File metadata and controls
72 lines (72 loc) · 4.12 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<Solution>
<Folder Name="/Commands/">
<File Path="commands.json" />
<File Path="Commands/publish-local-nugets.ps1" />
</Folder>
<Folder Name="/Docs/">
<File Path=".gitignore" />
<File Path="CHANGELOG.md" />
<File Path="Documentation/2-core-concepts.md" />
<File Path="Documentation/3-integrations.md" />
<File Path="Documentation/4-example.md" />
<File Path="Documentation/5-architecture.md" />
<File Path="Documentation/Architecture/workspace.dsl" />
<File Path="NotoriousTest/LICENSE.txt" />
<File Path="README.md" />
</Folder>
<Folder Name="/Docs/Templates/">
<File Path=".github/ISSUE_TEMPLATE/bug_report.yml" />
<File Path=".github/ISSUE_TEMPLATE/feature_request.yml" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
</Folder>
<Folder Name="/src/" />
<Folder Name="/src/1. Core/">
<Project Path="DoggyDog/DoggyDog.csproj" Id="8408dd70-9d47-4f50-bab4-bcd86e50bc3d" />
<Project Path="NotoriousTest.Core/NotoriousTest.Core.csproj" Id="ab05b07d-dc15-407e-9af7-e995a4f7c2d9" />
<Project Path="NotoriousTest.Runtime/NotoriousTest.Runtime.csproj" Id="f2d11925-d0c9-4b26-8b3b-588dfe6edb82" />
<Project Path="NotoriousTest.SqlLiteRegistry/NotoriousTest.SqlLiteRegistry.csproj" Id="fe120d83-193d-410c-98c5-baf3fd93af7a" />
<Project Path="NotoriousTest.TestSettings/NotoriousTest.TestSettings.csproj" Id="0989b9dc-fe24-43ee-b04a-ac791bf12c4f" />
<Project Path="NotoriousTest.Watchdog/NotoriousTest.Watchdog.csproj" Id="a925d516-7983-4cbf-a637-e54edecb47b3" />
<Project Path="NotoriousTest/NotoriousTest.csproj" />
</Folder>
<Folder Name="/src/2. TestFramework/">
<Project Path="NotoriousTest.MSTest/NotoriousTest.MSTest.csproj" />
<Project Path="NotoriousTest.NUnit/NotoriousTest.NUnit.csproj" />
<Project Path="NotoriousTest.TUnit/NotoriousTest.TUnit.csproj" Id="c69b3f8a-360e-4c1a-8177-1688454760c2" />
<Project Path="NotoriousTest.XUnit/NotoriousTest.XUnit.csproj" Id="7936b457-1116-4175-92ee-2dd46d7b6273" />
</Folder>
<Folder Name="/src/3. Infrastructures/">
<Project Path="NotoriousTest.Database/NotoriousTest.Database.csproj" Id="61a1bf4a-e96c-464e-a985-8ac40019acd1" />
<Project Path="NotoriousTest.PostgreSql/NotoriousTest.PostgreSql.csproj" />
<Project Path="NotoriousTest.Sqlite/NotoriousTest.Sqlite.csproj" Id="1d72cc23-09fd-4b37-9738-1a7a4a95b69d" />
<Project Path="NotoriousTest.SqlServer/NotoriousTest.SqlServer.csproj" />
<Project Path="NotoriousTest.TestContainers/NotoriousTest.TestContainers.csproj" />
<Project Path="NotoriousTest.Web/NotoriousTest.Web.csproj" Id="5a2ebcfc-d429-4f2a-be6c-c7680a4ee8b7" />
</Folder>
<Folder Name="/src/4. Tests/">
<Project Path="NotoriousTest.IntegrationTests.Web/NotoriousTest.IntegrationTests.Web.csproj" Id="a18ad5d8-bda4-4161-bd11-224e6e78000a" />
<Project Path="NotoriousTest.IntegrationTests/NotoriousTest.IntegrationTests.csproj" Id="16bc60da-65d0-42a3-8e12-d8903045cf5b" />
<Project Path="NotoriousTest.UnitTests/NotoriousTest.UnitTests.csproj" />
</Folder>
<Folder Name="/src/5. Samples/">
<Project Path="Samples/NotoriousTest.Sample.MSTest/NotoriousTest.Sample.MSTest.csproj" />
<Project Path="Samples/NotoriousTest.Sample.NUnit/NotoriousTest.Sample.NUnit.csproj" />
<Project Path="Samples/NotoriousTest.Sample.TestWebApp/NotoriousTest.Sample.TestWebApp.csproj" />
<Project Path="Samples/NotoriousTest.Sample.TUnit/NotoriousTest.Sample.TUnit.csproj" />
<Project Path="Samples/NotoriousTest.Sample.With/NotoriousTest.Sample.With.csproj" />
<Project Path="Samples/NotoriousTest.Sample.Without/NotoriousTest.Sample.Without.csproj" />
<Project Path="Samples/NotoriousTest.Sample.XUnit/NotoriousTest.Sample.XUnit.csproj" />
</Folder>
<Folder Name="/src/6. Solution/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="nuget.config" />
</Folder>
<Folder Name="/src/7. CI/">
<File Path=".github/workflows/prerelease.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
</Solution>