-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCedarDotNet.slnx
More file actions
30 lines (30 loc) · 1.02 KB
/
CedarDotNet.slnx
File metadata and controls
30 lines (30 loc) · 1.02 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
<Solution>
<Folder Name="/examples/">
<File Path="examples/Directory.Build.props" />
<Project Path="examples/BasicExample/BasicExample.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/CedarDotNet/CedarDotNet.csproj" />
</Folder>
<Folder Name="/src/CedarDotNetFFI/">
<File Path="src/CedarDotNetFfi/.gitignore" />
<File Path="src/CedarDotNetFfi/build-linux.sh" />
<File Path="src/CedarDotNetFfi/build-windows.sh" />
<File Path="src/CedarDotNetFfi/Cargo.toml" />
</Folder>
<Folder Name="/src/CedarDotNetFFI/src/">
<File Path="src/CedarDotNetFfi/src/lib.rs" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/CedarDotNet.UnitTests/CedarDotNet.UnitTests.csproj" />
</Folder>
<Folder Name="/[root]/">
<File Path="LICENSE.txt" />
<File Path="README.md" />
</Folder>
<Folder Name="/[root]/.github/" />
<Folder Name="/[root]/.github/workflows/">
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/gh-pages.yml" />
</Folder>
</Solution>