-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCryptoBase.slnx
More file actions
24 lines (24 loc) · 957 Bytes
/
CryptoBase.slnx
File metadata and controls
24 lines (24 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="LICENSE" />
<File Path="NuGet.Config" />
<File Path="README.md" />
<File Path=".github\renovate.json" />
<File Path=".github\workflows\CI.yml" />
<File Path="Directory.Packages.props" />
</Folder>
<Folder Name="/src/">
<Project Path="src\CryptoBase.Abstractions\CryptoBase.Abstractions.csproj" />
<Project Path="src\CryptoBase.BouncyCastle\CryptoBase.BouncyCastle.csproj" />
<Project Path="src\CryptoBase\CryptoBase.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test\CryptoBase.Benchmark\CryptoBase.Benchmark.csproj" />
<Project Path="test\CryptoBase.SpeedTest\CryptoBase.SpeedTest.csproj" />
<Project Path="test\CryptoBase.Tests\CryptoBase.Tests.csproj" />
<File Path="test\.runsettings" />
</Folder>
</Solution>