We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb18b8f commit 9115b9bCopy full SHA for 9115b9b
TinyEcs.sln
TinyEcs.slnx
@@ -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
9
+ <Folder Name="/tests/">
10
+ <Project Path="tests/TinyEcs.Tests.csproj" />
11
12
+ <Folder Name="/tools/">
13
+ <Project Path="tools/TinyEcs.Generator/TinyEcs.Generator.csproj" />
14
15
+</Solution>
0 commit comments