-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathInjectio.slnx
More file actions
17 lines (17 loc) · 774 Bytes
/
Injectio.slnx
File metadata and controls
17 lines (17 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Solution>
<Folder Name="/Build/">
<File Path=".github/dependabot.yml" />
<File Path=".github/workflows/dotnet.yml" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
<File Path="src/Directory.Build.props" />
</Folder>
<Folder Name="/Tests/">
<Project Path="tests/Injectio.Acceptance.Tests/Injectio.Acceptance.Tests.csproj" />
<Project Path="tests/Injectio.Tests.Console/Injectio.Tests.Console.csproj" />
<Project Path="tests/Injectio.Tests.Library/Injectio.Tests.Library.csproj" />
<Project Path="tests/Injectio.Tests/Injectio.Tests.csproj" />
</Folder>
<Project Path="src/Injectio.Attributes/Injectio.Attributes.csproj" />
<Project Path="src/Injectio.Generators/Injectio.Generators.csproj" />
</Solution>