Updated solution

This commit is contained in:
2025-11-17 19:43:30 +01:00
parent f20ee64221
commit d4d9b11968
9 changed files with 73 additions and 148 deletions

37
cloudflare-api.slnx Normal file
View File

@@ -0,0 +1,37 @@
<Solution>
<Folder Name="/Solution Items/" />
<Folder Name="/Solution Items/build/">
<File Path=".gitlab-ci.yml" />
<File Path="Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/config/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="CodeMaid.config" />
<File Path="nuget.config" />
</Folder>
<Folder Name="/Solution Items/docs/">
<File Path="CHANGELOG.md" />
<File Path="LICENSE.txt" />
<File Path="package-icon.png" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/Cloudflare/Cloudflare.csproj" />
</Folder>
<Folder Name="/src/Extensions/">
<File Path="src/Extensions/Directory.Build.props" />
<Project Path="src/Extensions/Cloudflare.Dns/Cloudflare.Dns.csproj" />
<Project Path="src/Extensions/Cloudflare.Zones/Cloudflare.Zones.csproj" />
</Folder>
<Folder Name="/test/">
<File Path="test/Directory.Build.props" />
<Project Path="test/Cloudflare.Tests/Cloudflare.Tests.csproj" />
</Folder>
<Folder Name="/test/Extensions/">
<File Path="test/Extensions/Directory.Build.props" />
<Project Path="test/Extensions/Cloudflare.Dns.Tests/Cloudflare.Dns.Tests.csproj" />
<Project Path="test/Extensions/Cloudflare.Zones.Tests/Cloudflare.Zones.Tests.csproj" />
</Folder>
</Solution>