|
| 1 | +<!-- |
| 2 | +SPDX-FileCopyrightText: 2025 Frans van Dorsselaer |
| 3 | +
|
| 4 | +SPDX-License-Identifier: MIT |
| 5 | +--> |
| 6 | +<Solution> |
| 7 | + <Folder Name="/Examples/"> |
| 8 | + <File Path="Examples/Directory.Build.props" /> |
| 9 | + <File Path="Examples/Directory.Build.targets" /> |
| 10 | + <Project Path="Examples/ConsoleApp/ConsoleApp.csproj" /> |
| 11 | + <Project Path="Examples/WebAssembly/WebAssembly.csproj" /> |
| 12 | + </Folder> |
| 13 | + <Folder Name="/Solution Items/"> |
| 14 | + <File Path=".config/dotnet-tools.json" /> |
| 15 | + <File Path=".editorconfig" /> |
| 16 | + <File Path=".gitattributes" /> |
| 17 | + <File Path=".gitignore" /> |
| 18 | + <File Path="Directory.Build.props" /> |
| 19 | + <File Path="Directory.Packages.props" /> |
| 20 | + <File Path="GitVersion.yml" /> |
| 21 | + <File Path="global.json" /> |
| 22 | + <File Path="libc/libc.c" /> |
| 23 | + <File Path="README.md" /> |
| 24 | + </Folder> |
| 25 | + <Folder Name="/UnitTests/"> |
| 26 | + <File Path="UnitTests/Directory.Build.props" /> |
| 27 | + <Project Path="UnitTests/Internal.UnitTests/Internal.UnitTests.csproj" /> |
| 28 | + <Project Path="UnitTests/NativeHelper.UnitTests/NativeHelper.UnitTests.csproj" /> |
| 29 | + <Project Path="UnitTests/UnitTests/UnitTests.csproj" /> |
| 30 | + </Folder> |
| 31 | + <Project Path="Documentation/Documentation.csproj"> |
| 32 | + <BuildDependency Project="Xmss/Xmss.csproj" /> |
| 33 | + <Build Project="false" /> |
| 34 | + </Project> |
| 35 | + <Project Path="NativeHelper/NativeHelper.csproj" /> |
| 36 | + <Project Path="Xmss/Xmss.csproj" /> |
| 37 | +</Solution> |
0 commit comments