Skip to content

Commit 68c16b6

Browse files
CopilotTheAngryByrd
andcommitted
Convert all .sln files to .slnx format
Co-authored-by: TheAngryByrd <[email protected]>
1 parent 7008319 commit 68c16b6

File tree

14 files changed

+58
-212
lines changed

14 files changed

+58
-212
lines changed

Content/Console/MyLib.1.sln

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

Content/Console/MyLib.1.slnx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/src/">
8+
<Project Path="src/MyLib.1/MyLib.1.fsproj">
9+
<Platform Solution="*|x64" Project="x64" />
10+
<Platform Solution="*|x86" Project="x86" />
11+
</Project>
12+
</Folder>
13+
<Folder Name="/tests/">
14+
<Project Path="tests/MyLib.1.Tests/MyLib.1.Tests.fsproj">
15+
<Platform Solution="*|x64" Project="x64" />
16+
<Platform Solution="*|x86" Project="x86" />
17+
</Project>
18+
</Folder>
19+
<Project Path="build/build.fsproj" />
20+
</Solution>

Content/Console/build/build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let rootDirectory =
4646
let sln =
4747
__SOURCE_DIRECTORY__
4848
</> ".."
49-
</> "MyLib.1.sln"
49+
</> "MyLib.1.slnx"
5050

5151
let src =
5252
__SOURCE_DIRECTORY__

Content/Console/global.json

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

Content/Library/MyLib.1.sln

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

Content/Library/MyLib.1.slnx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/src/">
8+
<Project Path="src/MyLib.1/MyLib.1.fsproj">
9+
<Platform Solution="*|x64" Project="x64" />
10+
<Platform Solution="*|x86" Project="x86" />
11+
</Project>
12+
</Folder>
13+
<Folder Name="/tests/">
14+
<Project Path="tests/MyLib.1.Tests/MyLib.1.Tests.fsproj">
15+
<Platform Solution="*|x64" Project="x64" />
16+
<Platform Solution="*|x86" Project="x86" />
17+
</Project>
18+
</Folder>
19+
<Project Path="build/build.fsproj" />
20+
</Solution>

Content/Library/build/build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let productName = "MyLib.1"
4343

4444
let sln =
4545
rootDirectory
46-
</> "MyLib.1.sln"
46+
</> "MyLib.1.slnx"
4747

4848
let srcCodeGlob =
4949
!!(rootDirectory

Content/Library/global.json

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

MiniScaffold.sln

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

MiniScaffold.slnx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/tests/">
8+
<Project Path="tests/MiniScaffold.Tests/MiniScaffold.Tests.fsproj" />
9+
</Folder>
10+
<Project Path="build/build.fsproj" />
11+
</Solution>

0 commit comments

Comments
 (0)