Skip to content

Commit 16029a7

Browse files
committed
Migrated all solutions to SLNX
1 parent 10653b1 commit 16029a7

File tree

10 files changed

+241
-1095
lines changed

10 files changed

+241
-1095
lines changed

FSharp.Data.GraphQL.Build.sln

Lines changed: 0 additions & 97 deletions
This file was deleted.

FSharp.Data.GraphQL.Build.slnx

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/docs/" />
8+
<Folder Name="/docs/content/">
9+
<File Path="docs/content/execution-pipeline.md" />
10+
<File Path="docs/content/index.md" />
11+
<File Path="docs/content/linq.md" />
12+
<File Path="docs/content/type-system.md" />
13+
</Folder>
14+
<Folder Name="/docs/files/">
15+
<File Path="docs/files/introspection_query.graphql" />
16+
</Folder>
17+
<Folder Name="/docs/files/img/">
18+
<File Path="docs/files/img/logo-template.pdn" />
19+
<File Path="docs/files/img/logo.png" />
20+
</Folder>
21+
<Folder Name="/docs/tools/">
22+
<File Path="docs/tools/generate.fsx" />
23+
<File Path="docs/tools/templates/template.cshtml" />
24+
</Folder>
25+
<Folder Name="/GitHub/">
26+
<File Path=".github/workflows/publish_ci.yml" />
27+
<File Path=".github/workflows/publish_release.yml" />
28+
<File Path=".github/workflows/pull_request.yml" />
29+
</Folder>
30+
<Folder Name="/project/">
31+
<File Path="build.cmd" />
32+
<File Path="build.sh" />
33+
<File Path="README.md" />
34+
<File Path="RELEASE_NOTES.md" />
35+
</Folder>
36+
<Folder Name="/Solution Items/">
37+
<File Path=".editorconfig" />
38+
<File Path="Directory.Build.targets" />
39+
<File Path="global.json" />
40+
<File Path="LICENSE.txt" />
41+
<File Path="Packages.props" />
42+
<File Path="Prepare template project for packing.ps1" />
43+
<File Path="README.md" />
44+
<File Path="RELEASE_NOTES.md" />
45+
</Folder>
46+
<Project Path="build/Build.fsproj" />
47+
</Solution>

FSharp.Data.GraphQL.Integration.sln

Lines changed: 0 additions & 141 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/Solution Items/">
8+
<File Path="Directory.Build.props" />
9+
<File Path="Directory.Build.targets" />
10+
<File Path="Packages.props" />
11+
</Folder>
12+
<Folder Name="/src/">
13+
<Project Path="src/FSharp.Data.GraphQL.Server.AspNetCore/FSharp.Data.GraphQL.Server.AspNetCore.fsproj" />
14+
<Project Path="src/FSharp.Data.GraphQL.Server.Giraffe/FSharp.Data.GraphQL.Server.Giraffe.fsproj" />
15+
<Project Path="src/FSharp.Data.GraphQL.Server.Oxpecker/FSharp.Data.GraphQL.Server.Oxpecker.fsproj" />
16+
<Project Path="src/FSharp.Data.GraphQL.Server/FSharp.Data.GraphQL.Server.fsproj" />
17+
<Project Path="src/FSharp.Data.GraphQL.Shared/FSharp.Data.GraphQL.Shared.fsproj" />
18+
</Folder>
19+
<Folder Name="/tests/">
20+
<Project Path="tests/FSharp.Data.GraphQL.IntegrationTests.Server/FSharp.Data.GraphQL.IntegrationTests.Server.fsproj" />
21+
<Project Path="tests/FSharp.Data.GraphQL.IntegrationTests/FSharp.Data.GraphQL.IntegrationTests.fsproj" />
22+
</Folder>
23+
</Solution>

0 commit comments

Comments
 (0)