-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpFunctional.MSSQL.slnx
More file actions
32 lines (32 loc) · 1.05 KB
/
SharpFunctional.MSSQL.slnx
File metadata and controls
32 lines (32 loc) · 1.05 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/.github/">
<File Path=".github/copilot-instructions.md" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/publish-nuget.yml" />
</Folder>
<Folder Name="/docs/">
<File Path="docs/README.md" />
</Folder>
<Folder Name="/examples/">
<Project Path="examples/SharpFunctional.MSSQL.DI.Example/SharpFunctional.MSSQL.DI.Example.csproj" />
<Project Path="examples/SharpFunctional.MSSQL.Example/SharpFunctional.MSSQL.Example.csproj" />
</Folder>
<Folder Name="/repo/">
<File Path=".gitignore" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SharpFunctional.MSSQL/SharpFunctional.MSSQL.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SharpFunctional.MSSQL.Tests/SharpFunctional.MSSQL.Tests.csproj" />
</Folder>
</Solution>