Skip to content

Commit 4ff4f50

Browse files
committed
Migrate to slnx
1 parent b9497f6 commit 4ff4f50

5 files changed

Lines changed: 21 additions & 72 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include netfx_loader/*.sln netfx_loader/*.csproj netfx_loader/*.cs
1+
include netfx_loader/*.slnx netfx_loader/*.csproj netfx_loader/*.cs
22
recursive-exclude clr_loader/ffi/dlls *.dll

example/example.sln

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

example/example.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Project Path="example.csproj" />
8+
</Solution>

netfx_loader/ClrLoader.sln

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

netfx_loader/ClrLoader.slnx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Project Path="ClrLoader.csproj">
8+
<Platform Solution="*|Any CPU" Project="x64" />
9+
<Platform Solution="*|x64" Project="x64" />
10+
<Platform Solution="*|x86" Project="x86" />
11+
</Project>
12+
</Solution>

0 commit comments

Comments
 (0)