-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLaylua.slnx
More file actions
17 lines (17 loc) · 636 Bytes
/
Laylua.slnx
File metadata and controls
17 lines (17 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Tests/">
<Project Path="tests/Laylua.Playground/Laylua.Playground.csproj" />
<Project Path="tests/Laylua.Tests/Laylua.Tests.csproj" />
</Folder>
<Folder Name="/Tools/">
<Project Path="tools/Laylua.Analyzers/Laylua.Analyzers.csproj" />
<Project Path="tools/Laylua.Generators/Laylua.Generators.csproj" />
<Project Path="tools/Laylua.InternalGenerators/Laylua.InternalGenerators.csproj" />
</Folder>
<Project Path="src/Laylua/Laylua.csproj" />
</Solution>