Skip to content

Commit 9115b9b

Browse files
committed
migrate to slnx
1 parent fb18b8f commit 9115b9b

File tree

2 files changed

+15
-64
lines changed

2 files changed

+15
-64
lines changed

TinyEcs.sln

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

TinyEcs.slnx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Solution>
2+
<Folder Name="/samples/">
3+
<Project Path="samples/MyBattleground/MyBattleground.csproj" />
4+
<Project Path="samples/TinyEcsGame/TinyEcsGame.csproj" />
5+
</Folder>
6+
<Folder Name="/src/">
7+
<Project Path="src/TinyEcs.csproj" />
8+
</Folder>
9+
<Folder Name="/tests/">
10+
<Project Path="tests/TinyEcs.Tests.csproj" />
11+
</Folder>
12+
<Folder Name="/tools/">
13+
<Project Path="tools/TinyEcs.Generator/TinyEcs.Generator.csproj" />
14+
</Folder>
15+
</Solution>

0 commit comments

Comments
 (0)