Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 0 additions & 97 deletions FSharp.Data.GraphQL.Build.sln

This file was deleted.

47 changes: 47 additions & 0 deletions FSharp.Data.GraphQL.Build.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/docs/" />
<Folder Name="/docs/content/">
<File Path="docs/content/execution-pipeline.md" />
<File Path="docs/content/index.md" />
<File Path="docs/content/linq.md" />
<File Path="docs/content/type-system.md" />
</Folder>
<Folder Name="/docs/files/">
<File Path="docs/files/introspection_query.graphql" />
</Folder>
<Folder Name="/docs/files/img/">
<File Path="docs/files/img/logo-template.pdn" />
<File Path="docs/files/img/logo.png" />
</Folder>
<Folder Name="/docs/tools/">
<File Path="docs/tools/generate.fsx" />
<File Path="docs/tools/templates/template.cshtml" />
</Folder>
<Folder Name="/GitHub/">
<File Path=".github/workflows/publish_ci.yml" />
<File Path=".github/workflows/publish_release.yml" />
<File Path=".github/workflows/pull_request.yml" />
</Folder>
<Folder Name="/project/">
<File Path="build.cmd" />
<File Path="build.sh" />
<File Path="README.md" />
<File Path="RELEASE_NOTES.md" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.targets" />
<File Path="global.json" />
<File Path="LICENSE.txt" />
<File Path="Packages.props" />
<File Path="Prepare template project for packing.ps1" />
<File Path="README.md" />
<File Path="RELEASE_NOTES.md" />
</Folder>
<Project Path="build/Build.fsproj" />
</Solution>
141 changes: 0 additions & 141 deletions FSharp.Data.GraphQL.Integration.sln

This file was deleted.

23 changes: 23 additions & 0 deletions FSharp.Data.GraphQL.Integration.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Packages.props" />
</Folder>
<Folder Name="/src/">
<Project Path="src/FSharp.Data.GraphQL.Server.AspNetCore/FSharp.Data.GraphQL.Server.AspNetCore.fsproj" />
<Project Path="src/FSharp.Data.GraphQL.Server.Giraffe/FSharp.Data.GraphQL.Server.Giraffe.fsproj" />
<Project Path="src/FSharp.Data.GraphQL.Server.Oxpecker/FSharp.Data.GraphQL.Server.Oxpecker.fsproj" />
<Project Path="src/FSharp.Data.GraphQL.Server/FSharp.Data.GraphQL.Server.fsproj" />
<Project Path="src/FSharp.Data.GraphQL.Shared/FSharp.Data.GraphQL.Shared.fsproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/FSharp.Data.GraphQL.IntegrationTests.Server/FSharp.Data.GraphQL.IntegrationTests.Server.fsproj" />
<Project Path="tests/FSharp.Data.GraphQL.IntegrationTests/FSharp.Data.GraphQL.IntegrationTests.fsproj" />
</Folder>
</Solution>
Loading
Loading