-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdotnet-aes-extra.slnx
More file actions
27 lines (26 loc) · 861 Bytes
/
Copy pathdotnet-aes-extra.slnx
File metadata and controls
27 lines (26 loc) · 861 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
25
26
27
<!--
SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
SPDX-License-Identifier: MIT
-->
<Solution>
<Folder Name="/Solution Items/">
<File Path=".config/dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="GitVersion.yml" />
<File Path="global.json" />
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
<Project Path="AesExtra/AesExtra.csproj" />
<Project Path="Documentation/Documentation.csproj">
<Build Project="false" />
</Project>
<Project Path="Example/Example.csproj" />
<Project Path="FuzzingTests/FuzzingTests.csproj" />
<Project Path="UnitTests/UnitTests.csproj" />
<Project Path="UnitTests8/UnitTests8.csproj" />
</Solution>